9Gleis1/2 Posted August 19, 2013 Report Share Posted August 19, 2013 Guten Tag, ich habe heute in den xtLogs für mich unerklärbare phpErrors (bezüglich class.MediaFiles.php + class.form.php) gefunden. Verwende lokale Xampp-Installation 1.8.1 und aktuelles xt:commerce 4.1 . xtLogs/phpErrors.txt [19-Aug-2013 19:18:35 Europe/Berlin] PHP Strict Standards: Declaration of MediaFiles::_get() should be compatible with MediaFileTypes::_get($ID = 0) in D:\xampp18\htdocs\...\xtFramework\classes\class.MediaFiles.php on line 238 [19-Aug-2013 19:18:36 Europe/Berlin] PHP Warning: Invalid argument supplied for foreach() in D:\xampp18\htdocs\...\xtFramework\classes\class.form.php on line 224 Ich möchte gerne diese Fehlermeldungen abstellen. Was muss ich tun ? Link to comment Share on other sites More sharing options...
9Gleis1/2 Posted August 21, 2013 Author Report Share Posted August 21, 2013 xtLogs/phpErrors.txt [19-Aug-2013 19:18:35 Europe/Berlin] PHP Strict Standards: Declaration of MediaFiles::_get() should be compatible with MediaFileTypes::_get($ID = 0) in D:\xampp18\htdocs\...\xtFramework\classes\class.Me diaFiles.php on line 238 Scheint ein Bug in den Dateien xtFramework\classes\class.MediaFiles.php und xtFramework\classes\class.MediaFileTypes.php zu sein. Nach einem Abgleich der Funktion-Deklaration in Funktion function _get () { ... zu function _get($ID = 0) { ... treten keine Fehlermeldungen mehr auf. xtFramework\classes\class.MediaFiles.php Zeile 99 function _get() { ... aendern in Zeile 99 function _get($ID = 0) { ... xtFramework\classes\class.MediaFileTypes.php Zeile 64 function _get($ID = 0) { .. . Link to comment Share on other sites More sharing options...
cipao Posted October 3, 2013 Report Share Posted October 3, 2013 Vielen Dank... ich habe eine neu Installation V. 4.100 (Gestern) und habe dieses Problem auch gehabt, aber nur in diesem file: xtFramework\classes\class.MediaFiles.php [/CODE] die andere war schon so wie zu ändernde sache Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.