By Raymondo on
I added the site-wide contact form as a menu item in primary links. It works fine when a user is logged in but generates a fatal error if the item is selected before logging in. The error message is
Fatal error: Unsupported operand types in .../modules/captcha/captcha.module on line 197
How can I stop this error from occuring?
Comments
Captcha is broken in places
Captcha is broken in places I think? I'd first try emptying your cache.
Pobster
I'm not very technically
I'm not very technically minded so how do I go about emptying the cache? And which cache do you mean?
In your database... The
In your database... The table called 'cache', it's used for all sorts of things even when you've got the site cache turned off. Perhaps the best thing to do would be to temporarily install the devel module and once you've enabled its block you can then just click a link to empty the cache without having to mess around with anything else.
Pobster