Jump to content
  • 0

Złe Zapytanie Sql Mysql Server Has Gone Away


gregcold

Question

Witam

 

Wyskakuje mi taki error w trybie debugowania, czy ktoś coś może podpowiedzieć?

 

[PrestaShopDatabaseException]

MySQL server has gone away
 

UPDATE `ps_configuration` SET `value` = '1450877991',`date_upd` = '2015-12-23 14:39:51' WHERE `name` = 'update_orderfiles' AND id_shop = 1 LIMIT 1

at line 635 in file classes/db/Db.php

629. 			WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);630. 		}631. 		else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))632. 		{633. 			if ($sql)634. 				throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');635. 			throw new PrestaShopDatabaseException($this->getMsgError());636. 		}637. 	}638. 639. 	/**
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...