Jump to content

[SOLVED] Instalation stock at 56% with error:Cannot install module "bankwire",Cannot install module.


Recommended Posts

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?

 

  1. Install modules
    1. 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

post-728365-0-19914300-1384652058_thumb.png

Link to comment
Share on other sites

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...