Closed (fixed)
Project:
Open Deals Drupal Distribution
Version:
7.x-1.0-beta7
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
26 Feb 2012 at 11:35 UTC
Updated:
6 Sep 2012 at 16:07 UTC
Hi there
i get this error while installing at the "install profile" tab
The installation has encountered an error.
Please continue to the error pageAn AJAX HTTP request terminated abnormally. Debugging information follows. Path: http://127.0.0.1:8080/install.php?profile=opendeals&locale=en&id=1&op=do StatusText: ResponseText: ReadyState: 4
How can i fix this?
Comments
Comment #1
justdareus commentedHi Please I have this same issue when trying to install. Is there anyone that can help solve this
Comment #2
vikingv commentedI have the very same error installing locally on the Acquia Drupal Windows7 platform. OpenDeals is a popular download, so I cannot figure out why it should have install errors at this stage of its development.
I thought Drupal was supposed to be a more stable environment, but instead most these Drupal profiles do not work from the install or later when adding configurations. If it is this difficult to get things working, why should I pursue it any further?
Comment #3
yannisc commentedYou need to set php max execution time to more than 60 seconds and php memory limit to at least 128Mb.
You can these by adding the following two lines of code at the end of the .htaccess file:
php_value memory_limit 128M
php_value max_execution_time 120
I added the above in the README file and in the project page installation instructions.
Comment #4
Jstpshply commentedI have been trying to install for days. Changed the memory and execution time as recommended and changed the settings.php permissions. I still get the following error:
My webhost is godaddy if that makes any difference.
Thanks for any help you can give.
Comment #5
yannisc commentedJstpshply, it seems that you haven't set the memory limit. It seems that it's still at 64Mb. Contact your administrator to help you with this, he may have to change it from php.ini.
Comment #6
Jstpshply commentedThanks for your prompt reply. As I said, I have increased the memory to 128M as well as the execution time to 150M. Thanks anyway. I'll just move on to another script.
Comment #7
yannisc commentedThe error you get, shows that your change is not in effect.