Thommen Posted April 17, 2020 Share Posted April 17, 2020 Przy wyborze płatności przy odbiorze w PS 1.7.6 posiada komplikację: Unknown column 'id_paypal_order' in 'field list' SELECT id_paypal_order FROM `ps_paypal_order` WHERE (id_order = 99) LIMIT 1 at line 769 in file classes/db/Db.php 764. if ($webservice_call && $errno) { 765. $dbg = debug_backtrace(); 766. WebserviceRequest::getInstance()->setError(500, '[SQL Error] ' . $this->getMsgError() . '. From ' . (isset($dbg[3]['class']) ? $dbg[3]['class'] : '') . '->' . $dbg[3]['function'] . '() Query was : ' . $sql, 97); 767. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) { 768. if ($sql) { 769. throw new PrestaShopDatabaseException($this->getMsgError() . '<br /><br /><pre>' . $sql . '</pre>'); 770. } 771. 772. throw new PrestaShopDatabaseException($this->getMsgError()); 773. } 774. } Jakie jest najszybsze rozwiązanie? Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 17, 2020 Share Posted April 17, 2020 Błąd sugeruje że pochodzi od modułu paypal, jeśli go masz to wyłącz go i sprawdź ponownie, może to być również rozwiązanie dla Twojego drugiego wątku. Link to comment Share on other sites More sharing options...
Question
Thommen
Przy wyborze płatności przy odbiorze w PS 1.7.6 posiada komplikację:
Jakie jest najszybsze rozwiązanie?
Link to comment
Share on other sites
1 answer 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