Posted by vinodBaggam on October 8, 2012 at 10:43am
4 followers
Jump to:
| Project: | Open Deals Drupal Distribution |
| Version: | 7.x-1.4 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
Moving to opendeals.
#2
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.
#3
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.
#4
It seems that you can not alter php settings from .htacess. Ask your host to make the change.
#5
Thanks for reply without hesitating.
#6
Automatically closed -- issue fixed for 2 weeks with no activity.