leductech
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: upgrading WP: Fatal error: Allowed memory sizecheck out my previous post, hopefully it will help:
http://ww.wp.xz.cn/support/topic/fatal-error-allowed-memory-size-28
cheers
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size…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 π
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size…esmi, what do you think actually fixed the issue? I’m still abit clueless lol
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size…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 254I 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 = 2048Retest, 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_PHPBy 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 = 128MI 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 π
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size…Seems we are not alone. Word press DEV/Admins, if you have contact with network solution, please assist them. Look at the search results of users having the similar issues:
Thanks
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size…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,
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size…Hopefully I will not get the run around, I’m on hold right now….
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size…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…
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size…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.
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size…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…
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size…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