Jump to content

Fatal error: Class 'EU_Legal' not found


Recommended Posts

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 by kalua (see edit history)
Link to comment
Share on other sites

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

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

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