Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM "...i18n_navigation/frontend.class.php"
#1
Bug 
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
Reply
#2
(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
--
Nick.
Reply
#3
Lieber Hameau,

vielsten Dank, hat direkt geklappt!

LG
Oliv
Reply




Users browsing this thread: 1 Guest(s)