PDA

View Full Version : Can`t publish comments: Not Found or ERR: 03


WanderingLook.com
04-21-2007, 08:23 PM
Problem: can`t publish commets at my photoblog at all. After submitting button "Add comment" appears page with the text:

"Not Found
The comment could not be accepted because it got flagged as SPAM by our anti-SPAM measures. (ERR: 03).

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Click here to go BACK"

Pixelpost version: 1.6.0 (in the right direction) - April 2007
Url: http://wanderinglook.com/
In the Admin Panel comments doesn`t appear too. I`ve seen the same problem at this thread: http://forum.pixelpost.org/showthread.php?t=4470&highlight=comments
but seems no one can work it out. Please help!

jaywilliams
04-22-2007, 01:28 AM
Your "image_template.html" file has a few problems.

Open up that file in a plain-text editor and find this code:

<input type='hidden' name='parent_id' value='&lt;IMAGE_ID&gt;' />
<input type='hidden' name='parent_name' value='&lt;IMAGE_NAME&gt;' /></td>

Change the code, so it looks like this:

<input type='hidden' name='parent_id' value='<IMAGE_ID>' />
<input type='hidden' name='parent_name' value='<IMAGE_NAME>' /></td>

Once you have done that, it should work properly.

WanderingLook.com
04-22-2007, 06:48 PM
Thank You so much! It works!
It was my stupid error.

Dennis
04-24-2007, 03:32 PM
Resolved and move to 1.6