HI I have tried over the past two days to install this awesome bundle, however, I keep getting error messages. I deleted and restarted over and over again with different errors each time. I was installing on my local with wamp and then figured I'd try on server to see if I get the same error.

After installing on server I get this: An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: http://website/install.php?profile=opendeals&locale=en&id=1&op=do StatusText: Internal Server Error ResponseText:

What does this mean and how do I fix it? I had no need to increase memory limit on local because it was already set to 128 so that worked.

Now I went back to local and deleted and created a new database. After installation, it goes right to this error page: Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\specials\includes\file.inc on line 2364

Please help, I really need to get this started. My local wamp already has php ini limits of 128.

Comments

frozen10’s picture

Ok strange, I changed the max execution time to 999 and it seemed to load the drupal page, but now i can't login with the login I used to set it up when installing. ugh..Tried resetting in the db but no luck. still not working.

I removed and reinstalled and now getting this error message again:.Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\specials\includes\file.inc on line 2031

????

ANDiTKO’s picture

Category: bug » support
Priority: Critical » Minor
Status: Active » Needs review

This is a server configuration problem. Not an "Open Deals" bug.

Open C:\wamp\bin\php\phpX.X\php.ini where the "phpX.X" will be your php version that you currently use in your WAMP installation.

Find
max_execution_time

If its commented like this:
;max_execution_time

Remove the comment and set it to 0 (zero). Like this
max_execution_time = 0

Keep in mind that in a live server its not recommenced to set the max_execution_time too high. It may exhaust your server resources. But in localhost you can remove the limit by setting it to 0 (zero).

yannisc’s picture

Status: Needs review » Closed (fixed)
yannisc’s picture

Issue summary: View changes

need help.