• Hi!

    I’ve got “Warning: the plugin is not working while you are in a localhost environment.”

    What i should to do?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter egofit

    (@egofit)

    I found, that warning appears when server behind Proxy

    May be you should use this command to fix server ip $ip = getHostByName(php_uname(‘n’)); ?

    Thread Starter egofit

    (@egofit)

    change by myself, works fine.

    thanks for great plugin!!!

    have the same error …
    PHP7.0.4, as CGI, ngnix
    how to fix???

    Thread Starter egofit

    (@egofit)

    Edit file settings.php

    Line 3 – <?php if ( getHostByName(php_uname(‘n’)) == ‘127.0.0.1’ ) {

    Line 13 – if ( isset($_GET[‘settings-updated’]) && getHostByName(php_uname(‘n’)) != ‘127.0.0.1’ ) {

    Thank you! Working.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Warning LOCALHOST’ is closed to new replies.