ACCORD5
Add a reply

ACCORD5 Company Forums » Trellis Desk » Peer-to-Peer Support

Email Piping No Working

 
  • Started 1 year ago by forex4noobs
  • 4 posts in this topic
  • Latest reply from promiseofcake
  1. User has not uploaded an avatar

    forex4noobs

    offline
    Member

    I tried to set up email piping and to do so I set up a forwarder on cPanel. Whenever I send an email to my support desk address I know get a bounce back with an error

    Warning: require_once(Mail/mimeDecode.php) [function.require-once]: failed to open stream: No such file or directory in <b>/home/user/public_html/help-desk/includes/class_mailparse.php on line 30

    Fatal error: require_once() [function.require]: Failed opening required 'Mail/mimeDecode.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/user/public_html/help-desk/includes/class_mailparse.php on line 30

    After looking at class_mailparse.php in Trellis Desk it does in fact call to a file that doesn't exist. What is going on?

    Posted 1 year ago #
  2. User has not uploaded an avatar

    forex4noobs

    offline
    Member

    Oops, typo in the title, it is meant to say "Email Piping Not Working"

    Posted 1 year ago #
  3. User has not uploaded an avatar

    djcoby

    offline
    Member

    first make sure your hosting support PEAR.
    you can check throw your Cpanel - it's a must.

    look for PHP Pear Packages.

    Posted 1 year ago #
  4. User has not uploaded an avatar

    promiseofcake

    offline
    Member

    On my system (plesk) PEAR is located here: /usr/share/psa-pear so I used the following at the top of class_mailparse.php to declare that directory as part of the path:

    ini_set('include_path', ini_get('include_path') . ':/usr/share/psa-pear');

    The initial : means append this to the current path, if you ignore that it will replace the full path with only /usr/share/psa-pear

    Posted 1 year ago #

RSS feed for this topic

Reply to this topic

You must log in to post.