Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/06/2018 in all areas

  1. There's a bug in 4.3 where prorata services ordered on the prorata day can come up with a price of 0. The service is scheduled to renew the same day, so the customer would be invoiced shortly for the second month. If you use prorata settings in your packages, this issue is resolved in 4.4, however here's some steps to resolve now if you need to. Be sure to back up the file first, and be sure to be running 4.3.2. You should be able to patch this issue yourself by making a simple file change as described below: Open the file /core/Pricing/Modifier/Type/Proration/Proration.php Find the following lines: Above that, add the following lines: The result should look like the following: Save that change and the issue should be resolved.
    2 points
  2. Hello Everyone, After checking some forum discussion, finally I've managed to check domain availabilty from external/home page Procedure: First go to (for edit) /{blesta-install-directory}/config/blesta.php & search following line: Configure::set("Blesta.csrf_bypass",array()); Now replace that line with following code (No need to disable automatic csrf token protection for whole site): Now configure your external/home page domain checker form, here is my code: Thanks everyone
    1 point
  3. Blesta Addons

    Module WHMAMP?

    hello sir we are ready, we already completed the code of the module , almost we need test and test .
    1 point
  4. The client ID already is the auto-increment ID. That value increments every time a record is added, whether it was apart of a failed transaction or not.
    1 point
  5. Hello today we will release a new plugin called Sync Clients Ids . some blesta admins will see in dashboard that client Ids is not sync with Client ID Value, so the client id can be 50 and client id_value can be 120 and this related to the AUTO-INCREMENT bug in mysql, a related threads about this can be found here and here . so the plugin will fix this issue by sync the client_id_value with the client_id. Order you can order the plugin from this link
    1 point
  6. 1 point
×
×
  • Create New...