PHP error when sending emails

Hi

I have installed email script on a server but when i try to send emails i am receiving this error:

Fatal error: require_once() [function.require]: Failed opening required ‘/srv/disk11/1171009/www/websoftwareoutsourcing.com/inter/admin/functions/api/module_factory.php’ (include_path=‘.:/usr/local/php5/share/pear’) in /srv/disk11/1171009/www/websoftwareoutsourcing.com/inter/admin/functions/api/module_trackerfactory.php on line 17

Does anyone have an idea what this error could mean?

Thanks!

This error means that your script couldn’t include your file (module_factory.php)

I 've been having several similar problems in the past with my php nuke websites. It looks like you have to set the pathway correct.

<snip>