require(Mail.php)

I am a novice when it comes to PHP. I have a website that I currently manage and just recently I got this message on a couple of pages:

[b][b]Warning: require(Mail.php) [function.require]: failed to open stream: No such file or directory in /home/content/g/v/o/gvoss/html/alumni/c_alumni.php on line 5

Fatal error: require() [function.require]: Failed opening required ‘Mail.php’ (include_path=’.:/usr/local/php5_3/lib/php’) in /home/content/g/v/o/gvoss/html/alumni/c_alumni.php on line 5[/b][/b]

The one page I am worried about is a form that emails registration info. This needs to come back online. I don’t know how t correct this issue. This is hosted by GoDaddy if that means anything.

Thanks and looking forward to your assistance.

It is saying the file (Mail.php) is missing or has a wrong path to it.
Make sure it exitsts and has the correct permissions

I have never seen that file in my site files. I assume its a server level file not visible to me via FTP. This is a Godaddy host and they now only supporting PHP 5.3. There is an option is Godaddy to upgrade the language to 5.3. I don’t know if this will fix it or make things worse.

Go to c_alumni.php file and see what it says around the line 5 mark.

First few lines on that page:

<?php require 'Mail.php'; require 'Mail/mime.php';
Sponsor our Newsletter | Privacy Policy | Terms of Service