Contact form not working
Permalink
I am a new Concrete5 user
after hitting submit on the default contact for, or one that I create I get the error below:
mysqlt error: [1146: Table 'c1aps1.SystemAntispamLibraries' doesn't exist] in EXECUTE("select saslHandle from SystemAntispamLibraries where saslIsActive = 1 LIMIT 1")
Running 5.6
after hitting submit on the default contact for, or one that I create I get the error below:
mysqlt error: [1146: Table 'c1aps1.SystemAntispamLibraries' doesn't exist] in EXECUTE("select saslHandle from SystemAntispamLibraries where saslIsActive = 1 LIMIT 1")
Running 5.6
Is your database name c1aps1?
If the database is correct and the table does not exist go to your Dashboard -> System & Settings -> Database XML and check the box for "Refresh core database tables and blocks" and click Refresh Databases and it should add this table.