Jump to content
  • 0

Php Mailparse Extension Installed But Support Mail Handling Shows Error


Question

19 answers to this question

Recommended Posts

  • 0
Posted

I have the php mailparse extension installed yet when I try to add pipe email to mail handling under support departments, I get an error saying it's not installed.

 

Does it show up in your phpinfo?

  • 0
Posted

Got the mailparse issue fixed, but now I'm getting the following error:

 

The following text was generated during the delivery attempt:

------ pipe to |/usr/local/bin/php -q /home/billing/domains/my.hostingdifferent.com/public_html/plugins/support_manager/pipe.phpplugin/support_manager/ticket_pipe/index/1/
       generated by support@hostingdifferent.com ------

Could not open input file: /home/billing/domains/my.hostingdifferent.com/public_html/plugins/support_manager/pipe.php

  • 0
Posted

Got the mailparse issue fixed, but now I'm getting the following error:

 

The following text was generated during the delivery attempt:

------ pipe to |/usr/local/bin/php -q /home/billing/domains/my.hostingdifferent.com/public_html/plugins/support_manager/pipe.phpplugin/support_manager/ticket_pipe/index/1/

       generated by support@hostingdifferent.com ------

Could not open input file: /home/billing/domains/my.hostingdifferent.com/public_html/plugins/support_manager/pipe.php

 

Are you using any particular control panel?

 

Try piping to index.php instead, as described here - http://docs.blesta.com/display/user/Support+Manager#SupportManager-EmailPiping

 

 

support: "|/usr/bin/php /home/user/public_html/index.php plugin/support_manager/ticket_pipe/index/1"
  • 0
Posted

Thanks for telling us how so when we are searching we can get an answer

 

Are you looking for how to install PHP Mailparse?

 

cPanel: MailParse via Module Installers section on whm

 

Non cPanel: yum install php-mbstring php-pecl-mailparse php-mcrypt -y

  • 0
Posted

Are you looking for how to install PHP Mailparse?

 

cPanel: MailParse via Module Installers section on whm

 

Non cPanel: yum install php-mbstring php-pecl-mailparse php-mcrypt -y

i installed mailparse-2.1.6.tgz

but get this error:

The PHP Mailparse PECL extension is required for parsing email tickets.

  • 0
Posted

Centos and x3

 

x3 I take it is cPanel.

 

Go to cpanel, easyapache enable mbhash, mbstring, mailparse (if it's there). Then go to the pecl modules install mailparse and job done. However I've not used cPanel for a year and forgot most of it.

  • 0
Posted

x3 I take it is cPanel.

 

Go to cpanel, easyapache enable mbhash, mbstring, mailparse (if it's there). Then go to the pecl modules install mailparse and job done. However I've not used cPanel for a year and forgot most of it.

OK Thanks, i'll try this.

Actually i use WHM to manage apache. And yes, x3 is the cpanel version.

I'll try this over the weekend since it sounds like I may have to recomplie the server when i am done.

Is there a reason not to use IMAP?

  • 0
Posted

OK Thanks, i'll try this.

Actually i use WHM to manage apache. And yes, x3 is the cpanel version.

I'll try this over the weekend since it sounds like I may have to recomplie the server when i am done.

Is there a reason not to use IMAP?

 

Nope, I'm a piping fan myself as it goes threw instantly, instead of waiting for the cron.

  • 0
Posted

OK Thanks, i'll try this.

Actually i use WHM to manage apache. And yes, x3 is the cpanel version.

I'll try this over the weekend since it sounds like I may have to recomplie the server when i am done.

Is there a reason not to use IMAP?

 

There is no reason to recompile the server, using EasyApache to enable the required module is all that is required.  EasyApache will then automtically recompile php/apache and restart those services with no server downtime at all.

  • 0
Posted

There is no reason to recompile the server, using EasyApache to enable the required module is all that is required.  EasyApache will then automtically recompile php/apache and restart those services with no server downtime at all.

Thanks. I'll remember this.

Nonetheless, in my travels to solve this problem i found out all i needed to do was run:

pecl install mailparse
The error vasished. For some reason pecl was not configured for my version of PHP. This did the trick.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...