Back end error
-
Dear: I have installed your plugin for about 3 years.
And, of course, many of my pages and posts have their elements included.
Until at least 1 week ago, everything was still working Ok but, I don’t know if it has something to do or not but, it just so happens that …
Since I upgraded to WordPress 5.7 I started having the following problems:
1) When I want to Edit a particular page from my back end that has precisely installed some of your widget, when I click Edit, my site is “buoyant” and, a while later …
1.1) When connected to my Cloudflare account, I get an Error 524
1.2) If I disconnect it from my Cloudflare after a while it gives me Error 5002) Another thing I notice is that, in my cPanel, my CPU meter automatically “jumps” to 99% usage for a single process!
As a consequence of the above, I CANNOT Edit said page.3) When I deactivate your plugin, everything returns to normal.
Ergo, I find myself facing the following dilemma …
– I cannot deactivate your plugin because, as I said, I built the site (approx.) 3 years ago and, of course, there are several of its elements in it.
Ergo, you would have to rebuild the ENTIRE page / post.
– While I have activated the plugin, I CANNOT Edit the page because, as I said before … “it floats and ends up giving me an error” …Just in case I comment the following:
a) I have installed version 5.7 of WordPress and 7.4.2 of PHPb) I already tried EVERYTHING. That is, I deactivated ALL my plugins and proceeded as follows:
b.1) Activate a plugin
b.2) I was going to Edit the page in question and, if everything was OK
b.3) Activate the following
And so it was that, I came to determine that, with the ONLY plugin that I have problems is yours.c) I also spoke with my hosting and, the most they could “offer” me as a kind of “temporary solution” was …
… “we have set memory_limit so that a single php process is the maximum included in your 4GB plan, which is not standard practice for a single php process to take up so much memory” …That is, for now, everything is working Ok but, as I mentioned earlier …
I CANNOT Edit Any Page or Post that contains Elements of your plugin!
By last,
I don’t know if this has something to do with it, but I’ll still tell you to see if it can help you in your analysis:
Almost in parallel, every time I had this problem, in my cPanel / Metrics / Error I got the following message;
[Mon Mar 15 14: 05: 58.556421 2021] [lsapi: error] [pid 2840673: tid 46978614204160] [client IP number] [host atutrabajo.org] Backend fatal error: PHP Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 32768 bytes) in /home/myuser/public_html/wp-includes/functions.php on line 4757 \ n, referer: https: //mywebsite/wp-admin/edit.php? post_type = page
[Obviously, for security, I changed some of the names in the links, heh!]And, when I went to see the code in question, I came across this;
/ **
* Flush all output buffers for PHP 5.2.
*
* Make sure all output buffers are flushed before our singletons are destroyed.
*
* @since 2.2.0
* /
function wp_ob_end_flush_all () {
$ levels = ob_get_level ();
for ($ i = 0; $ i <$ levels; $ i ++) {
ob_end_flush ();
}
}Although, strictly speaking, the line in question (4757) is the one that says …
ob_end_flush ();
Honestly, I have NO idea what that means but, what I can observe is that …
– Make reference to…
… “Flush all output buffers for PHP 5.2.” …Already…
… “Make sure all output buffers are flushed before our singletons are destroyed” …But, as I told you earlier, I have NO idea what this means.
However, clicking the link in the error message takes you to …
The administration panel of my WordPress in which I have problems!Which would “confirm” that this error message would be directly related and / or that it would be generated at the time I try to Edit a page that was “accidentally” built, including elements of your plugin.
I hope it is useful to you and please could you tell me what I should do?
As I told you, at the moment I CANNOT edit any page that contains elements of your plugin (because it ends up giving me error 500 or 524) but I cannot deactivate your plugin either (because the page in question is misconfigured).
I await your comments.
Greetings.
The page I need help with: [log in to see the link]
- The topic ‘Back end error’ is closed to new replies.