• Resolved withnail0408

    (@withnail0408)


    Hi,

    I’m using StudioPress on my site & after updating WPS Hide Login today, I’m getting the following error message when I’m on the Plugin page:

    “WP Review Me Error: The library can not be used because your version of PHP is too old. You need version 5.5 at least.”

    I tried to change the Login URL in the plugin and I get a message that (in part) says:
    Warning: Cannot modify header information – headers already sent by ***

    Right now I can’t use the plugin and my Login URL isn’t hidden. Any help would be welcome!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter withnail0408

    (@withnail0408)

    I just updated my PHP, so hopefully this will resolve the situation.

    Plugin Author NicolasKulka

    (@nicolaskulka)

    Hello,

    I will look, but I advise you to upgrade to the minimum version of PHP in 5.6, the one that is maintained.

    Marko

    (@mrkfrnkvc)

    Hello,

    I also did some updates and got the same error.
    But I have PHP Version 5.6 installed.

    When I deactivate the plugin, the error is also gone. The error message is also displayed on the website, which is not that good looking.

    After deactivating and reactivating the plugin I also got this message:
    The plugin generated 194 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.

    Any other suggestions than deactivating the plugin?

    Thanks!

    e dev

    (@efishinsea)

    Confirmed – your “Review Me” code is not backward compatible and breaks WP by outputting data into the header.

    You can get around this until the plugin is fixed by commenting it out from the classes array to prevent this new “feature” from being loaded.

    wps-hide-login.php line 37:

    // Plugin client classes
    wps_hide_login_load_files( WPS_HIDE_LOGIN_DIR . 'classes/', array(
    	'plugin',
    	//'review',
    ) );
    
    • This reply was modified 7 years ago by e dev.
    Vibert

    (@vibert)

    I have the problème (moi aussi 😉

    My PHP version is more than 5.6

    Vibert

    (@vibert)

    Merci ! I’s fixed 😉

    Marko

    (@mrkfrnkvc)

    Just updated the plugin. Looks like everything works again. Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘WP Review Me Error’ is closed to new replies.