1 nureac Apr 10, 2007 18:55
3 edb Apr 12, 2007 09:05
Try using the custom skin that came with your version and turning off captcha. Assuming this works you will know it is either your skin or the captcha. If it doesn't work then it's the rest of your installation that needs fixing. Until your skin and the captcha are completely ruled out though they must be considered the most likely source of the problem.
4 nureac Apr 12, 2007 21:03
Thanks EdB. I tried but it doesn't work. It must be something else. Any advice? nurac
EDIT: It's an error 403. So maybe some rights? Is there something that needs special chmod for the comments?
5 nureac Apr 14, 2007 15:14
Got it work. The Problem was my .htaccess with the following code to prevent Spam:
## Restricting Where Comments Originate From
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://philosophieblog.de/.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} !^http://www.philosophieblog.de/.*$ [NC]
RewriteCond %{REQUEST_URI} ^.*comment_post\.php$
RewriteRule .* - [F]
But what is wrong with the code?
nureac
pease, help me. give me something where i can start bugfixing. i really don't have any idea where the problem could be.
thanks nureac