Author Topic: Undefined index: language_list in /includes/functions.php  (Read 3834 times)

0 Members and 1 Guest are viewing this topic.

Offline Al-Pi

  • Pre-Newbie
  • Posts: 8
    • View Profile
    • AllaTurkaa
Undefined index: language_list in /includes/functions.php
« on: July 10, 2009, 05:23:40 PM »
Hallo zusammen,

ich habe vor ca. 2 Monaten den Update von 1.7.6 auf 1.7.7 gemacht, es schien alles gut gelaufen zusein, daher hatte ich  die alten Backup dateien gelöscht!  :oops:
Gestern ist mir beim aufruf der search.php folgende fehler aufgefallen.

Code: [Select]
Notice:  Undefined index:  language_list in ..../includes/functions.php on line 1733
Notice:  Undefined index:  language_list in ..../includes/functions.php on line 1737
Notice:  Undefined index:  language_list in ..../includes/functions.phpo n line 1741

Diese wiederholte fehlermeldung kommt wenn man die Funktion Neue Bilder oder die suchfunktion benutzt. HIER ZUSEHEN

die betroffenen zeilen in der functions.php sieht so aus.

Code: [Select]
1733    preg_match("#\[".$config['language_dir']."\](.*)(\[\/?".$config['language_list']."\]|$)#iDUs", $text, $match);
1737    preg_match("#^(.*)\[".$config['language_list']."\]#iDUs", $text, $match);
1741    preg_match("#\[".$config['language_dir_default']."\](.*)(\[\/?".$config['language_list']."\]|$)#iDUs", $text, $match);

Wahrscheinlich verursacht durch Sprachwahl mod mit dem kleinen Fähnchen (weis leider nicht mehr wo ich es her hab, vermutlich hier von der site)

Hat jemand vielleicht ein Tip (idee) wie ich es koriegieren kann??

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Undefined index: language_list in /includes/functions.php
« Reply #1 on: July 11, 2009, 02:19:14 AM »
make sure all changes from [MOD] Multi-Language support for any text either removed (if you don't need the mod) or applied again.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Al-Pi

  • Pre-Newbie
  • Posts: 8
    • View Profile
    • AllaTurkaa
Re: Undefined index: language_list in /includes/functions.php
« Reply #2 on: July 11, 2009, 04:55:48 PM »
hello V@no ,

I have just replace all .php files and have install this mod again .
http://www.4homepages.de/forum/index.php?topic=4743.0

thx