Quote Originally Posted by Alaskan View Post
What does this mean?
[31-Aug-2013 17:29:29 America/Los_Angeles] PHP Fatal error: 1054:Unknown column 'query_builder.query_name' in 'where clause' :: DELETE FROM zen_query_builder WHERE query_builder.query_name = 'Permanent Account Holders Only' LIMIT 1; in /home/.../query_factory.php on line 120
So using phpMyAdmin, I have found the 'Permanent Account Holders Only' query_name in the query_builder folder (I am slowly learning!). Do I delete this query from the database??
The uninstall sql says: DELETE FROM query_builder WHERE query_builder.query_name = 'Permanent Account Holders Only' LIMIT 1;
So do I actually delete this from the database? Little nervous here...don't want to delete anything important.

Any advice would be greatly appreciate!