Results 1 to 9 of 9
-
21st Jun 2010, 03:08 AM #1OPMember
Help!! Fatal error: Out of memory?
Well i went on my website today and all of a sudden this error comes up.
Fatal error: Out of memory (allocated 4980736) (tried to allocate 77824 bytes) in /home/thekings/public_html/wp-includes/post.php on line 1791
How do i fix this. I checked on google and it told me to put in this line to the file but it didnt work. please helprdeguz5 Reviewed by rdeguz5 on . Help!! Fatal error: Out of memory? Well i went on my website today and all of a sudden this error comes up. Fatal error: Out of memory (allocated 4980736) (tried to allocate 77824 bytes) in /home/thekings/public_html/wp-includes/post.php on line 1791 How do i fix this. I checked on google and it told me to put in this line to the file but it didnt work. :( please help Rating: 5
-
21st Jun 2010, 03:18 AM #2Member
increase your memory_limit config in php.ini, if you don't have access to that file because your on shared hosting you will need to ask host
-
21st Jun 2010, 03:49 AM #3Member
i am getting the same error... where is that file located??
-
21st Jun 2010, 03:58 AM #4Member
well if you have ssh access do
Code:locate php.ini
-
21st Jun 2010, 04:00 AM #5Respected Member
Looks more like your host is overselling as each shared site should get 32m but you only got 4m and couldn't allocate 77k more.
you can try editing the /home/thekings/public_html/wp-includes/post.php file and right after the <?php line add this:ini_set(?memory_limit?,?16M?);
-
21st Jun 2010, 04:07 AM #6Member
[21-Jun-2010 05:07:03] PHP Fatal error: Out of memory (allocated 2883584) (tried to allocate 77824 bytes) in /home/warezhd/public_html/Sources/Subs-MembersOnline.php on line 163
i am gettin this error
-
21st Jun 2010, 04:18 AM #7Member
try what Lock Down said if you can't get it to work you will need to ask your host if your on shared.
-
21st Jun 2010, 04:21 AM #8Member
hmmm.... i will contact host..
-
21st Jun 2010, 04:36 AM #9Member
If you are on a shared server, then edit your .htaccess file and add
php_value memory_limit 32M
somewhere below. It works like a charm
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Fatal error.
By BattleDuty in forum WordpressReplies: 5Last Post: 31st Mar 2012, 08:18 AM -
[DLE]Help xm fatal error
By -sky- in forum DLEReplies: 1Last Post: 5th Dec 2011, 05:49 AM -
wtf happened? (ipb 3.23 skin error causes fatal error)
By mrHunt in forum Technical Help Desk SupportReplies: 1Last Post: 25th Nov 2011, 03:55 AM -
RL - FS download plugin Memory Fatal Error Help
By zyberakuma in forum Technical Help Desk SupportReplies: 2Last Post: 4th Dec 2010, 09:43 PM -
Fixing "Fatal Error: Allowed memory size of xxxxxxxx bytes exhausted..."
By iFlames in forum Tutorials and GuidesReplies: 6Last Post: 13th May 2010, 07:23 AM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...