GetSimple Support Forum

Full Version: "...i18n_navigation/frontend.class.php"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hallo allerseits,

habe folgenden Fehler auf der website einer Kundin - sichtbar direkt auf der Start-Seite: "Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; I18nNavigationItem has a deprecated constructor in ...... /plugins/i18n_navigation/frontend.class.php on line 349"

Ich habe gerade das aktuelle i18n_navigation PlugIn downgeloaded und das Update gemacht, aber der Fehlertext bleibt bestehen.
Was tun?

Freue mich über schnelle Antwort.
Danke
Oliv
(2017-04-25, 06:22:54)oliv_58 Wrote: [ -> ]habe folgenden Fehler auf der website einer Kundin - sichtbar direkt auf der Start-Seite: "Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; I18nNavigationItem has a deprecated constructor in ...... /plugins/i18n_navigation/frontend.class.php on line 349"

Edit plugins/i18n_navigation/frontend.class.php, add new line 350:
Code:
class I18nNavigationItem {
    public function __construct() {} // PHP7 deprecation: http://get-simple.info/forums/showthread.php?tid=1221&pid=59665#pid59665
 
  private $item;
Ref: http://get-simple.info/forums/showthread...5#pid59665
Lieber Hameau,

vielsten Dank, hat direkt geklappt!

LG
Oliv