Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/02/2017 in all areas

  1. I fixed this by removing the preceding forward slash on Line 11 in default.pdt from this: array('name'=>$this->_("HtmlInvoice.pay_invoice", true), 'attributes'=>array("href"=>$this->Html->safe($this->client_uri . "/pay/method/". $invoice->id ."/"))), to this: array('name'=>$this->_("HtmlInvoice.pay_invoice", true), 'attributes'=>array("href"=>$this->Html->safe($this->client_uri . "pay/method/". $invoice->id ."/"))), Make Payment URL works fine now.
    3 points
  2. i tested in admin side in v4 and i can reproduce the case . we will try to identify the issue and fix it . we have added the fix for the next release .
    1 point
  3. Paul

    Support manager issues

    That's great news. I have updated the docs for recommended requirements, and also the support manager to mention iconv. I wonder if iconv was previously included in most PHP builds by default, it only recently seems to have become an issue. Either way, good to know and glad you're up and running!
    1 point
  4. kala

    Support manager issues

    Paul, you are my hero. I followed your instructions and here is the test result. So it says missing 'iconv' PHP module and installing the module into my PHP fixed the issue. I have checked the requirements doc, where I could not find this module dependency! So if I didn't miss related reference, please update the documentation and include this module also; may be helpful for someone else in future. Thanks again for your help Paul. Thanks for your time to check Mike
    1 point
  5. Marry me. My issue has been resolved. I had to first install mailparse under php7 and then revert back to 5.6 and run it... this issue has been bothering me for a while, so thank you very much.
    1 point
  6. I actually got that same error today on a testing server that I was installing mailparse on. You're missing re2c and possibly gcc. As root, run the following command via SSH: yum install gcc re2c -y Then, retry
    1 point
  7. a tool-tip for the service id and service label will be enough for us . NOTE : this is not a must have or a priority task.
    1 point
×
×
  • Create New...