Error when submitting a form

Permalink
Hi everyone

I am new to this and setting up an online form on my webpage:www.www.michaeleyrephotography.com.au... under 'contact us'.
Upon clicking the button 'submit' I received an error as follows: mysql error: [1146: Table 'concrete5_5_5_2_1_3_0_michaeleyrephotography_com_au.SystemAntispamLibraries' doesn't exist] in EXECUTE("select saslHandle from SystemAntispamLibraries where saslIsActive = 1 LIMIT 1")

Any ideas what I may have done and how I can fix this?
Appreciate any assistance.

Mike

 
shahroq replied on at Permalink Reply
shahroq
The error you are getting is that system can't find table `SystemAntispamLibraries`. check if mentioned table already exist in your database or not?
if you are on linux, pay attention to case-sensivity. it may exist, but in lower-case title.
if so execute these statements on database:
RENAME TABLE `systemantispamlibraries` TO `tmp`;
RENAME TABLE `tmp` TO `SystemAntispamLibraries`;
Mike787 replied on at Permalink Reply
You might need to steer me in the direction, sorry shahroq, I am new to this and I am not sure where to find this information. Appreciate you help.
Mike787 replied on at Permalink Reply
Hi can you tell me where the table is so that I can amend the name as I think this could be the problem?
I'm also not sure what you mean when you refer to ''executing the statements'' how is this done and using what?... as mentioned, I am new to this so I need a bit more assistance.

Thanks
Mike