raymon Posted February 21, 2012 Share Posted February 21, 2012 Hello, I ran across a problem when trying to access Orders tab or any of its sub menu item: I come across the following error message: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 6764 bytes) in /home/webiano/public_html/client/includes/adminfunctions.php on line 0 The memory size seems constant among all Orders pages but the allocated memory figure may change. I appreciate your insight. Raymon Webiano ### DEBUG INFORMATION ### Registered to: NSWEBHOST License Type: Monthly Lease License Key: MASKED License Expires: 2012-03-11 WHMCS URL: MASKED WHMCS Version: 5.0.3 PHP Version: 5.2.17 MySQL Version: 5.0.92-community 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted February 21, 2012 Share Posted February 21, 2012 Add this line to the top of your htaccess file RLimitMem max 0 Quote Link to comment Share on other sites More sharing options...
pRieStaKos Posted February 21, 2012 Share Posted February 21, 2012 this is a php.ini error. why put it in htaccess ? 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted February 21, 2012 Share Posted February 21, 2012 Its actually an apache var... nothing to do with your php.ini 0 Quote Link to comment Share on other sites More sharing options...
pRieStaKos Posted February 21, 2012 Share Posted February 21, 2012 (edited) U can bypass the php.ini set by creating a new-one inside the folder with memory_limit = 12M Worked with me at IP.Board Edited February 21, 2012 by priestakos 0 Quote Link to comment Share on other sites More sharing options...
raymon Posted February 22, 2012 Author Share Posted February 22, 2012 I found a php.ini in my admin folder, and I changed the memory_limit value from 8M to 12M and that did it. Thank you sparky and priestakos for your help 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.