Page 1 of 1

Wierd error when trying to upload files. (MySQL?)

Posted: Thu Jun 28, 2007 5:35 am
by drxthirst
This is what happens when I try to upload files.

Couldn't obtain category list.

DEBUG MODE

SQL Error : 2006 MySQL server has gone away

SELECT c.cat_id, c.cat_title, c.cat_order FROM phpbb_categories c, phpbb_forums f WHERE f.cat_id = c.cat_id GROUP BY c.cat_id, c.cat_title, c.cat_order ORDER BY c.cat_order

Line : 214
File : functions.php

Posted: Thu Jun 28, 2007 8:26 am
by DavidIQ
Usually means that the SQL server is timing out. See this for more information:
http://dev.mysql.com/doc/refman/5.0/en/gone-away.html