I changed server.
I uploaded every file from the old server.
I uploaded the db dump.
I set up all CHMODs.
When we click on a thread with an attachment, XS returns this error:
- Couldn't update attachment download count.
- DEBUG MODE
- SQL Error : 2013 Lost connection to MySQL server during query
- UPDATE phpbb_attachments_desc SET download_count = download_count + 1 WHERE attach_id = 238
- Line : 854
- File : displaying.php
I checked and the phpbb_attachments_desc.attach_id=238 exists.
What can I do?
Another problem:
Sometimes, we see a blank page instead of forums page.
On our server we have:
PHP Safe Mode = ON
PHP Safe Mode GID = ON
PHP Register Globals = OFF
Thanks.