Now I can’t get back in to the site after logging off!!!!!!!
(Had to delete plugin to be able to get back in to site).
But would still like to use if we can get round this problem.
Thanks
on line 79 to 81 there is a spurious
?>
<?php
and the script ends with
?>
on lines 97-99
remove both and it will start working properly again.
Reason: both inject a bit of whitespace. Is that bad? usually not, but if it is at the start of the script and headers need to be sent after, for example to do a redirect, then yes, this is bad.
And that is exactly what is happening here.
Fixed this issue. Please download the latest version.