4623 Posts in 1398 Topics by 1393 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1203 Views |
-
Random Errors?

6 October 2009 at 4:04am
I am having trouble accessing and editing in the CMS admin, I get these errors sometimes but not all the time! It has problems accessing the admin and also saving changes please could someone advise me as to what this means:
--------------------------------------------
ERROR [User Error]: Couldn't run query:
SHOW FULL FIELDS IN `Permission`Got error 28 from storage engine
IN POST /admin/getitem?ID=5&ajax=1
Line 401 in /home/sites/mysite.co.uk/public_html/sapphire/core/model/MySQLDatabase.phpSource
======
392: }
393:
394: function databaseError($msg, $errorLevel = E_USER_ERROR) {
395: // try to extract and format query
396: if(preg_match('/Couldn\'t run query: ([^\|]*)\|\s*(.*)/', $msg, $matches)) {
397: $formatter = new SQLFormatter();
398: $msg = "Couldn't run query: \n" . $formatter->formatPlain($matches[1]) . "\n\n" . $matches[2];
399: }
400:
* 401: user_error($msg, $errorLevel);
402: }
403: }
404:
405: /**
406: * A result-set from a MySQL database.
407: * @package sapphire<ul>user_error(Couldn't run query:
SHOW FULL FIELDS IN `Permission`Got error 28 from storage engine,256)
line 401 of MySQLDatabase.phpMySQLDatabase->databaseError(Couldn't run query: SHOW FULL FIELDS IN `Permission` | Got error 28 from storage engine,256)
line 102 of MySQLDatabase.phpMySQLDatabase->query(SHOW FULL FIELDS IN `Permission`,256)
line 120 of DB.phpDB::query(SHOW FULL FIELDS IN `Permission`)
line 276 of MySQLDatabase.phpMySQLDatabase->fieldList(Permission)
line 271 of DB.phpDB::fieldList(Permission)
line 942 of Security.phpSecurity::database_is_ready()
line 84 of Controller.phpController->init()
line 100 of LeftAndMain.phpLeftAndMain->init()
line 84 of CMSMain.phpCMSMain->init()
line 113 of Controller.phpController->handleRequest(HTTPRequest)
line 277 of Director.phpDirector::handleRequest(HTTPRequest,Session)
line 121 of Director.phpDirector::direct(/admin/getitem)
line 118 of main.php</ul>
| 1203 Views | ||
|
Page:
1
|
Go to Top |

