The other day I woke up to this...


Warning: main(/home/site/public_html/scgi-bin/mt/scgi-bin/mt/php/mt.php): failed to open stream: No such file or directory in /home/sute/public_html/mtview.php on line 2

Warning: main(/home/site/public_html/scgi-bin/mt/scgi-bin/mt/php/mt.php): failed to open stream: No such file or directory in /home/site/public_html/mtview.php on line 2

Warning: main(): Failed opening '/home/site/public_html/scgi-bin/mt/scgi-bin/mt/php/mt.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/site/public_html/mtview.php on line 2

Fatal error: Cannot instantiate non-existent class: mt in /home/site/public_html/mtview.php on line 3

This is instead of the logon window.

The mtview.php file reads as follows:

<?php
include('/home/sitename/public_html/scgi-bin/mt/scgi-bin/mt/php/mt.php');
$mt = new MT(1, '/home/sitename/public_html/scgi-bin/mt/mt-config.cgi');
$mt->view();
?>


HELP!!!!