pxloft Posted February 14, 2015 Share Posted February 14, 2015 (edited) Warning: Error while sending QUERY packet. PID=31093 in /home/xxxx/public_html/xxxx/classes/db/DbPDO.php on line 91 [PrestaShopDatabaseException]MySQL server has gone away UPDATE `ps_configuration` SET `value` = '1423881273',`date_upd` = '2015-02-13 21:34:33' WHERE `name` = 'update_uecookie' AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1at line 639 in file classes/db/Db.php 634. WebserviceRequest::getInstance()->setError(500, ' '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);635. }636. elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))637. {638. if ($sql)639. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');640. throw new PrestaShopDatabaseException($this->getMsgError());641. }642. }643.644. /** DbCore->displayError - [line 333 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 613 - classes/db/Db.php] - [1 Arguments] DbCore->q - [line 435 - classes/db/Db.php] - [2 Arguments] DbCore->update - [line 362 - classes/Configuration.php] - [5 Arguments] ConfigurationCore::updateValue - [line 392 - modules/uecookie/uecookie.php] - [2 Arguments] uecookieUpdate::verify - [line 74 - modules/uecookie/uecookie.php] - [3 Arguments] uecookie->checkforupdates - [line 29 - modules/uecookie/uecookie.php] uecookie->__construct - [line 1044 - classes/module/Module.php] ModuleCore::getInstanceByName - [line 492 - classes/Hook.php] - [1 Arguments] HookCore::exec - [line 456 - classes/controller/FrontController.php] - [1 Arguments] FrontControllerCore->initContent - [line 37 - controllers/front/IndexController.php] IndexControllerCore->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 374 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Edited February 14, 2015 by pxloft (see edit history) Link to comment Share on other sites More sharing options...
pxloft Posted February 14, 2015 Author Share Posted February 14, 2015 SERVER INFORMATION Server information Linux #1 SMP Thu Dec 18 06:49:17 EST 2014 x86_64 Server software version Apache mod_fcgid/2.3.10-dev PHP version 5.4.37 Memory limit 64M Max execution time 120 PrestaShop version 1.6.0.11 MySQL version 5.5.41-cll-lve Tables prefix ps_ MySQL engine InnoDB Link to comment Share on other sites More sharing options...
pxloft Posted February 14, 2015 Author Share Posted February 14, 2015 Shoot!! I just stupidly changed the name of id_configuration #5 in ps_configuration to "update_uecookie" to try and solve the cannot find row name error and I totally forgot what is was in the first place. i need to change it back to it's original. It is in between PS_CARRIER_DEFAULT and PS_SEARCH_INDEXATION. It's id is 5. PLEASE SOMEONE HELP. My Client's site is down. Link to comment Share on other sites More sharing options...
pxloft Posted February 14, 2015 Author Share Posted February 14, 2015 (edited) OK... found my solution after a trial and error. I had a UE Cookie Law module installed from Mypresta.eu and for some odd reason the module was connected to the mypresta.eu server, which went down. So the module crashed causing my website to follow suit. I have remedied this by deleted all associations to the uecookie module. Edited February 14, 2015 by pxloft (see edit history) Link to comment Share on other sites More sharing options...
PascalVG Posted February 14, 2015 Share Posted February 14, 2015 Hi pxloft, Is it all fixed now? pascal Link to comment Share on other sites More sharing options...
pxloft Posted February 14, 2015 Author Share Posted February 14, 2015 (edited) Yes Pascal, thank you very much. Question... how do I mark a topic as solved? Edit: Ahh, just read you note. Got it! Edited February 14, 2015 by pxloft (see edit history) Link to comment Share on other sites More sharing options...
pxloft Posted February 14, 2015 Author Share Posted February 14, 2015 Hey Pascal, can you share my last post in the dev forum? It's about auto setting status to refund once clicking "process refund" in paypal module using IPN. Here is the link: https://www.prestashop.com/forums/topic/403547-solved-using-paypal-ipn-to-set-order-status-to-refunded/?p=1951327 Thanks!! Savion Link to comment Share on other sites More sharing options...
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 accountSign in
Already have an account? Sign in here.
Sign In Now