1 campsama Sep 23, 2007 13:55
3 campsama Sep 24, 2007 20:10
Thanks for your help
I have tried to use the database directly from PHPmyadmin and this works perfectly. The table does not contain more than 12 values which is not much.
I was wondering if there could be another query before this one in the script which could be long and would made the system to crash around this small query.
I don't know how I could find the list of all queries executed in this script.
My webhoster tells me the timeout is after 30 seconds.
4 austriaco Sep 25, 2007 11:33
campsama wrote:
I was wondering if there could be another query before this one in the script which could be long and would made the system to crash around this small query.
I don't know how I could find the list of all queries executed in this script.
Enable debug in conf/_advanced.php ($debug = 1)
The errno 2013 is a time out and I find it very weird you only get this error with this relatively simple query.
The query is correct. Do check the database: open phpMyAdmin (through the userpages of your host), open the database _evo and click evo_filtypes in the left column. You can now explore the database. A typical line from evo_filtypes looks like:
If all seems correct, I advise you to try the help desk from your host again.
Until you get this working again you can upload the pictures with your favorite ftp program.
Good luck