Closed (fixed)
Project:
Open Deals Drupal Distribution
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2012 at 10:43 UTC
Updated:
27 Oct 2012 at 06:41 UTC
When we were trying to host open deals 7.x-1.4 version the following errors are being arised after the profile setup is completed. So please do suggest us a way as to how the error can be resolved
An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://www.indianstuff.in/opendeals-7.x-1.x-dev/install.php?profile=open... StatusText: OK ResponseText: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 8208 bytes) in indianstuff.in/opendeals-7.x-1.x-dev/profiles/opendeals/modules/entity/includes/entity.controller.inc on line 226
Comments
Comment #1
gábor hojtsyMoving to opendeals.
Comment #2
yannisc commentedThs is a clear out of memory error.
You have to follow the installation instructions that state that you need to allow for at least 128Mb of PHP Memory and max execution time of 120.
You can do that by adding these two lines at the end of the .htaccess file:
php_value memory_limit 128M
php_value max_execution_time 120
or set them at server level.
Comment #3
vinodBaggam commentedThanks for reply. After adding these two lines at the end of the .htaccess file, all other sites in my host are not working.we are getting "500 internal error". What i do for resolve this problem.
Comment #4
yannisc commentedIt seems that you can not alter php settings from .htacess. Ask your host to make the change.
Comment #5
vinodBaggam commentedThanks for reply without hesitating.
Comment #6.0
(not verified) commentedAn AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://www.indianstuff.in/opendeals-7.x-1.x-dev/install.php?profile=open... StatusText: OK ResponseText: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 8208 bytes) in indianstuff.in/opendeals-7.x-1.x-dev/profiles/opendeals/modules/entity/includes/entity.controller.inc on line 226