Home › Forums › WordPress Plugins › Hide My WP › Error accessing WP backend
- This topic has 17 replies, 3 voices, and was last updated 9 years, 1 month ago by
Hassan.
-
AuthorPosts
-
April 30, 2016 at 3:45 pm #9264
I got the same problem. I follow the instruction in adding
define( 'WP_MEMORY_LIMIT', '128M' );
looking forward for fast reply.
thank you,May 1, 2016 at 3:36 am #9273Hi, what’s the error you are getting when you try to access backend, after increasing memory limit to 128M ?
May 1, 2016 at 4:08 am #9277after the activation of Hide My WP plugins the error always shows every time i access mydomain.com/wp-admin and the message is Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
The Hostgator admin done in adjusting my php memory settings to 256M
-
This reply was modified 9 years, 2 months ago by
JPQB. Reason: wrong spelling
May 1, 2016 at 4:17 am #9279Hi, the memory limit 256M should be enough.
Please create a PHP file (info.php) in your site’s root directory and add following code in it:
Now access it with http://www.yourdomain.com/info.php and check “memory_limit”. Is it 256M there?
May 1, 2016 at 4:26 am #9280This reply has been marked as private.May 1, 2016 at 5:01 am #9282still there? What’s my next step? I can’t edit my website
May 1, 2016 at 5:32 am #9283This reply has been marked as private.May 1, 2016 at 3:45 pm #9296Hi, I’ve assigned this ticket to Sr. Support so that he can look further into it.
May 10, 2016 at 2:56 am #9426Hello there,
Sorry for delay, there was another customer with similar issue and I responded him by email. Maybe, I guested it’s a duplicate query.
Anyway, this message may be caused by any other plugins or theme or even WP itself. In fact, WP had similar problems before. So it’s not possible for us to regenerate it.
As, it take so long, you’re already qualified for a refund but please still follow this small guide and help us for similar issues. Even after refund you can use our plugin in your site.
To see the real error please open your plugin editor choose Hide My WP in this file: hide-my-wp.php search for ob_starter then change this line (add // before it):
ob_start(array(&$this, "global_html_filter"));
to
// ob_start(array(&$this, "global_html_filter"));
Then check your site for any error message. If you don’t see anything please a href=”https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG”>enable WP debug mode
If you think it’s complex please provide credential details (WP+FTP) with a private reply and I will do it.
May 11, 2016 at 7:53 am #9443This reply has been marked as private.May 11, 2016 at 12:15 pm #9449This reply has been marked as private.May 12, 2016 at 1:26 pm #9456Seems strange. I also requested FTP so if it goes wrong I can deactivate the plugin.
May 12, 2016 at 7:24 pm #9465This reply has been marked as private.May 13, 2016 at 1:03 am #9470This reply has been marked as private.May 13, 2016 at 11:45 am #9480Hi-
After doing many tests here is what I could understand:
Without a doubt it’s a memory usage problem. It wasn’t fixed by increasing max memory limit because it was not caused because of an explicit limit but it’s an out of memory problem. In other words, if your computer has 1GB memory and you set the memory limit to 4GB it doesn’t mean you can use more than 1GB. Disabling Jetpck helped because it decreased memory usage not because there’s an issue with it.
I configured your site to use PHP 7.0 and this completely solved the problem (Note that PHP 7 uses about 50% less memory than PHP 5.x). Unfortunately, there was an incompatibility with PHP 7 and one of your other plugins (or maybe your theme).
As Hostgator suggested here (out of memory section), it’s better to contact with their support department.
Send these lines as reference (74186752 means about 70MB):
[13-May-2016 11:07:38 UTC] PHP Fatal error: Out of memory (allocated 74186752) (tried to allocate 180224 bytes) in /home1/q3e5b0o1/public_html/wp-content/plugins/wordfence/lib/menu_scan.php on line 99 [13-May-2016 11:07:38 UTC] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
Let me know the result.
-
This reply was modified 9 years, 2 months ago by
-
AuthorPosts
You must be logged in to reply to this topic.