Jump to content
xt:Commerce Community Forum

seltsame phpErrors in xtLogs


9Gleis1/2

Recommended Posts

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

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

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...