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!
that the file isn't there to load, please check if the requested file /srv/disk11/1171009/www/websoftwareoutsourcing.com/inter/admin/functions/api/module_factory.php does exists, if not, try to find the original file and place it there!
Did you install the entire PEAR package, or did you just add one file? (You have to install the whole package for it to work.) If all you want is to be able to send plain old emails, there are much simpler scripts you can use.