alainhl Posted November 17, 2013 Share Posted November 17, 2013 Hello, I'm getting his error when installing the version 1.5.6.0 in debian squeeze with php 5.3.27. The installation process gets stock at 56%. I really don't know what to do at this point. Does anyone knows what is the problem here? Install modules Cannot install module "bankwire",Cannot install module "cheque" An error occured during installation...You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here. Thanks Link to comment Share on other sites More sharing options...
vekia Posted November 17, 2013 Share Posted November 17, 2013 hello, you're trying to install prestashop on fresh database? i mean that database that you're trying to use must be empty Link to comment Share on other sites More sharing options...
alainhl Posted November 17, 2013 Author Share Posted November 17, 2013 Hi vekia, thanks for your reply. My database is empty, this is what I got on my logs ==> /home/alain/code/prestashop_1.5.6.0/log/20131117_installation.log <== *ERROR* 2013/11/17 - 11:49:25: Cannot install module "bankwire" *ERROR* 2013/11/17 - 11:49:25: Cannot install module "cheque" Link to comment Share on other sites More sharing options...
alainhl Posted November 17, 2013 Author Share Posted November 17, 2013 I have checked the error.log and I'm getting this warnings, I think the problems is here. it seems that for some reason it can get the currency. ==> /var/log/apache2/error.log <== [sun Nov 17 19:22:23 2013] [error] [client 192.168.0.13] PHP Warning: Invalid argument supplied for foreach() in /home/alain/hlasolutions/code/prestashop_1.5.5.0/classes/Currency.php on line 210, referer: http://dev.shop.ericachagas.com/install/index.php [sun Nov 17 19:22:23 2013] [error] [client 192.168.0.13] PHP Warning: Invalid argument supplied for foreach() in /home/alain/hlasolutions/code/prestashop_1.5.5.0/classes/Currency.php on line 394, referer: http://dev.shop.ericachagas.com/install/index.php Link to comment Share on other sites More sharing options...
alainhl Posted November 17, 2013 Author Share Posted November 17, 2013 I have found the problem, the issue was in my mysql mode, I have this set up: sql_mode = "TRADITIONAL,REAL_AS_FLOAT,PIPES_AS_CONCAT,ANSI_QUOTES,IGNORE_SPACE,ONLY_FULL_GROUP_BY" after setting sql_mode to: sql_mode = "" the problem was solved. Link to comment Share on other sites More sharing options...
vekia Posted November 18, 2013 Share Posted November 18, 2013 hello many thanks for detailed explanation what was wrong and how you fixed it i marked this topic as [solved] with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now