Jump to content
  • 0

PrestaShopDatabaseException - komunikat po aktualizacji wszystkich modułów.


Glorfi

Question

Drodzy Prestashopowicze,

 

kiedy skorzystałem z aktualizacji wszystkich modułów pojawił mi się taki komunikat. Nie do końca wiem co z tym zrobić. Proszę o pomoc l instrukcje. Sklep poza tym działa, backoffice też. Nie mam tylko możliwości wejścia w moduły.

 

 

[PrestaShopDatabaseException]

Unknown column 'lang' in 'ps_av_products_reviews'
 

ALTER TABLE ps_av_products_reviews
                CHANGE `lang` `iso_lang` VARCHAR( 5 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT "0";

at line 635 in file classes/db/Db.php

 

629.             WebserviceRequest::getInstance()->setError(500, '
 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
630.         }
631.         else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
632.         {
633.             if ($sql)
634.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
635.             throw new PrestaShopDatabaseException($this->getMsgError());
636.         }
637.     }
638.
639.     /**

 

A góry dziękuję za pomoc.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0
Hello,

I'm Rémi, Lead Developer at "Avis Vérifiés ("Verified Reviews" "Recensioni Verificate" ... netreviews)". We are sorry for the inconvenience caused by the module. Do you have FTP access ? If yes, connect to it, and go to Modules > netreviews and just rename the folder 'upgrade' by 'upgrade_old'. The problem is caused by a file in it, Prestashop is trying to upgrade your database. If you want to use our module, remove it from your FTP, go to Prestashop Add-ons and download the last one.

 

Please let me know if you resolve the problem, do not hesitate to contact me for any questions.

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