I keep getting fatal error message like this one: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 240 bytes) in /home/jim5000/public_html/sites/all/modules/commerce/modules/order/includes/views/handlers/commerce_order_handler_field_order_mail.inc on line 37 They are different everytime. the website is grumpysboxes.com I tried different browsers (chrome, ie, firefox) and each give me one a different fatal error - however all are pertaining to allowed memory size. Can someone help me?
I just refreshed the page and got this message: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 72 bytes) in /home/jim5000/public_html/includes/menu.inc on line 358
I just ran cron and got this error: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 78 bytes) in /home/jim5000/public_html/includes/cache.inc on line 434 Is this a bad theme or is it my hosting settings?
Seems that is the issues of your server setting. Please follow this post to config for your server https://www.drupal.org/node/254414 or https://www.drupal.org/node/2106067 Thanks!
Jimmy, thanks for the direction. I followed your instruction and went to: https://www.drupal.org/node/2106067, which lead me here: https://www.drupal.org/node/207036, then I added a php file to the root folder labeled php.ini and contained only one line stating - "php_value memory_limit = "128M" After place that file in the root directory I got this error: Fatal error: Class 'PDO' not found in /home/jim5000/public_html/includes/database/database.inc on line 187 Not sure what to do from here? Is this a them issue or web hosting issue? can you create the right file for me to upload and tell me where to place it so I can create the website I'm hoping to finish by Friday night? thanks -Joseph
I followed the instruction here: https://www.drupal.org/node/76156#comment-4582924 which told me to do the php.ini file
This is the issue of your server configuration. Could you send us your FTP information to [email protected] for checking? Thanks!
Sent over my ftp information this morning, still getting errors Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /home/jim5000/public_html/includes/menu.inc on line 347
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 85 bytes) in /home/jim5000/public_html/includes/menu.inc on line 3752
Jimmy, I called godaddy to assist me. the had me rename the php.ini.php file to just php.ini using cpanel. He said this should fix the memory issue. However now, I have a code issue. Which godaddy could not help me with. Fatal error: Class 'PDO' not found in /home/jim5000/public_html/includes/database/database.inc on line 187 Can you please assist? I think this is the last straw, If I can't get this theme to work. I'll need a refund.
Jimmy, I called godaddy to assist me. the had me rename the php.ini.php file to just php.ini using cpanel. He said this should fix the memory issue. However now, I have a code issue. Which godaddy could not help me with. Fatal error: Class 'PDO' not found in /home/jim5000/public_html/includes/database/database.inc on line 187 Can you please assist? I think this is the last straw, If I can't get this theme to work. I'll need a refund.
Hello, Please make sure your server is meet Drupal Requirement https://www.drupal.org/requirements. This error means your server does not support PDO for Mysql connect.
Susu, My server does meet all the drupal requirements. I spoke with GoDaddy and they confirmed the requirements are meet as well. How do I requesting a refund?
Hi, Please try to download latest version of Drupal 7 version on drupal.org then try to install a new site to make sure your server is ready for Drupal. Thank you.

I am also having this issue on my website.  It is intermittant, but happens A LOT - 20-30 times a day with development.

http://www.lastcallmessiah.com/

I am on a Linux Server with GoDaddy also.  I am using the latest version of Drupal.  I have spent quite a bit of time and otherwise love this theme...  

Thanks,

April

Is there any update at all?  I've installed this site on two servers.  One is one we have built ourselves.  This site is not published.  It works well but I can't get it to load test for more than 250 users... Not knowing if this is due to my people not knowing how to set up a server I purchased GoDaddy space.  I uploaded the site there.  However now I get this fatal error issue constantly.

I am using the SPLASH theme.  I wonder if the issue is related to my load testing issue on the other server?  I just do not know...

Really need to resolve it though...

Would be glad to provide login so you can see for yourself.

Thanks,

April

hi aprilrayn,

This is memory error, it is belong to server setting.

This post may help you to resolve problem http://support.drupalexp.com/ticket/1654.

Thanks!

This link does not work.  :-(

Just like the fellow above when I made the change to increase memory alotment I am now getting the error (All the time) of 

Fatal error: Class 'PDO' not found in /home/lastcallmessiah/public_html/includes/database/database.inc on line 187

Ok, I have figured this out.

1) On the root create a new file called php.ini

2) In the file insert these lines:

extension=pdo.so 
extension=pdo_sqlite.so 
extension=sqlite.so 
extension=pdo_mysql.so

php_value memory_limit = "128M"

3) Save and it should all work.  Will let y'all know if I continue to get memory errors.