Hi, I can’t seem to post a comment on a weblog that has comments allowed, it just throws up an error message “You are not authorized to perform this action”.
I get the message regardless of whether I am signed in as admin or not signed in at all.
Here is my whole template in case I have made any stupid mistakes…
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html >
<head>
{embed="embeds/head"}
</head>
<body>
<div id="wholecontainer">
<div id="left_col">
<a href="http://{site_url}">{site_url}templates/library/images/logo.png</a>
<div id="nav">
<ul>
{embed="embeds/nav"}
</ul>
</div>
<div id="logos">
{site_url}templates/library/images/round_logo.png
{site_url}templates/library/images/exploits_logo.png
</div>
</div>
<div id="main_col">
{exp:weblog:entries weblog="guestbook" limit="1"}
<div id="page-content">
<h1>{title}</h1>
{body}
{exp:comment:form weblog="guestbook" preview="guestbook/index" url_title="welcome_to_the_guestbook"}
{if logged_out}
Name: <input type="text" name="name" value="{name}" size="50" /></p>
Email: <input type="text" name="email" value="{email}" size="50" /></p>
Location: <input type="text" name="location" value="{location}" size="50" /></p>
URL: <input type="text" name="url" value="{url}" size="50" /></p>
{/if}
<textarea name="comment" cols="70" rows="10">{comment}</textarea></p>
<input type="checkbox" name="save_info" value="yes" {save_info} /> Remember my personal information
<input type="checkbox" name="notify_me" value="yes" {notify_me} /> Notify me of follow-up comments?
{if captcha}
Please enter the word you see in the image below:
{captcha}
<input type="text" name="captcha" value="{captcha_word}" maxlength="20" /></p>
{/if}
<input type="submit" name="submit" value="Submit" />
<input type="submit" name="preview" value="Preview" />
{/exp:comment:form}
</div>
{/exp:weblog:entries}
</div>
</div>
</body>
</html>anyone have any ideas? I would be extremely grateful
[Mod edit: moved to Technical Support forum]