|
I dont think so all this would do is make the query return no results. You need to see why your getting an error. Maybe going in through phpmyadmin and setting the debug setting in settings table to 2
UPDATE cp_settings SET setting=2 WHERE id=184
That might tell you what your missing
|