Go Back   cPanel Forums > General Discussion > cPanel Newbies

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-23-2008, 09:17 AM
Registered User
 
Join Date: Feb 2008
Posts: 2
ikwee is on a distinguished road
Angry Anyone know how to fix this website server error

Hello,

Any idea how to fix this error. My site has been down for 3 days already. Web Hosting has yet to get back to me.

Here is the error message

"Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 77824 bytes) in /home/ivonson/public_html/wp-content/plugins/revver/xmlrpc-2_2/xmlrpc.inc on line 2551"

Appreciate if anyone could help. Urgent!

Thanks in advance

ikwee
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-23-2008, 09:24 AM
Registered User
 
Join Date: Mar 2006
Posts: 1,215
jayh38 is on a distinguished road
Sure, Increase the allocated memory in php.ini or via whm > Service Configuration > PHP Configuration Editor

memory_limit

adjust as needed. If this isn't your server, then ask your host.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-23-2008, 09:57 AM
Registered User
 
Join Date: Feb 2008
Posts: 2
ikwee is on a distinguished road
Where can i find the Service Configuration > PHP Configuration Editor

I have in WHM the following main menu on the left
Support
Cluster/Remote Access
Server Status
Account Information
Account Function
Multi Account fnction
Front Page
Theme
Packages
DNS Function
Email
Cpanel
SSL/TLS
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-23-2008, 10:42 AM
Registered User
 
Join Date: Mar 2006
Posts: 1,215
jayh38 is on a distinguished road
You would need to ask your host to adjust this. If they refuse, you are out of luck.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-10-2009, 02:31 AM
NaveenKapur's Avatar
Registered User
 
Join Date: Mar 2007
Location: India
Posts: 2
NaveenKapur is on a distinguished road
Excellent Reply

Quote:
Originally Posted by jayh38 View Post
Sure, Increase the allocated memory in php.ini or via whm > Service Configuration > PHP Configuration Editor

memory_limit

adjust as needed. If this isn't your server, then ask your host.
Excellent Reply. It works perfect.
__________________
SEO Web Hosting the Expert Way.
Does expert hosting matter for expert SEO's to Increase Website Traffic
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-10-2009, 07:16 AM
Registered User
 
Join Date: Apr 2009
Posts: 155
InstaCarma_Tech is on a distinguished road
Quote:
Originally Posted by jayh38 View Post
You would need to ask your host to adjust this. If they refuse, you are out of luck.
Or you can also have a custom php.ini in the directory where the script is located and change the value for 'memory_limit' in that accordingly.
__________________
InstaCarma
Outsourced Web Hosting Technical Support and Server Management

To visit out Blog , click here
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 07-10-2009, 07:39 AM
Registered User
 
Join Date: Apr 2008
Posts: 188
JPC-Howard is on a distinguished road
Quote:
Originally Posted by InstaCarma_Tech View Post
Or you can also have a custom php.ini in the directory where the script is located and change the value for 'memory_limit' in that accordingly.
That would work if you are running Suexec/SuPHP.
__________________
JaguarPC

Last edited by JPC-Howard; 07-13-2009 at 05:06 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 07-12-2009, 03:48 PM
Spiral's Avatar
Registered User
 
Join Date: Jun 2005
Location: Area 51
Posts: 1,501
Spiral is on a distinguished road
Exclamation

Quote:
Originally Posted by InstaCarma_Tech
Or you can also have a custom php.ini in the directory where the script is located and change the value for 'memory_limit' in that accordingly.
Memory_limit is indeed globally changeable and non-restricted.

However, you are making a pretty big assumption that jayh38 is running
regular CGI based PHP and/or the old obsolete phpSuExec CGI PHP!

For Apache (DSO) module PHP, the user would need to change the setting
using 'php_flag' and 'php_value' overrides in their .htaccess file as this
type of PHP does not read any PHP.INI files except the main system PHP.INI.

In a similiar fashion, the newer SuPHP also does not read any PHP.INI file
other than the main system default PHP.INI unless explicitly told to do
otherwise from the Apache configuration and also additionally does not
recognize any "php_flag" or "php_value" overrides like DSO based PHP so
in this case, the user will very likely need to contact their host if they are
not a server administrator themselves.

Quote:
Originally Posted by JPC-Howard View Post
That would work if you are running SuPHP.
I think you mean "wouldn't" in your statement above!

PhpSuExec scanned for PHP.INI files in the script directory followed by
the user's account home directory but SuPHP does not!

Any dropped in custom PHP.INI files like that in SuPHP will be ignored!

You can optionally have a custom PHP.INI with SuPHP but you would
have to specify it's location explicitly in the virtualhost container for
the site you want to setup a custom configuration in httpd.conf
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 06:28 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© cPanel Inc