Jump to content

wfitg

Members
  • Posts

    205
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by wfitg

  1. Should really be posted on their thread as it's not Blesta managed. It looks like Blesta's module doesn't close tickets.

    I switched back to Blesta template and the tickets close OK. Must be a browser issue when using the other template? Too bad, because i really liked it.

    Can the mods move this thread to the right topic?

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

  4. Can I enter this in the cpanel cron? Or does Blesta run cron?

    So far blesta has not run cron automatically, so I assume I have to add a cron in cpanel.

    So in my case all I should need to add to cpanel cron is:

    <

    /usr/bin/php /home/wfitg/public_html/backend/index.php cron (with no key?)

    >

    Is that correct?

    Thanks for the reminder about the key. I will change it.

  5. AdminLTE is a great improvment. Thanks! I will surely donate once I get a paying customer.

    But I have 2 problems.

    1)Users can't close tickets. They click the button and nothing happens.

    2) The logo does not scale

    See attachment screenshot.

    help anyone?

    post-10610-0-08309100-1408503379_thumb.p

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

  7. The URL shouldn't really matter, because Blesta tells PayPal where to send it via the payment button code. To enable IPN though, PayPal requires a URL..

     

    Please let us know if that works for you.

    I wanted to make this solved too but the website would not allow 2. For anyone searching for answers, this is also part of the solution.

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

×
×
  • Create New...