gshv

Joined: 01 Feb 2003 Posts: 7898 Location: Fairfax, VA USA
|
Posted: Wed Nov 13, 2013 2:36 pm Post subject: Forum database upgrade issues |
|
|
I upgraded site's SQL database last night, and there were some issues with one of the forum's table:
| Quote: | Could not get Attachment Informations for post number 181470
DEBUG MODE
SQL Error : 1034 Incorrect key file for table 'phpbb_attachments_desc'; try to repair it
SELECT a.post_id, d.* FROM phpbb_attachments a, phpbb_attachments_desc d WHERE a.post_id IN (181470) AND a.attach_id = d.attach_id ORDER BY d.filetime DESC
Line : 532
File : functions_attach.php
|
I restored the table from the most recent backup, and you shouldn't see this error any longer. Please post in this thread if you notice any similar errors or page crashes in the forum or on the site.
Gennadiy |
|