Valkyrija Posted October 4, 2015 Share Posted October 4, 2015 (edited) Ahoj vůbec netuším co se stalo prostě jednoho krásného dne, předem díky za pomoc http://sexyqueens.de/de/: [PrestaShopDatabaseException] Got error -1 from storage engine INSERT INTO `qu_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')at 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 398 - classes/db/Db.php] - [2 Arguments] DbCore->insert - [line 480 - classes/ObjectModel.php] - [3 Arguments] ObjectModelCore->add - [line 442 - classes/ObjectModel.php] - [2 Arguments] ObjectModelCore->save - [line 190 - classes/Guest.php] GuestCore::setNewGuest - [line 74 - modules/statsdata/statsdata.php] - [1 Arguments] StatsData->hookFooter - [line 512 - classes/Hook.php] - [1 Arguments] HookCore::exec - [line 832 - classes/controller/FrontController.php] - [1 Arguments] FrontControllerCore->initFooter - [line 185 - classes/controller/Controller.php] ControllerCore->run - [line 374 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 60 - index.php] Edited October 4, 2015 by Valkyrija (see edit history) Link to comment Share on other sites More sharing options...
Valkyrija Posted October 4, 2015 Author Share Posted October 4, 2015 zkusila jsem naimportovat tabulku znovu. ChybaSQL-dotaz: ---- Vypisuji data pro tabulku `qu_guest`--INSERT INTO `qu_guest` ( `id_guest` , `id_operating_system` , `id_web_browser` , `id_customer` , `javascript` , `screen_resolution_x` , `screen_resolution_y` , `screen_color` , `sun_java` , `adobe_flash` , `adobe_director` , `apple_quicktime` , `real_player` , `windows_media` , `accept_language` , `mobile_theme` ) VALUES ( 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'cs', 0 ) , ( 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'cs', 0 ) , ( 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'cs', 0 ) , ( 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'cs', 0 ) , ( 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'cs', 0 ) ; MySQL hlásí: #1030 - Got error -1 from storage engine Link to comment Share on other sites More sharing options...
Valkyrija Posted October 5, 2015 Author Share Posted October 5, 2015 vyřešeno: výpadek serveru. email:"Dobrý den, patrně to souvisí s výpadkem našeho databázového serveru. Omlouváme se za způsobené problémy. Naši administrátoři situaci řešili i během víkendu a v pondělí dojde k migraci na nový databázový server. Situace by tedy měla být v nejbližší době vyřešena. " 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