Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Daniel Simoes Posted September 3 Posted September 3 I'm getting -200 error, when trying to attach any File on Post Board: https://www.projetoacbr.com.br/forum/ I already check Group permissions and Posting Permissions
Marc Posted September 3 Posted September 3 You need to check your server error logs. A -200 error means something on your server is preventing this. It may be a memory limit, a max upload limit in php, or any number of things. Daniel Simoes 1
Daniel Simoes Posted September 3 Author Posted September 3 Looks like is a DB error... but I didn't change anything on my Database configuration PHP Fatal error: Uncaught IPS\\Db\\Exception: MySQL server has gone away in /home/projetoa/public_html/forum/system/Db/Db.php:638, referer: https://www.projetoacbr.com.br/forum/forum/53-%C3%A1rea-privada/?do=add Stack trace:, referer: https://www.projetoacbr.com.br/forum/forum/53-%C3%A1rea-privada/?do=add #0 /home/projetoa/public_html/forum/system/Db/Db.php(941): IPS\\_Db->preparedQuery(), referer: https://www.projetoacbr.com.br/forum/forum/53-%C3%A1rea-privada/?do=add #1 /home/projetoa/public_html/forum/system/Session/Store/Database.php(77): IPS\\_Db->insert(), referer: https://www.projetoacbr.com.br/forum/forum/53-%C3%A1rea-privada/?do=add #2 /home/projetoa/public_html/forum/system/Session/Front.php(375): IPS\\Session\\Store\\_Database->updateSession(), referer: https://www.projetoacbr.com.br/forum/forum/53-%C3%A1rea-privada/?do=add #3 [internal function]: IPS\\Session\\_Front->write(), referer: https://www.projetoacbr.com.br/forum/forum/53-%C3%A1rea-privada/?do=add #4 [internal function]: session_write_close(), referer: https://www.projetoacbr.com.br/forum/forum/53-%C3%A1rea-privada/?do=add #5 {main}, referer: https://www.projetoacbr.com.br/forum/forum/53-%C3%A1rea-privada/?do=add thrown in /home/projetoa/public_html/forum/system/Db/Db.php on line 638, referer: https://www.projetoacbr.com.br/forum/forum/53-%C3%A1rea-privada/?do=add
Marc Posted September 3 Posted September 3 You would need to contact your hosting provider about the error there. "MySQL server has gone away" means the database is not responding to request from the software
Daniel Simoes Posted September 3 Author Posted September 3 I got a corruption on DataBase I made a Backup for this table, restore it with a new name, renamed the corrupted table to _Old and finally renamed new table to correct name Looks like its working now...
Recommended Posts