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

Since Opentools.de has now gone away I've created this forum to house FAQs and support for this mod in phpBB2.

Moderator: Experts

Locked
drxthirst
Posts: 3
Joined: Thu Jun 28, 2007 5:34 am

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

Post 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
DavidIQ
Site Admin
Posts: 619
Joined: Thu Sep 07, 2006 4:31 pm
Location: Earth
Contact:

Post 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
Locked