Jump to content

Kurogane

Members
  • Posts

    82
  • Joined

  • Last visited

Posts posted by Kurogane

  1. I not know  InterWorx the only can answer you is Licensecart he is expert in this field.

    The problem you have installed php from epel and remi and the normal install you install PHP for the OS version you need active remi repo

    Try this

    yum-config-manager --enable remi-php56
    yum update
    yum install php-mysql php-devel php-gd php-pecl-memcache php-pspell php-snmp php-xmlrpc php-xml php-mcrypt php-imap php-mailparse

    or

    yum --enablerepo=remi install php-mysql php-devel php-gd php-pecl-memcache php-pspell php-snmp php-xmlrpc php-xml php-mcrypt php-imap php-mailparse

     

  2. Hi,

    When you made a change give this error

    Feature deprecated. Please refer to KB link

    source

    http://docs.whmcs.com/ResellerClub#Feature_Deprecated._Please_refer_to_KB_link

    Sorry i can't another source point to this issue. 

    I'm not using blesta 3.6.2 so i don't know if already fix this issue

  3. I just notice have problem with some options

    Email Forwarder

    Oh noes!
    
    Trying to get property of non-object on line 1822 in /home/user/components/modules/cpanelextended/cpanelextended.php

    Zone Editor

    Oh noes!
    
    Trying to get property of non-object on line 1822 in /home/user/components/modules/cpanelextended/cpanelextended.php

    IP Block

    Oh noes!
    
    Undefined property: View::$commonHeader on line 19 in /home/user/components/modules/cpanelextended/views/default/ip_blocker.pdt

    Softaculous

    Oh noes!
    
    Undefined property: stdClass::$hostname on line 5033 in /home/user/components/modules/cpanelextended/cpanelextended.php

    Version 5.0

    I'm not sure if update solve this issue because i not test it.

     

  4. After a day and run cron report not errors and the SFTP give me a zero  byte .gz file.

     

    Attempting to run all tasks for Company.
    Attempting to renew services and create invoices.
    The create invoices task has completed.
    Attempting to apply credits to open invoices.
    There are no invoices to which credits may be applied.
    The apply credits task has completed.
    Attempting to auto debit open invoices.
    The auto debit invoices task has completed.
    Attempting to deliver invoices scheduled for delivery.
    No invoices are scheduled to be delivered.
    The deliver invoices task has completed.
    Attempting to provision paid pending services.
    The paid pending services task has completed.
    Attempting to suspend past due services.
    The suspend services task has completed.
    Attempting to unsuspend paid suspended services.
    The unsuspend services task has completed.
    Attempting to cancel scheduled services.
    The cancel scheduled services task has completed.
    Attempting to process service changes.
    The process service changes task has completed.
    Attempting to process renewing services.
    The process renewing services task has completed.
    Attempting to send payment reminders.
    The payment reminders task has completed.
    Attempting plugin cron for order accept_paid_orders.
    Finished plugin cron for order accept_paid_orders.
    Attempting plugin cron for support_manager poll_tickets.
    Finished plugin cron for support_manager poll_tickets.
    Attempting plugin cron for support_manager close_tickets.
    Finished plugin cron for support_manager close_tickets.
    Attempting to clean up old logs.
    0 old Gateway logs have been deleted.
    0 old Module logs have been deleted.
    The clean logs task has completed.
    All tasks have been completed.
    Attempting to run all system tasks.
    Attempting to validate the license.
    The license validation task has completed.
    Attempting to backup the database to AmazonS3.
    The backup completed successfully.
    The AmazonS3 database backup task has completed.
    Attempting to backup the database via SFTP.
    The backup completed successfully.
    The SFTP database backup task has completed.
    All system tasks have been completed.

    670a856a9e.png

     

  5. I've the same issue i'm using  PHP 5.6.

    When i click force offsite backup give me fail if i click download backup give me a backup without an issue.

    There is anyway to do backup via clic to see why is failing? webserver and php logs errors not show nothing.

  6. I'm not sure is a bug or feature request but one client wanted to renew a domain but that domain is in 'redemptionPeriod' because of this not renew the domain even if i have enough funds.

    The error module give me.

    https://httpapi.com/api/domains/renew.json
    {"status":"ERROR","message":"Order is pending Restoration"}

    So my question is: its posible to renew a restore LogicBoxes Module? if not is possible you can add it as feature? also right now the module not try again to renew again. 

    That is why is important to have renew botton to manual renew the domain in admin side.

  7. Check the log if you have 400 error in your dashboard and you will see the limitation error.

    If you not have it, for some reason this module not give error to pass to your  stripe account, what you need to do is use built stripe module and test again and you will see the logs in your account.

    If you still not see with official module then i not know but with official module you have more debug to diagnose your problem

  8. I'm fine with

    test:Test
    |test2:Test2
    |test3:Test3
    |test4:Test4
    

    or

    test:Test |
    test2:Test2 |
    test3:Test3 |
    test4:Test4
    

    or the initial  ^_^

    test:Test|
    test2:Test2|
    test3:Test3|
    test4:Test4
    
  9. Now i think i find the issue, the problem is in the value field.

     

    I have setup this.

    test:Test|
    test2:Test2|
    test3:Test3|
    test4:Test4
    

    I setup that because is more readable when you have a lot items

    test:Test|test2:Test2|test3:Test3|test4:Test4
    

    With this i not have issue but is hard to read with multiple items

     

    So the problem is they way to work is put all inline for not have the issue i face. I'm not sure if you considerate this a bug or a feature to add.

×
×
  • Create New...