Tag Archives: wordpress

[Solved] WordPress Error: Allowed memory size of 134217728 bytes exhausted

After the website uses Vultr for arrears, it crashes and restarts, and an error occurs:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes) in /www/wwwroot/******.com/wp-content/plugins/header-footer-elementor/inc/class-hfe-settings-page.php on line 422
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes) in /www/wwwroot/******.com/wp-content/plugins/wordpress-seo/lib/model.php on line 1

Analysis: After inspection, it is found that the memory size refers to the php cache, which is judged to be a memory overflow problem.

Solution:
1. Modify the background PHP configuration parameter memory_limit 128M to 80M
2. Service>>>Reload configuration>>>Restart>>>Refresh the browser

[Solved] WordPress Error: cookies are blocked due to unexpected output

WordPress error: cookies are blocked due to unexpected output

This morning, I log on to my WordPress website to know the blog. If I can’t log in, the error message is error: cookies are blocked due to unexpected output. For help, please see this documentation or try the support forum. For help, please refer to this document or try to support the forum. ”

since it’s a cookie problem, I tried to clear the browser cookie. I replaced the browser of foxes, opan and even ie. I couldn’t log in to my WordPress website. I also tried to disable plug-ins, but it didn’t work. It seems that I’m still too young so I replaced the sub theme fund.php, and the problem was solved smoothly

There is always one solution for you