Dear all, I am getting the error "*Fatal error*: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in */home/alok/public_html/includes/theme.inc* on line * 472*" is this a php memory related error? my php memory size is 32MB and that I can not change is there any remedy to resolve this error? thank you -- ┌───────────────────────────────────────────────┐ │ Alok Singh Mahor │ http://alokmahor.co.cc │ Join the next generation of computing, Open Source and Linux/GNU!! └───────────────────────────────────────────────┘
Hey Alok, This is definitely a PHP error, you need to increase your PHP memory size limit. This should help - http://drupal.org/node/29268 Also, if you have done some Theming changes, you can try clearing all caches, that might do the trick as well, worked for me once [?] On Fri, May 13, 2011 at 10:14 AM, Alok Singh Mahor <alokmahor@gmail.com>wrote:
Dear all, I am getting the error "*Fatal error*: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in */home/alok/public_html/includes/theme.inc* on line *472*" is this a php memory related error? my php memory size is 32MB and that I can not change is there any remedy to resolve this error? thank you
-- ┌───────────────────────────────────────────────┐ │ Alok Singh Mahor │ http://alokmahor.co.cc │ Join the next generation of computing, Open Source and Linux/GNU!! └───────────────────────────────────────────────┘
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Regards, Vaibhav Jain
Hi Alok, Try to increase your memory to 128Mb in your php.ini file. Look for memory_limit. Should solve this and all future memory problems. Eljay On Fri, May 13, 2011 at 6:44 AM, Alok Singh Mahor <alokmahor@gmail.com>wrote:
Dear all, I am getting the error "*Fatal error*: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in */home/alok/public_html/includes/theme.inc* on line *472*" is this a php memory related error? my php memory size is 32MB and that I can not change is there any remedy to resolve this error? thank you
-- ┌───────────────────────────────────────────────┐ │ Alok Singh Mahor │ http://alokmahor.co.cc │ Join the next generation of computing, Open Source and Linux/GNU!! └───────────────────────────────────────────────┘
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Lubbert Jan Bos Mobile:+39 3392403630 Land: +39 0696846044
On Fri, May 13, 2011 at 12:59 PM, L.J.Bos <eljay09@gmail.com> wrote:
Hi Alok, Try to increase your memory to 128Mb in your php.ini file. Look for memory_limit. Should solve this and all future memory problems.
Eljay
thanks, unfortunately I am the administrator so I can not increase the memory limit. now I am using very few modules to avoid that error.
On Fri, May 13, 2011 at 6:44 AM, Alok Singh Mahor <alokmahor@gmail.com>wrote:
Dear all, I am getting the error "*Fatal error*: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in */home/alok/public_html/includes/theme.inc* on line *472*" is this a php memory related error? my php memory size is 32MB and that I can not change is there any remedy to resolve this error? thank you
-- ┌───────────────────────────────────────────────┐ │ Alok Singh Mahor │ http://alokmahor.co.cc │ Join the next generation of computing, Open Source and Linux/GNU!! └───────────────────────────────────────────────┘
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Lubbert Jan Bos Mobile:+39 3392403630 Land: +39 0696846044
-- [ Drupal support list | http://lists.drupal.org/ ]
-- ┌───────────────────────────────────────────────┐ │ Alok Singh Mahor │ http://alokmahor.co.cc │ Join the next generation of computing, Open Source and Linux/GNU!! └───────────────────────────────────────────────┘
Alok Singh Mahor wrote:
On Fri, May 13, 2011 at 12:59 PM, L.J.Bos <eljay09@gmail.com> wrote:
Hi Alok, Try to increase your memory to 128Mb in your php.ini file. Look for memory_limit. Should solve this and all future memory problems.
Eljay
thanks, unfortunately I am the administrator so I can not increase the memory limit. now I am using very few modules to avoid that error.
Add the following to the end of your .htaccess file: php_value memory_limit 64M YMMV with this because the system admin could eliminate being able to do this. -- Earnie -- http://progw.com -- http://www.for-my-kids.com
Try the module drupal_tweaks --- On Fri, 5/13/11, Alok Singh Mahor <alokmahor@gmail.com> wrote: From: Alok Singh Mahor <alokmahor@gmail.com> Subject: Re: [support] memory error To: support@drupal.org Date: Friday, May 13, 2011, 7:46 AM On Fri, May 13, 2011 at 12:59 PM, L.J.Bos <eljay09@gmail.com> wrote: Hi Alok, Try to increase your memory to 128Mb in your php.ini file. Look for memory_limit. Should solve this and all future memory problems. Eljay thanks, unfortunately I am the administrator so I can not increase the memory limit. now I am using very few modules to avoid that error. On Fri, May 13, 2011 at 6:44 AM, Alok Singh Mahor <alokmahor@gmail.com> wrote: Dear all, I am getting the error "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/alok/public_html/includes/theme.inc on line 472" is this a php memory related error? my php memory size is 32MB and that I can not change is there any remedy to resolve this error? thank you -- ┌───────────────────────────────────────────────┐ │ Alok Singh Mahor │ http://alokmahor.co.cc │ Join the next generation of computing, Open Source and Linux/GNU!! └───────────────────────────────────────────────┘ -- [ Drupal support list | http://lists.drupal.org/ ] -- Lubbert Jan Bos Mobile:+39 3392403630 Land: +39 0696846044 -- [ Drupal support list | http://lists.drupal.org/ ] -- ┌───────────────────────────────────────────────┐ │ Alok Singh Mahor │ http://alokmahor.co.cc │ Join the next generation of computing, Open Source and Linux/GNU!! └───────────────────────────────────────────────┘ -----Inline Attachment Follows----- -- [ Drupal support list | http://lists.drupal.org/ ]
participants (5)
-
Alok Singh Mahor -
Benjamin Jacob -
Earnie Boyd -
L.J.Bos -
Vaibhav Jain