Thanks for the query, I ran that and the results said:
Quote:
Your SQL-query has been executed successfully
SELECT *
FROM setting
WHERE varname
LIKE 'warn_%';# MySQL returned an empty result set (i.e. zero rows).
DESCRIBE warnings;# Rows: 11
|
I'm not really sure what that means? But my best guess is that the database settings did not get set up correctly with the script.
What would be my next step to get this up and running properly? Thanks