Opigno with XAMPP on windows

mymockin
Forums
Hi, I'm trying to install latest opigno on my windows 7 laptop, which has latest XAMPP installed. I was doing the opigno installation, and after I entered the database name, user name and password (all of which I had just created using phpMyadmin), the installation waited to connect to DB and gave a " fatal error saying the maxmimum connection time of 30 secs. set in database.inc file was exceeded.". I'm not sure what is the issue. I opened database.inc and tried to increase the max. time, but did not find any corresponding variable. To do re-installation, I deleted the opigno dir. in my xampp/htdocs and then re-extracted the zip in the same directory. I again went through the installation process and after entering my DB name (same as before), I get this new error: Table variable already exists. At this point, I'm not sure what should be done. What is the best way to re-install opigno on my local laptop? Thanks
Shibbn

Had die same issue, also on

Had die same issue, also on Windows 7 with XAMMP. Just set maximum connection time to 2 minutes or something then it works fine.
Shibbn

In case you are wondering,

In case you are wondering, its the max_execution time in the php.ini file in the xampp folder, I set it to 120.
mymockin

Thanks

Thanks for the useful feedback. Changing the time in php.ini solved the problem.
mymockin

Thanks

Thanks for the useful feedback. Changing the time in php.ini solved the problem.