Jump to content
  • 0

Brak produktów w panelu i częściowo na stronie


Lun

Question

Dzień dobry.

 

Zaktualizowałam dzisiaj sklep do najnowszej wersji i pojawił się problem.

W panel administracyjny nie pokazują się żadne produkty. Zamiast tego jest komunikat:

  • Złe zapytanie SQL
    Unknown column 'image_shop.id_product' in 'on clause'

 

W sklepie widoczne są tylko produkty w jednej kategorii. Wszystkie mają cenę 0 i nie można ich dodać do koszyka.

 

Po kliknięciu na Dodaj nowy produkt pojawia się formularz, ale nie można go zapisać. Jest tylko biała strona.

 

Bardzo proszę o pomoc.

 

WebserviceRequest::getInstance()->setError(500, '

 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
761.         }
762.         elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
763.         {
764.             if ($sql)
765.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
766.
767.             throw new PrestaShopDatabaseException($this->getMsgError());
768.         }
769.     }
770. 
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Problemem są błedy w jakimś module nie od presty.

Należy go odinstalować.

 

Dodtkowo ten moduł integrował się z panelem produktu, czyli stosował override, ale skoro zawiera błędy trzeba sprawdzić w katalogu głównym presty /override czy jakeś śmieci po nim nie zostały.

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