Jump to content
  • 0

How Do I Setup Support System ?


kikloo

Question

Hi,

 

Its enabled and I added a staff also but when I login as staff I do not see any link etc. It says you're not authorized or something. How do I configure support system also ? I need to configure pipe. In admin I do not see anything regarding support configuration either.

 

Thanks.

Link to comment
Share on other sites

18 answers to this question

Recommended Posts

  • 0

Hi,

 

1. When I goto /settings/system/staff/groups/ and edit the group to give permissions I am presuming that there should be checkboxes for the support system that I need to tick in order to grant access but sadly there are no checkboxes coming for support manager at all. Only: Billing, Clients, Home, Packages, Search, Settings, Tools are coming and e-mail bcc, email subs notices are coming.

 

2. When I goto plugin/support_manager there is only uninstall option coming and nothing else.

 

I tried removing the plugin and re-installing also but nothing happened. Its same. Whats the issue ?

Link to comment
Share on other sites

  • 0

Hi,

 

Okay its coming now. Thanks. But when I try to add a deptt. it says: The PHP Mailparse PECL extension is required for parsing email tickets.

 

Thanks.

 

You need to install the PHP-Mailparse pecl extension to your server to use piping.

 

Do you use cPanel, InterWorx, etc or just apache.

Link to comment
Share on other sites

  • 0

Hi,

 

My server team says its installed but blesta cannot see it. :(

 

My server team gave me this also:

 

---

root@host [~]# php -m | grep mailparse

mailparse

---

 

Thanks.

 

Upload a PHP file, like info.php with the following code in it:

<?php phpinfo(); ?>

Then, access the file in your browser. Check for mailparse. It may be that mailparse is available via CLI but not via Apache, it will need to be available to both.

Link to comment
Share on other sites

  • 0

Hi,

 

Okay its coming now. Thanks. But when I try to add a deptt. it says: The PHP Mailparse PECL extension is required for parsing email tickets.

 

Thanks.

This worked for me on Centos:

Install PECL if your server does not already have it.

complie PECL for your version of PHP using this on the CL:

pecl install mailparse

done

The error: "PHP Mailparse PECL extension is required for parsing email tickets" is gone.

Yes, it was that simple.

Link to comment
Share on other sites

  • 0

If you use cPanel you can install/Activate like this:

 

SSH on your server and execute:

pecl install mailparse
 

Now edit the php ini file with:

 

nano /usr/local/lib/php.ini
 

in the last line add this:

 

extension="mailparse.so"
 

Now save and test it :)

IS it necessary to add

extension="mailparse.so"
??

All I did was

pecl install mailparse
and it worked.

If it is necessary I must fix.

Link to comment
Share on other sites

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...