Hallo,
unser Shop läuft bei Strato und läuft auch, aber immer wenn ich den tmp-Ordner leere, kommt stets diese Meldung beim 1. Aufruf des Shops:
Im error-log steht das:
Offenbar hat noch niemand so eine Fehlermeldung gehabt, zumindest fand ich hier nichts dazu. Wo wird denn /proc/self/environ referenziert und warum gibt es einen Fehler?
Hat irgendwer einen Tipp, in welcher Richtung ich schauen muss?
Vielen Dank!
unser Shop läuft bei Strato und läuft auch, aber immer wenn ich den tmp-Ordner leere, kommt stets diese Meldung beim 1. Aufruf des Shops:
Code:
Warning: file_get_contents(/home/strato/http/power/rid/97/25/htdocs/shop/tmp/config.oxbaseshop.amodules.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /mnt/web5/b1/25/htdocs/shop/core/oxutilsobject.php on line 687
Warning: Cannot modify header information - headers already sent by (output started at /mnt/web5/b1/25/htdocs/shop/core/oxutilsobject.php:687) in /mnt/web5/b1/25/htdocs/shop/core/oxutilsserver.php on line 107
Warning: Cannot modify header information - headers already sent by (output started at /mnt/web5/b1/25/htdocs/shop/core/oxutilsobject.php:687) in /mnt/web5/b1/25/htdocs/shop/core/oxutils.php on line 1156
Warning: Cannot modify header information - headers already sent by (output started at /mnt/web5/b1/25/htdocs/shop/core/oxutilsobject.php:687) in /mnt/web5/b1/25/htdocs/shop/core/oxutils.php on line 1156
Warning: Cannot modify header information - headers already sent by (output started at /mnt/web5/b1/25/htdocs/shop/core/oxutilsobject.php:687) in /mnt/web5/b1/25/htdocs/shop/core/oxutils.php on line 1156
Warning: Cannot modify header information - headers already sent by (output started at /mnt/web5/b1/25/htdocs/shop/core/oxutilsobject.php:687) in /mnt/web5/b1/25/htdocs/shop/core/oxutils.php on line 1156
Warning: Cannot modify header information - headers already sent by (output started at /mnt/web5/b1/25/htdocs/shop/core/oxutilsobject.php:687) in /mnt/web5/b1/25/htdocs/shop/core/oxutils.php on line 1156
Code:
oxSystemComponentException-oxException (time: 2013-08-07 11:46:29): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /mnt/web5/b1/25/htdocs/shop/core/oxutilsobject.php(196): oxUtilsObject->_getObject('oxsystemcompone...', 0, Array)
#1 [internal function]: oxUtilsObject->oxNew('oxSystemCompone...')
#2 /mnt/web5/b1/25/htdocs/shop/core/oxfunctions.php(384): call_user_func_array(Array, Array)
#3 /mnt/web5/b1/25/htdocs/shop/core/oxutilsobject.php(186): oxNew('oxSystemCompone...')
#4 [internal function]: oxUtilsObject->oxNew('/proc/self/envi...')
#5 /mnt/web5/b1/25/htdocs/shop/core/oxfunctions.php(384): call_user_func_array(Array, Array)
#6 /mnt/web5/b1/25/htdocs/shop/core/oxshopcontrol.php(439): oxNew('/proc/self/envi...')
#7 /mnt/web5/b1/25/htdocs/shop/core/oxshopcontrol.php(387): oxShopControl->_initializeViewObject('/proc/self/envi...', NULL, NULL, NULL)
#8 /mnt/web5/b1/25/htdocs/shop/core/oxshopcontrol.php(156): oxShopControl->_process('/proc/self/envi...', NULL, NULL, NULL)
#9 /mnt/web5/b1/25/htdocs/shop/core/oxid.php(40): oxShopControl->start()
#10 /mnt/web5/b1/25/htdocs/shop/index.php(28): Oxid::run()
#11 /mnt/web5/b1/25/htdocs/shop/oxseo.php(46): require('/mnt/web5/b1/25...')
#12 {main}
Faulty component --> /proc/self/environ
---------------------------------------------
Hat irgendwer einen Tipp, in welcher Richtung ich schauen muss?
Vielen Dank!