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

Gábor Hojtsy’s picture

Project: Drupal core » Open Deals Drupal Distribution
Version: 7.14 » 7.x-1.4
Component: ajax system » Code

Moving to opendeals.

yannisc’s picture

Category: bug » support
Priority: Critical » Normal
Status: Active » Fixed

Ths 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.

vinodBaggam’s picture

Thanks 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.

yannisc’s picture

It seems that you can not alter php settings from .htacess. Ask your host to make the change.

vinodBaggam’s picture

Thanks for reply without hesitating.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

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