In the Plugin settings I get
Notice: Undefined index: SERVER_ADDR in /hermes/bosnaweb04b/b1942/ipg.phoenixconsultantsor/phoenixconsultants.org.uk/wp-content/plugins/loginizer/init.php on line 847
When I access my website on internet I get
Warning: require(/hermes/bosnaweb04b/b1942/ipg.phoenixconsultantsor/phoenixconsultants.org.uk/wp-content/themes/tinyshop/inc/custom-header.php): failed to open stream: No such file or directory in /hermes/bosnaweb04b/b1942/ipg.phoenixconsultantsor/phoenixconsultants.org.uk/functions.php on line 164 Fatal error: require(): Failed opening required ‘/hermes/bosnaweb04b/b1942/ipg.phoenixconsultantsor/phoenixconsultants.org.uk/wp-content/themes/tinyshop/inc/custom-header.php’ (include_path=’.:/usr/local/lib/php-5.6.6-amd64/lib/php’) in /hermes/bosnaweb04b/b1942/ipg.phoenixconsultantsor/phoenixconsultants.org.uk/functions.php on line 164
One error is from loginizer : Undefined index: SERVER_ADDR
But the other errors are from another plugin.
I am not sure why is your webserver not having $_SERVER[‘SERVER_ADDR’] when it is apache. I think you should confirm if its apache or not.
So that I can make a patch accordingly.