whisnu.q Posted October 23, 2014 Share Posted October 23, 2014 Hi, I was install prestashop v1.6.0.9 with softaculous, when i install themes from leo themes there was an error, this is show when i enable developers mode anyone can help me?? thanks sorry for my bad english 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 More sharing options...
vekia Posted November 2, 2014 Share Posted November 2, 2014 "mysql server has gone away" usually are related to not enough resources to run sql query what are your host limitations related to mysql queries? you know something more about that? Link to comment Share on other sites More sharing options...
Recommended Posts