MySQL error executing query: Disk full (/tmp/#sql-temptable-351-1b7119-2785d3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
This problem could be caused by the LemonStand MySQL connection configuration errors. Please log into the LemonStand Configuration Tool and update the database connection parameters. Also please make sure that MySQL server is running.
Document | /phproad/modules/db/classes/db_mysqldriver.php |
---|---|
Document type | PHP document |
Line | 114 |
Exception class | Phpr_DatabaseException |
108 109 110 111 112 113 114 115 116 117 118 119 120 | // execute the statement $handle = @mysql_query( $sql , Db:: $connection ); // If error, generate exception if ( $err = @mysql_errno(Db:: $connection ) != 0) { $exception = new Phpr_DatabaseException( 'MySQL error executing query: ' .@mysql_error(Db:: $connection )); $exception ->hint_message = 'This problem could be caused by the LemonStand MySQL connection configuration errors. Please log into the LemonStand Configuration Tool and update the database connection parameters. Also please make sure that MySQL server is running.' ; throw $exception ; } return $handle ; } |
# | Call Stack Code | Document | Line |
---|---|---|---|
16 | Db_MySQLDriver->execute('DESCRIBE partials') | /phproad/modules/db/classes/db_mysqldriver.php | 217 |
15 | Db_MySQLDriver->fetchAll('DESCRIBE partials') | /phproad/modules/db/classes/db_mysqldriver.php | 193 |
14 | Db_MySQLDriver->describe_table('partials') | /phproad/modules/db/classes/db_sqlbase.php | 465 |
13 | Db_SqlBase->describe_table('partials') | /phproad/modules/db/classes/db_activerecord.php | 1390 |
12 | Db_ActiveRecord->fields(()) | /phproad/modules/db/classes/db_activerecord.php | 404 |
11 | Db_ActiveRecord->initialize(()) | /phproad/modules/db/classes/db_activerecord.php | 358 |
10 | Db_ActiveRecord->__construct(()) | /modules/cms/models/cms_partial.php | 43 |
9 | Cms_Partial::create(()) | /modules/postcodedistancelookup/classes/postcodedistancelookup_module.php | 45 |
8 | PostcodeDistanceLookup_Module->registerPartials(()) | /modules/postcodedistancelookup/classes/postcodedistancelookup_module.php | 24 |
7 | PostcodeDistanceLookup_Module->subscribeEvents(()) | /modules/core/classes/core_modulemanager.php | 64 |
6 | Core_ModuleManager::listModules(()) | /modules/backend/init/custom_helpers.php | 13 |
5 | include('/var/www/vhosts/mammoth-hire.co.uk/httpdocs/modules/backend/init/custom_helpers.php') | /phproad/system/initialize.php | 180 |
4 | init_lemonstand_modules(()) | /phproad/system/initialize.php | 188 |
3 | include('/var/www/vhosts/mammoth-hire.co.uk/httpdocs/phproad/system/initialize.php') | /phproad/system/phproad.php | 24 |
2 | include('/var/www/vhosts/mammoth-hire.co.uk/httpdocs/phproad/system/phproad.php') | /boot.php | 114 |
1 | require_once('/var/www/vhosts/mammoth-hire.co.uk/httpdocs/boot.php') | /index.php | 3 |