Jump to content

PRESTASHOP 1.4.1.0 INSTALLER


Recommended Posts

Hi,

I can't get past step 3 in the installer.

I verify my database and click next. I just see the progress bar appear in the upper right hand corner for a second and nothing happens... No error message or anything.

I am using MAMP
PHP Version 5.3.2
MySQL 5.1.44

I am not sure how to troubleshoot this.

I added

@ini_set('display_errors', 'true');
error_reporting(E_ALL);


to config/config.inc.php but it did not help.

Let me know if you need any other information.

Thanks!

Link to comment
Share on other sites

  • 2 weeks later...

I have the same problem. When I looked at my Apache log, I noticed the following error message:

[sun May 08 23:15:05 2011] [error] [client 127.0.0.1] PHP Warning:  Unknown: 1 result set(s) not freed. Use mysql_free_result to free result sets which were requested using mysql_query() in Unknown on line 0, referer: http://prestashop.hypergalaxy.com/install/



It looks like a bug (i.e., the mysql_free_result() method is not being called in order to free a result set), but I do not know where in the code the problem is occurring...

Have a great day.

Take care,
Darwin

Link to comment
Share on other sites

I solved this problem by setting the mysql.trace_mode to Off in my php.ini file:

mysql.trace_mode = Off



Take care,
Darwin


I have the same problem. When I looked at my Apache log, I noticed the following error message:

[sun May 08 23:15:05 2011] [error] [client 127.0.0.1] PHP Warning:  Unknown: 1 result set(s) not freed. Use mysql_free_result to free result sets which were requested using mysql_query() in Unknown on line 0, referer: http://prestashop.hypergalaxy.com/install/



It looks like a bug (i.e., the mysql_free_result() method is not being called in order to free a result set), but I do not know where in the code the problem is occurring...

Have a great day.

Take care,
Darwin

Link to comment
Share on other sites

  • 2 months later...

I have this error too, mysql.trace_mode is already set to off. Funny thing is i've installed it plenty of times in the past and its worked fine...

Right now i'm gonna try changing the config file manually to link to the right database. That should work ill let you know how i get on.

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...