Getting an error during backup
Permalink
I am getting the following error during a backup:
I made the following changes after looking at some other posts:
added the following to index.php
added the following to php.ini
Any ideas ??
Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [2006: MySQL server has gone away] in EXECUTE("SHOW TABLES") ' in <file system>updates/concrete5.6.0.2/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 <file system>updates/concrete5.6.0.2/concrete/libraries/3rdparty/adodb/adodb.inc.php(1037): adodb_throw('mysql', 'EXECUTE', 2006, 'MySQL server ha...', 'SHOW TABLES', false, Object(ADODB_mysql)) #1 <file system>updates/concrete5.6.0.2/concrete/libraries/3rdparty/adodb/adodb.inc.php(1012): ADOConnection->_Execute('SHOW TABLES', false) #2 <file system>updates/concrete5.6.0.2/concrete/libraries/3rdparty/adodb/adodb.inc.php(2273): ADOConnection->Execute('SHOW TABLES') #3 <file system>updates/concrete5.6.0.2/concrete/libraries/3rdparty/adodb/drivers/adodb-mysql.inc.php(72): ADOConnection->MetaTables(false, false) #4 /home/globalne/public_htm in <file system>updates/concrete5.6.0.2/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
I made the following changes after looking at some other posts:
added the following to index.php
added the following to php.ini
max_execution_time = 240
Any ideas ??
You could try getting the site to run as root temporarily to see if it then works (meaning it's an issue at a user level, rather than a PHP/MySQL level).
There may be execution limits on MySQL itself which you can't override with an ini_set.