PHP error when sending emails

Discussion in 'PHP' started by AimyThomas, Oct 29, 2012.

  1. #1
    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!
     
    AimyThomas, Oct 29, 2012 IP
  2. EricBruggema

    EricBruggema Well-Known Member

    Messages:
    1,740
    Likes Received:
    28
    Best Answers:
    13
    Trophy Points:
    175
    #2
    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! :)
     
    EricBruggema, Oct 29, 2012 IP
  3. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #3
    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.
     
    Rukbat, Oct 30, 2012 IP
  4. harshalone

    harshalone Active Member

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    81
    #4
    This file is not on the server
     
    harshalone, Oct 30, 2012 IP