Form error when submitting
Permalink
Hi everyone
I am trying to get an online form to work on my website: 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? Please note, I am not a conversant with HTML soo will need some guidance.
Appreciate any assistance.
Mike
I am trying to get an online form to work on my website: 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? Please note, I am not a conversant with HTML soo will need some guidance.
Appreciate any assistance.
Mike
Hi Synlag
I conducted a recent update. I don't think I can conduct another?
I get this similar error on blogs and guest page forms as well, as I found out today. Obviously there is a table missing somewhere, I just am unsure as to how to fix it.
Any other ideas?
Mike
I conducted a recent update. I don't think I can conduct another?
I get this similar error on blogs and guest page forms as well, as I found out today. Obviously there is a table missing somewhere, I just am unsure as to how to fix it.
Any other ideas?
Mike
You could do a fresh install in a testing environment and see, if the table was created.
Then for the site that is missing the table, add it via PhpMyAdmin or a similar access software to the database and create the columns that you see in the fresh install.
--ron
Then for the site that is missing the table, add it via PhpMyAdmin or a similar access software to the database and create the columns that you see in the fresh install.
--ron
it says that the table doesn't exists.
Can you perform an upgrade and check if the table was added?
Greets