Concrete doesn't work either.

Status
Not open for further replies.

tspriggs1137

New Member
Messages
9
Reaction score
0
Points
0
On concrete, I get errors with the Add Functionality as well, and it has something to do with the SQL server, and I get the exact same error when I try to add an additional theme:

mysql error: [2013: Lost connection to MySQL server during query] in EXECUTE("select tpID, tpHandle, tpName, tpDescription, pkgID from TaskPermissions where tpHandle = 'install_packages'")

Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [2006: MySQL server has gone away] in EXECUTE("insert into Logs (logType, logText, logIsInternal) values ('exceptions', 'Exception Occurred: mysql error: [2013: Lost connection to MySQL server during query] in EXECUTE("select tpID, tpHandle, tpName, tpDescription, pkgID from TaskPermissions where tpHandle = \'install_packages\'")\n\n#0 /home/ritalyn/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1037): adodb_throw(\'mysql\', \'EXECUTE\', 2013, \'Lost connection...\', \'select tpID, tp...\', false, Object(ADODB_mysql))\n#1 /home/ritalyn/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(993): ADOConnection->_Execute(\'select tpID, tp...\')\n#2 /home/ritalyn/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1605): ADOConnection->Execute(\'select tpID, tp...\', Array)\n#3 /home/ritalyn/public_html/concrete/libraries/database.php(73): ADOConnection->GetRow(\'select tpID, tp...\', Array)\n#4 [internal in /home/ritalyn/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
 

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
250
Points
63
That is a temporary error which occurs when the connection between MySQL and PHP breaks during your query. If you try a few times and you can't get it to work, we can request that a staff member look into why MySQL is losing connection. My guess is that the query is taking an abnormal amount of time to execute and either MySQL won't wait that long or something is happening because the connection must be open for so long.
 
Status
Not open for further replies.
Top