Hello
Im trying to upgrade shopware from version 4.X to latest 5.
As a first step, I have updated PHP to version 5.5.9, but just after upgrade, im not able to access /backend due to following error:
Notice : Array to string conversion in …engine/Library/Zend/Db/Adapter/Pdo/Abstract.php on line 75
I tried to google solution, but seems there was nobody having this issue before
Not sure if this is related to database connection, just in case my config file is:
<?php return array ('db' =\> array ( 'username' =\> 'root', 'password' =\> 'complicated', 'host' =\> 'localhost', 'port' =\> '3306', 'dbname' =\> 'shopware', 'front' =\> array('showException' =\> true) ), );