Jump to content

Error: PrestaShopDatabaseException


Valkyrija

Recommended Posts

Zdravím ... mám "menší" problém, nevěděl by prosím někdo co s tím? Přehrání zmíněných souborů ze zálohy na FTP mi nepomohlo... :/

Večer vše běželo jak mělo, ráno po zapnutí tohle.

[PrestaShopDatabaseException]

Unknown storage engine 'InnoDB'
 

SELECT s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
                    FROM qu_shop_url su
                    LEFT JOIN qu_shop s ON (s.id_shop = su.id_shop)
                    WHERE (su.domain = 'sexyqueens.de' OR su.domain_ssl = 'sexyqueens.de')
                        AND s.active = 1
                        AND s.deleted = 0
                    ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC

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.     /**
Link to comment
Share on other sites

No tak jsem přehrála přes FTP ze zálohy celé složky db, shop, ještě jednou jsem přehrála config.inc.php a admin/index.php, také jsem napsala před dvěma hodinami hostingu. Tak nevím jestli se na to podívali oni nebo pomohlo to přehrání, ale teď to naskočilo.

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