Jump to content

PrestaShopDatabaseException Got error -1 from storage engine


Valkyrija

Recommended Posts

Ahoj vůbec netuším co se stalo :D 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.     /**
Edited by Valkyrija (see edit history)
Link to comment
Share on other sites

zkusila jsem naimportovat tabulku znovu.

 

Chyba

SQL-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í: b_help.png

#1030 - Got error -1 from storage engine 

Link to comment
Share on other sites

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

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...