Something's wrong - I can't post to my forum (add a comment that is).
It says I entered the wrong Captcha but none is displaying...
Is there a way for me to uninstall captcha manually and then re-install it again?
I can't get into my modules page either - something happened when my server reset (they were hacked) and some things have changed creating errors. Is there a way to know what error when all I get is a white screen on some admin pages?
Thanks
-Nathan
Comments
Comment #1
sungkhum commentedAfter seeing the error: Allowed memory size of 8388608 bytes exhausted
in my error log
I needed to add the following into my .htaccess file: php_value memory_limit 12M
Now everything works fine.
-Nathan