kalua Posted April 6, 2015 Share Posted April 6, 2015 (edited) Hey Leute Irgendwie ist heute der Wurm drin. Nachdem ich die Probleme mit den Versandkosten im Warenkorb eindeutig dem EU-Modul zuordnen konnte, stellte ich nun fest das meine Produkte nicht angezeigt werden wenn ich EU-Legal deaktiviere. Als Fehlermeldung erhalte ich das hier: Fatal error: Class 'EU_Legal' not found in /var/www/vhosts/.../httpdocs/presta/override/controllers/front/ProductController.php on line 29 Und hier die zugrundelegende Datei. <?php/** * EU Legal - Better security for German and EU merchants. * * @version : 1.0.2 * @date : 2014 08 26 * @author : Markus Engel/Chris Gurk @ Onlineshop-Module.de | George June/Alexey Dermenzhy @ Silbersaiten.de * @copyright : 2014 Onlineshop-Module.de | 2014 Silbersaiten.de * @contact : [email protected] | [email protected] * @homepage : www.onlineshop-module.de | www.silbersaiten.de * @license : http://opensource.org/licenses/osl-3.0.php * @changelog : see changelog.txt * @compatibility : PS == 1.6.0.9 */class ProductController extends ProductControllerCore{ /* * module: eu_legal * date: 2015-02-27 13:54:51 * version: 1.1.2 */ public function initContent() { parent::initContent(); if (Configuration::get('PS_EU_PAYMENT_API')) { $instance = new EU_Legal(); Media::addJsDef( array( 'deliveryNowValue' => $this->product->delivery_now, 'deliveryLaterValue' => $this->product->delivery_later, 'deliveryNoStockValue' => $instance->l('This product is no longer in stock') ) ); } }} Sieht hier jemand einen Fehler? Edited April 6, 2015 by kalua (see edit history) Link to comment Share on other sites More sharing options...
Whiley Posted April 6, 2015 Share Posted April 6, 2015 Welche PS-Version? Link to comment Share on other sites More sharing options...
kalua Posted April 6, 2015 Author Share Posted April 6, 2015 Sorry, PS1.6.11 ... Link to comment Share on other sites More sharing options...
Whiley Posted April 6, 2015 Share Posted April 6, 2015 Sieht ja ganz danach aus, als hättest du eine nicht passende Version EU-Legal installiert gehabt, bzw eine alte nicht richtig entfernt (manuell override /Suche hier im Forum). Link to comment Share on other sites More sharing options...
kalua Posted April 6, 2015 Author Share Posted April 6, 2015 Hm, naja, ich habe eigentlich alles was mit EU Legal zu tun hatte gelöscht bevor ich die neue Version drauf gespielt habe. Bin jetzt gerade am überlegen wie ich da am besten vorgehe ohne den ganze Shop zu "zerschiessen". Bin nach über 2 Monaten Arbeit kurz vor dem Launch, da will ich nicht mehr viel experimentieren ... Link to comment Share on other sites More sharing options...
Whiley Posted April 6, 2015 Share Posted April 6, 2015 Als erstes mal ein Backup machen. Hm, naja, ich habe eigentlich alles was mit EU Legal zu tun hatte gelöscht * * @version : 1.0.2 * @date : 2014 08 26 ........ * @compatibility : PS == 1.6.0.9 */ ? Link to comment Share on other sites More sharing options...
kalua Posted April 6, 2015 Author Share Posted April 6, 2015 Hm, wo kommt denn das her ... Ich werde den Shop mal auf einen anderen Server kopieren um das dort zu testen. Info folgt ... Thanks ;-) Link to comment Share on other sites More sharing options...
mallaher Posted April 14, 2015 Share Posted April 14, 2015 Bist du weitergekommen? Wenn nicht, müsste man schauen, ob eine komplette Neuinstallation doch mehr Sinn ergibt, als wenn jetzt an zig Stellen geschraubt werden würde. Link to comment Share on other sites More sharing options...
kalua Posted April 14, 2015 Author Share Posted April 14, 2015 Hey Mallaher Danke, ja mehr oder weniger. Das Problem besteht wenn ich EU deaktiviere. Wenn ich es aber komplett deainstalliere ist das Problem weg. Link to comment Share on other sites More sharing options...
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