jDiction Forum

Deutsch => Allgemeine Fragen => Topic started by: Kroketto on March 23, 2015, 11:44:11 am

Title: Fehlermeldungen und Cache
Post by: Kroketto on March 23, 2015, 11:44:11 am
Hallo Harald,

irgendwas stimmt mit unserem JDiction nicht. Das Teil wirft haufenweise Fehlermeldungen.

Mit ausgeschaltetem Joomla-Caching:
Code: [Select]
[Mon Mar 23 10:35:45 2015] [error] [client 37.140.141.27] FastCGI: server "/virtual2/httpd/htdocs/pistenclub.de/htdocs/php5.fcgi" stderr: PHP message: PHP Warning:  simplexml_load_file():               ^ in /virtual2/httpd/htdocs/pistenclub.de/htdocs/libraries/jdiction/jdiction.php on line 216
[Mon Mar 23 10:35:45 2015] [error] [client 37.140.141.27] FastCGI: server "/virtual2/httpd/htdocs/pistenclub.de/htdocs/php5.fcgi" stderr: PHP message: PHP Warning:  simplexml_load_file(): /virtual2/httpd/htdocs/pistenclub.de/htdocs/administrator/components/com_jevents/jdiction.xml:29: parser error : Opening and ending tag mismatch: fieldset line 16 and sections in /virtual2/httpd/htdocs/pistenclub.de/htdocs/libraries/jdiction/jdiction.php on line 216
[Mon Mar 23 10:35:45 2015] [error] [client 37.140.141.27] FastCGI: server "/virtual2/httpd/htdocs/pistenclub.de/htdocs/php5.fcgi" stderr: PHP message: PHP Warning:  simplexml_load_file():   </sections> in /virtual2/httpd/htdocs/pistenclub.de/htdocs/libraries/jdiction/jdiction.php on line 216
[Mon Mar 23 10:35:45 2015] [error] [client 37.140.141.27] FastCGI: server "/virtual2/httpd/htdocs/pistenclub.de/htdocs/php5.fcgi" stderr: PHP message: PHP Warning:  simplexml_load_file():              ^ in /virtual2/httpd/htdocs/pistenclub.de/htdocs/libraries/jdiction/jdiction.php on line 216
[Mon Mar 23 10:35:45 2015] [error] [client 37.140.141.27] FastCGI: server "/virtual2/httpd/htdocs/pistenclub.de/htdocs/php5.fcgi" stderr: PHP message: PHP Warning:  simplexml_load_file(): /virtual2/httpd/htdocs/pistenclub.de/htdocs/administrator/components/com_jevents/jdiction.xml:30: parser error : Opening and ending tag mismatch: form line 15 and jdiction in /virtual2/httpd/htdocs/pistenclub.de/htdocs/libraries/jdiction/jdiction.php on line 216

Mit eingeschaltetem Joomla-Caching:
Code: [Select]
[Sun Mar 22 17:20:20 2015] [error] [client 194.25.171.74] FastCGI: server "/virtual2/httpd/htdocs/pistenclub.de/htdocs/php5.fcgi" stderr: PHP message: PHP Warning:  Invalid argument supplied for foreach() in /virtual2/httpd/htdocs/pistenclub.de/htdocs/libraries/jdiction/jdiction.php on line 189
Außerdem tankt sich das JDiction extrem viel Speicher weg, bis zu 1 GB pro Tag. Hast du eine Idee?

URL: www.pistenclub.de
Title: Re: Fehlermeldungen und Cache
Post by: Harald Leithner on March 23, 2015, 12:04:52 pm
Die Datei scheint kaputt zu sein:

/virtual2/httpd/htdocs/pistenclub.de/htdocs/administrator/components/com_jevents/jdiction.xml

also nicht valides html, "Opening and ending tag mismatch: fieldset line 16" möglich wäre entweder ein umlaut in der Datei oder wirklich ein nicht geschlossener TAG.

Das mit dem cache dürfte sein das der Joomla cache nix oder etwas falsches zurück liefert... das muss ich mir genauer ansehen.

Ich hab zwar den code ein wenig optimiert aber das sollte auf die Funktion keine Auswirkung haben.
Title: Re: Fehlermeldungen und Cache
Post by: Harald Leithner on April 09, 2015, 11:21:23 am
Wie schauts aus?