andreicos82 Posted October 5, 2012 Share Posted October 5, 2012 (edited) Hello. I test upgrade my shop (presta 1.4.9) using xamp server. I enable error debug on config.inc.php (@ini_set('display_errors', 'on'); All upgrade ok using last autoupdate module, but when i try access products i get: Cannot access empty property in D:\Programe\xampp\htdocs\classes\Product.php on line 2404 Also when i try to view orders, orders look like in the attach picture. And fter log off i get: Warning: array_key_exists(): The first argument should be either a string or an integer in D:\Programe\xampp\htdocs\classes\Currency.php on line 413 Warning: array_key_exists(): The first argument should be either a string or an integer in D:\Programe\xampp\htdocs\classes\Currency.php on line 413 Can som one help me? Edited October 5, 2012 by andreicos82 (see edit history) Link to comment Share on other sites More sharing options...
andreicos82 Posted October 5, 2012 Author Share Posted October 5, 2012 and...som eror log from wamp server first is if i access front page and second products in BO Warning: array_key_exists(): The first argument should be either a string or an integer in D:\\wamp\\www\\classes\\Currency.php on line 413 [Fri Oct 05 22:24:54.126916 2012] [:error] [pid 3628:tid 804] [client 127.0.0.1:50294] PHP Stack trace: [Fri Oct 05 22:24:54.126916 2012] [:error] [pid 3628:tid 804] [client 127.0.0.1:50294] PHP 1. {main}() D:\\wamp\\www\\admin1982\\index.php:0 [Fri Oct 05 22:24:54.126916 2012] [:error] [pid 3628:tid 804] [client 127.0.0.1:50294] PHP 2. DispatcherCore->dispatch() D:\\wamp\\www\\admin1982\\index.php:43 [Fri Oct 05 22:24:54.127916 2012] [:error] [pid 3628:tid 804] [client 127.0.0.1:50294] PHP 3. ControllerCore->run() D:\\wamp\\www\\classes\\Dispatcher.php:349 [Fri Oct 05 22:24:54.127916 2012] [:error] [pid 3628:tid 804] [client 127.0.0.1:50294] PHP 4. AdminHomeControllerCore->initContent() D:\\wamp\\www\\classes\\controller\\Controller.php:168 [Fri Oct 05 22:24:54.127916 2012] [:error] [pid 3628:tid 804] [client 127.0.0.1:50294] PHP 5. AdminHomeControllerCore->getStatsSales() D:\\wamp\\www\\controllers\\admin\\AdminHomeController.php:681 [Fri Oct 05 22:24:54.127916 2012] [:error] [pid 3628:tid 804] [client 127.0.0.1:50294] PHP 6. ToolsCore::setCurrency() D:\\wamp\\www\\controllers\\admin\\AdminHomeController.php:388 [Fri Oct 05 22:24:54.127916 2012] [:error] [pid 3628:tid 804] [client 127.0.0.1:50294] PHP 7. CurrencyCore::getCurrencyInstance() D:\\wamp\\www\\classes\\Tools.php:438 [Fri Oct 05 22:24:54.127916 2012] [:error] [pid 3628:tid 804] [client 127.0.0.1:50294] PHP 8. array_key_exists() D:\\wamp\\www\\classes\\Currency.php:413 [Fri Oct 05 22:25:57.183523 2012] [:error] [pid 3628:tid 768] [client 127.0.0.1:50302] PHP Fatal error: Cannot access empty property in D:\\wamp\\www\\classes\\Product.php on line 2404, referer: http://localhost/admin1982/ [Fri Oct 05 22:25:57.183523 2012] [:error] [pid 3628:tid 768] [client 127.0.0.1:50302] PHP Stack trace:, referer: http://localhost/admin1982/ [Fri Oct 05 22:25:57.183523 2012] [:error] [pid 3628:tid 768] [client 127.0.0.1:50302] PHP 1. {main}() D:\\wamp\\www\\admin1982\\index.php:0, referer: http://localhost/admin1982/ [Fri Oct 05 22:25:57.183523 2012] [:error] [pid 3628:tid 768] [client 127.0.0.1:50302] PHP 2. DispatcherCore->dispatch() D:\\wamp\\www\\admin1982\\index.php:43, referer: http://localhost/admin1982/ [Fri Oct 05 22:25:57.183523 2012] [:error] [pid 3628:tid 768] [client 127.0.0.1:50302] PHP 3. ControllerCore->run() D:\\wamp\\www\\classes\\Dispatcher.php:349, referer: http://localhost/admin1982/ [Fri Oct 05 22:25:57.183523 2012] [:error] [pid 3628:tid 768] [client 127.0.0.1:50302] PHP 4. AdminProductsControllerCore->initContent() D:\\wamp\\www\\classes\\controller\\Controller.php:168, referer: http://localhost/admin1982/ [Fri Oct 05 22:25:57.183523 2012] [:error] [pid 3628:tid 768] [client 127.0.0.1:50302] PHP 5. AdminControllerCore->initContent() D:\\wamp\\www\\controllers\\admin\\AdminProductsController.php:2124, referer: http://localhost/admin1982/ [Fri Oct 05 22:25:57.183523 2012] [:error] [pid 3628:tid 768] [client 127.0.0.1:50302] PHP 6. AdminProductsControllerCore->renderList() D:\\wamp\\www\\classes\\controller\\AdminController.php:1410, referer: http://localhost/admin1982/ [Fri Oct 05 22:25:57.183523 2012] [:error] [pid 3628:tid 768] [client 127.0.0.1:50302] PHP 7. AdminControllerCore->renderList() D:\\wamp\\www\\controllers\\admin\\AdminProductsController.php:2132, referer: http://localhost/admin1982/ [Fri Oct 05 22:25:57.183523 2012] [:error] [pid 3628:tid 768] [client 127.0.0.1:50302] PHP 8. AdminProductsControllerCore->getList() D:\\wamp\\www\\classes\\controller\\AdminController.php:1457, referer: http://localhost/admin1982/ [Fri Oct 05 22:25:57.183523 2012] [:error] [pid 3628:tid 768] [client 127.0.0.1:50302] PHP 9. ProductCore::getPriceStatic() D:\\wamp\\www\\controllers\\admin\\AdminProductsController.php:325, referer: http://localhost/admin1982/ Link to comment Share on other sites More sharing options...
Recommended Posts