Jump to content

Hermes Modul PS1.7.6.2


Recommended Posts

Hallo,

leider kann ich bei ionos die Rubrik Hermes Sendungsaufträge und Hermes Abholaufträge nicht öffnen - Fehler 500.

Ionos läuft ja mindestens auf PHP 7.2 - ich vermute hier das Problem.

Bei Xampp local PHP 7.1 funktioniert es einwandfrei.

Die Entwickler antworten leider nicht. Hat jmd eine Idee, wie ich mir behelfen kann?

Danke

Link to comment
Share on other sites

  • 3 months later...

Im php_error.log sind folgende Messages zu sehen:

PHP Fatal error:  Declaration of AdminHermescShipmentController::setMedia() must be compatible with AdminControllerCore::setMedia($isNewTheme = false) 
modules/hermesc/controllers/admin/AdminHermescShipment.php on line 14

AdminHermescShipment.php
AdminHermescPickup.php

In beiden Files die Funktion setMedia wie folgt ändern:

    public function setMedia($isNewTheme = false)
    {
        parent::setMedia($isNewTheme = false);
        ......

Danach geht es wieder....

Link to comment
Share on other sites

  • 2 weeks later...

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