wordpressmess
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Crash Again In Widgets, Images, Posts, and moreIn my cPanel I only see Disk Space Usage, Bandwidth, and CPU Throttling, and none of them tells me I’m over a limit. But I guess there should be one for RAM use too? Which I don’t see there.
I modified the wp-config.php file.
First with this:
define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );then with this:
define( ‘WP_MEMORY_LIMIT’, ’96M’ );None of that worked or changed anything. I changed it back to the way it was. But now there’s a new problem too. I can’t even create a new post now or edit an old one.
I will ask my host for some help again, though I’m unlikely to get any help from them.
WordPress is such a cluttered mess.
Forum: Fixing WordPress
In reply to: WordPress Crash Again In Widgets, Images, Posts, and moreHi Barnez, and thank you so much for your suggestions.
1. The issues unfortunately does persist even when I disable or delete all plugins and try a stock WP theme.
2. OK so that’s something new. Yes I have cPanel, and I found something new there, different from the other logs that my host told me to look into. There’s something there, but it’s all Greek to me, so I don’t know what to make of it (which was why I asked my host to look into the issue in the first place, sigh/lol). I’ll post some excerpts (I’ve deleted the IP and URL info in these):
MAIN error_log:
[Sun Sep 13 09:04:45 2015] [error] [client (deleted) ] 220-We do not authorize the use of this system to transport unsolicited, , referer: http://(deleted)and
[Sun Sep 13 09:04:47 2015] [notice] [client (deleted)] mod_rbl: (deleted)] is listed in RBL.
There are lot’s of those.
Then in
PHP error_log:
/wp-admin/error_log:
[13-Sep-2015 10:52:14 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 9439967 bytes) in /wp-includes/wp-db.php on line 1173
[13-Sep-2015 10:56:21 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8909935 bytes) in /wp-includes/functions.php on line 295There’s about 20 of those from today.
I’ve wondered about this before too if I am somehow using too much memory somewhere, which is why I asked my host about such issues. I still don’t know what to make of this text though.3. The code under “Example wp-config.php for Debugging” looks interesting, because I’ve only looked at using plugins for that. But will it tell me something that I can use? Or should I post that information for others here?
Thanks again to Barnez, and also anyone else who can offer me any advice! 🙂 I really appreciate your help.