For some reason my gateway.php file was corrupted when uploaded.. Reuploaded and it is now working!
I've had this running on a previous webserver without any problems. But im now moving to a new server and when I go to run gateway.php I get this error message:
if ($calledby != "interface") { $ad = ""; header("Content-Type: text/plain"); include("global.php"); } else { $ad = "../"; $headers_sent=1; } // Load NNTP classes include($ad."nntp.php"); // POP3 class include($ad."class.POP3.php3"); //include("parser.php"); include($ad."mime.php");
Fatal error: Call to a member function on a non-object in /home/path/to/where/gateway.php on line 54
I've verified that all installation steps were covered correctly.
Any help is appreicated!
Sean
(The path is actually correct, just removed to security reasons)
|