• Resolved leductech

    (@leductech)


    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /data/19/1/113/105/1602268/user/1726550/htdocs/blog/wp-admin/menu.php on line 254

    I’m having this error today, when trying to access some of my dashboard content. I’ve tried disabling some of my plugins, initially had a similar error via Next gen gallery so I disabled that plugin for troubleshooting, however now I’m getting this error.

    My provider is Network Solutions with 300Gig of web storage, unlimited bandwidth.

    Any clues on how to fix this? I did logged in into my provider and performed a fix database, then re updated WP…However still getting these errors 🙁 Even tried switching themes, just in case…

    Also note I tried deleting my cookies and temp files. The error seems to be random, currently getting often, however after a few tries, by trying to replicate the issue I finally got in… But I retry then it comes back again… Also tried disabling WP Cache to see if the cache was the issue, again it did not fixed it…

    Thanks in advanced.

    http://www.leductech.com

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter leductech

    (@leductech)

    Ok I just downloaded the menu.php file, according the notepad++
    this is the line 254:

    ‘link-manager’ => ‘links’,

    Once logged back in, due to this line I deleted all the link that was showing in that section, however I’m still getting that error…

    Now I can’t even go to my dashboard without having this error popping up all the freaking time…

    I’m going crasy, lol I just do not want to re install and start from scratch yet again, please, someone, respond. I Implore you 🙂

    Cheers

    Hi:

    I’m having the same error: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 591 bytes) in /data/18/2/120/14/2609666/user/2862600/htdocs/wp-includes/pomo/streams.php on line 66

    I’m with Network Solutions too. I remember that after install some event calendar plugin, the error starts…

    I need help too, before re install and begin again…

    Thread Starter leductech

    (@leductech)

    Ok I just called Network Solutions they are going to re-synch file permissions on the back end. Hopefully it should fix it within 15 minutes. I’ll keep you posted if it does…

    Thread Starter leductech

    (@leductech)

    thanks for the heads up elofish. I did not modify as well my blog for a week at least and it only started, well only noticed it today. The issue might actually be with network solution. If the re synch issue fixes it, I’ll let you know.

    Thread Starter leductech

    (@leductech)

    Well the 15 minutes has passed, that was the tech deadline. He told me to callback if the issue persisted and it does, the issue will have to be escalated. In the mean while, wait, I’m sure elofish that the issue is not on our side, but on the server, like I said, it only started, just noticed it today, it worked find previously. Last weekend I posted stuff find on my blog, never had that issue before…

    Thread Starter leductech

    (@leductech)

    Hopefully I will not get the run around, I’m on hold right now….

    Thread Starter leductech

    (@leductech)

    Ok they escalated the issue. I would recommend you do the same. I did mention you elofish, however I did not had your domain. Anyhow my issue has been escalated with network solution. However Word Press Admin/Techy’s If you have ANY insight. It would be greatly appreciated, as you know, sometime tech support will give you run around, however I’m still in support of network solutions for now, they always gave me awesome support. Please do not close this thread as resolved, since it’s not.

    I’ll feedback the info as I get them from network solution. I just hope they wont relay, “not supported” you are SOL…

    ETR 24/48 hrs for the feedback investigation.

    Regards,

    Thread Starter leductech

    (@leductech)

    Thank you very much for your post’s. I already send the email to network solutions asking for support. I’m waiting for the respons. Thanks.

    Thread Starter leductech

    (@leductech)

    Ok Seems I fixed it.

    I was getting this error with Word Press lately:
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /data/19/1/113/105/1602268/user/1726550/htdocs/blog/wp-admin/menu.php on line 254

    I checked that line in question and made no logical sense to me.
    The line 254 pointed to this: ‘link-manager’ => ‘links’,

    I actually had no links in my database, well I had a few, but I removed them, but again without any success…

    I contacted network solutions for support; however I was able to find a fix with my own research. I did appreciate their assistance on the fact that they did guide me into some good directions on how to fix this.

    Network solutions shared hosting packages I was told by one of their tech the max size was 128megs for the memory error I was getting. Default settings usually seems for WP is 32 megs. The tech also told me that this is usually done via the php.ini file, however for some reason I did not have that file under the CGI-bin\.php folder.
    Who knows maybe the WP update removed it? I have no clue since I’m really a noob when it comes to PHP coding. I admit it and not ashamed of it. I’m learning as I go.

    So I created php.ini & uploaded file with these entries:
    memory_limit = 128M
    output_buffering = 2048

    Retest, was still getting the error, deleted cookies and temp file retried,the same, maybe took a bit some time to refresh? I do not know…

    So after some more research on the WP support pages and forums. I found this under this link
    http://codex.ww.wp.xz.cn/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    By editing wp-settings.php I added that line in bold…
    // Set initial default constants including WP_MEMORY_LIMIT, WP_MAX_MEMORY_LIMIT, WP_DEBUG, WP_CONTENT_DIR and WP_CACHE.
    wp_initial_constants( );
    define(‘WP_MEMORY_LIMIT’, ‘128M’);

    I also edited this file php.coalesced.ini
    boosted this line to
    memory_limit = 128M

    I was desperate, so not sure which modification actually did fixed the issue. However it seems to be ok now. I no longer get the error; well so far… touch wood 🙂

    maybe the WP update removed it?

    Nope. Upgrades do not touch your wp-config.php file. different hosts require different solutions. In your case, you needed the php.ini method.

    Thread Starter leductech

    (@leductech)

    esmi, what do you think actually fixed the issue? I’m still abit clueless lol

    In your case, I’d guess that it was the changes you added to php.coalesced.ini.

    Thread Starter leductech

    (@leductech)

    Thanks that’s what I’m thinking as well, since that was last attempt and after that all seemed to be working… I’m just glad this nightmare is over 🙂

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Fatal error: Allowed memory size…’ is closed to new replies.