Qrizz Posted September 7, 2012 Report Share Posted September 7, 2012 Hallo zusammen, habe xt:commerce erfolgreich installiert mit ioncube loader etc., bei der Überprüfung waren alle Häkchen auf grün außer Magic quotes On (magic_quotes_gpc) = rotes Ausrufezeichen. Habe mich im Forum informiert, dass es wohl an der PHP-Version liegt und aber eigentlich egal ist, weil magic quotes nicht mehr verwendet wird ... also sollte doch alles richtig installiert sein ... im Front und Backend wird alles korrekt dargestellt, nur oben in der "Kopfzeile" stehen Fehlermeldungen ... Strict Standards: Resource ID#26 used as offset, casting to integer (26) in C:\Programme\Xampp\xampp\htdocs\shop\xtFramework\library\adodb\drivers\adodb-mysql.inc.php on line 487 Strict Standards: Resource ID#26 used as offset, casting to integer (26) in C:\Programme\Xampp\xampp\htdocs\shop\xtFramework\library\adodb\drivers\adodb-mysql.inc.php on line 487 Strict Standards: Declaration of MediaFiles::_get() should be compatible with MediaFileTypes::_get($ID = 0) in C:\Programme\Xampp\xampp\htdocs\shop\xtFramework\classes\class.MediaFiles.php on line 233 Strict Standards: Only variables should be assigned by reference in C:\Programme\Xampp\xampp\htdocs\shop\xtFramework\library\phpxml\xml.php on line 70 Strict Standards: Only variables should be assigned by reference in C:\Programme\Xampp\xampp\htdocs\shop\xtFramework\library\phpxml\xml.php on line 70 Strict Standards: Only variables should be assigned by reference in C:\Programme\Xampp\xampp\htdocs\shop\xtFramework\library\phpxml\xml.php on line 70 hat jemand eine Idee, was das sein kann? Link to comment Share on other sites More sharing options...
Qrizz Posted September 10, 2012 Author Report Share Posted September 10, 2012 hat denn niemand eine Idee? Link to comment Share on other sites More sharing options...
MaikdW Posted December 16, 2012 Report Share Posted December 16, 2012 Hallo, den adodb-mysql.inc.php (Zeile 487) Fehler habe ich mit Hilfe folgendes Links wegbekommen .. derzeit schaue ich noch nach den Media-File Types .. da such ich noch Hilfe, da mein Adminmenü leer ist Link für Fehlerbeseitigung des "Strict Standards: Resource ID#26 used as offset, casting to integer (26) in C:\Programme\Xampp\xampp\htdocs\shop\xtFramework\l ibrary\adodb\drivers\adodb-mysql.inc.php on line 487" : http://www.xt-commerce.com/forum/installation-und-konfiguration/89059-veyton-installation-mit-xampp-macht-mich-wahnsinnig.html Link to comment Share on other sites More sharing options...
Sentor77 Posted December 17, 2012 Report Share Posted December 17, 2012 Moin, versuche doch mal folgendes: Öffne die xtCore/main.php und suche ca. in Zeile 38 nach error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);[/PHP] und änder es in [PHP]error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT);[/PHP] Damit dürften die Strictfehler nicht mehr angezeigt werden. LG Link to comment Share on other sites More sharing options...
Townboy Posted February 1, 2014 Report Share Posted February 1, 2014 Guten Morgen, habe gerade mehrere Shops auf die das selbe Problem zutrifft. @Senator Leider blieb die Anpassung in der Main.php ohne Erfolg. Hat evtl. schon jemand das Problem gelöst? Grüße Mike Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.