Klient na własną ręke chciał zaktualizować Prestę i się wykrzaczyło erro500.
Po wgraniu backupu pojawił się taki błąd
"Oops, something went wrong. Try to refresh this page or feel free to contact us if the problem persists."
Takie czynności już wykonałem lecz nie pomaga.
"1) please try to disable blockuserinfo module.
2) clear smarty cache in your store"
Info po debugowaniu.
Quote
[PrestaShopDatabaseException]
Table 'xxx.ps_shop_url' doesn't exist
SELECT s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'xxx.pl' OR su.domain_ssl = 'xxx.pl')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
at line613in fileclasses/db/Db.php
607. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
608. }
609. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
610. {
611. if ($sql)
612. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
613. throw new PrestaShopDatabaseException($this->getMsgError());
614. }
615. }
616.
617. /**
Question
Numenos
Witam,
Klient na własną ręke chciał zaktualizować Prestę i się wykrzaczyło erro500.
Po wgraniu backupu pojawił się taki błąd
"Oops, something went wrong. Try to refresh this page or feel free to contact us if the problem persists."
Takie czynności już wykonałem lecz nie pomaga.
"1) please try to disable blockuserinfo module.
2) clear smarty cache in your store"
Info po debugowaniu.
Link to comment
Share on other sites
2 answers to this question
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