Forums
(@egofit)
7 years, 2 months ago
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’ ) {
change by myself, works fine.
thanks for great plugin!!!
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’)); ?