Jump to content

Fehler beim Updaten der Module


Recommended Posts

Hallo

Ich habe wieder einmal ein riesen Problem

Habe soeben einelange Liste an Updates für meine Module bekommen und dann spontan auf "alle Aktualisieren" geklickt.

Jetzt wird mir beim klicken auf "Module" flogendes Problem angezeigt:

[PrestaShopDatabaseException]

Unknown column 'lang' in 'ps12_av_products_reviews'
 

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

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

634. 			WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$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. 	/**

 

Ich weiß einfach nicht wo das Problem ist.... Die Wenseite läuft und sonst ist auch das Gesamte Admin-Panel voll funktionsfähig!

 

Hoffe ihr könnt mir helfen !

Link to comment
Share on other sites

Haben Sie lang oder iso_lang Feld in ps12_av_products_reviews Tabelle? Vielleicht wird diese Tabelle bereits aktualisiert.

 

you have lang or iso_lang field in ps12_av_products_reviews table? Maybe this table is already upgraded.

Link to comment
Share on other sites

ps12 ? eigenes präfix für die tabelle könnte das problem sein;

oder die modulupdates sind nicht für die Prestashop-version der Datenbank, dh. es wurde irgendwann mal ein shop-update eingespielt und dann eine alte Datenbank als backup genommen.

Link to comment
Share on other sites

  • 3 weeks later...
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...