Unhandled Error!

MySQL error executing query: Disk full (/tmp/#sql-temptable-351-35275e-5bf26.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")

Hint

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

Code Highlight

 
			// 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
21 Db_MySQLDriver->execute('DESCRIBE shop_configuration') /phproad/modules/db/classes/db_mysqldriver.php 217
20 Db_MySQLDriver->fetchAll('DESCRIBE shop_configuration') /phproad/modules/db/classes/db_mysqldriver.php 193
19 Db_MySQLDriver->describe_table('shop_configuration') /phproad/modules/db/classes/db_sqlbase.php 465
18 Db_SqlBase->describe_table('shop_configuration') /phproad/modules/db/classes/db_activerecord.php 1390
17 Db_ActiveRecord->fields(()) /phproad/modules/db/classes/db_activerecord.php 404
16 Db_ActiveRecord->initialize(()) /phproad/modules/db/classes/db_activerecord.php 358
15 Db_ActiveRecord->__construct(null) /modules/shop/models/shop_configurationrecord.php 10
14 Shop_ConfigurationRecord::create(()) /modules/shop/models/shop_configurationrecord.php 18
13 Shop_ConfigurationRecord::get(()) /modules/shop/classes/shop_actions.php 117
12 Shop_Actions->product(()) /modules/cms/classes/cms_actionmanager.php 72
11 Cms_ActionManager::execAction('shop:product', object(Cms_Controller)) /modules/cms/classes/cms_controller.php 580
10 Cms_Controller->eval_page_content(()) /modules/cms/classes/cms_controller.php 198
9 Cms_Controller->open(object(Cms_Page), array(1) [0 => 'mitower-scaffold-tower-hire']) /controllers/application.php 72
8 Application->On404(())
7 call_user_func_array(array(2) [0 => object(Application), 1 => 'On404'], array(0)) /phproad/modules/phpr/classes/phpr_controller.php 170
6 Phpr_Controller->executeAction('On404', array(0)) /phproad/modules/phpr/classes/phpr_controller.php 84
5 Phpr_Controller->_run('On404', array(0)) /phproad/modules/phpr/classes/phpr_response.php 64
4 Phpr_Response->open404(()) /phproad/modules/phpr/classes/phpr_response.php 37
3 Phpr_Response->open('/p/mitower-scaffold-tower-hire') /phproad/system/phproad.php 31
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