websitedesignby Posted April 25, 2011 Share Posted April 25, 2011 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 MAMPPHP Version 5.3.2MySQL 5.1.44I 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 More sharing options...
LiveForChrist Posted May 9, 2011 Share Posted May 9, 2011 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 More sharing options...
LiveForChrist Posted May 15, 2011 Share Posted May 15, 2011 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 More sharing options...
NeilD Posted July 21, 2011 Share Posted July 21, 2011 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 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