Jump to content

Leaderboard

Popular Content

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

  1. A new Alipay non-merchant payment gateway (alpha) is available. To install, download the attached alipay.zip, unzip and upload the "alipay" directory to ~/components/gateways/nonmerchant/" and visit Settings > Company > Payment Gateways > Available to install and configure. alipay.zip
    5 points
  2. Yes, the first idea was to create a map file for very module, but it was very complicated to match every field with source/destination module, as some module hs unique field and others has multiple ....ect , so finnaly we have opted for this solution to be sure the change service will not give any issue in the future .
    2 points
  3. It's not possible. Why would you want to migrate away from Blesta anyway? Your users will have to reset their passwords.
    2 points
  4. Tyson

    Unecrypted password API call

    Why are you trying to get plain-text user passwords? You are aware of the security implications of this, correct? No one should ever know what someone's password is except for that person. User login passwords cannot be decrypted because they were never encrypted to begin with. They are hashed, and that hash only works one way, so you will not be able to retrieve the plain-text version of the password from it. It would be helpful to know what you're trying to accomplish here as there may be a better design you can employ to achieve it.
    2 points
  5. Are "Added Contacts" Sent a "Welcome Email" ? If not, do I need to make a request for it ?
    1 point
  6. Hello, I was following the documentation on how to create a custom cron job for a plugin: https://docs.blesta.com/x/PQEh and I noticed that after I called CronTasks::add() the cron job was not being called by cron or showing up under Company > Automation settings. I had to look at the source docs and figure out that in addition to calling CronTasks::add() I need to run CronTasks::addTaskRun(). May you please update the confluence document to reminder developers to call CronTasks::addTaskRun() after CronTasks:add() during installs? Thanks, -Adam
    1 point
  7. Sent request. https://requests.blesta.com/topic/send-welcome-email-to-added-contacts https://requests.blesta.com/topic/added-contacts-need-a-welcome-email FYI - Seems someone else sent the same kind of request a month ago. Is this function going to be "planned" ?
    1 point
  8. wmac

    Installation error

    Here they are: vi /etc/my.cnf and add the following lines or modify them if they exist in your installationwait_timeout=2400 connect_timeout=360restart mysqldvi /etc/php.ini and change or add the following linesmemory_limit = 512M upload_max_filesize = 512M post_max_size = 512M max_execution_time = 60restart apacheas I have the resources I used but I am sure can be lessand that is it could install, configure and migrate without any problems
    1 point
  9. Settings > Billing / Payment > Invoice Days Before Renewal put that 30 days?
    1 point
  10. Blesta Addons

    Installation error

    can you share your solution, this will help others if they have the same error, and maybe the team can add some tweak in the docs if needed.
    1 point
  11. Blesta Addons

    [Plugin] Late Fee

    Yes, We have fixed the cron and the LicenseManager issue from CLI now .
    1 point
  12. Michael

    [Plugin] Late Fee

    cron job runs now
    1 point
×
×
  • Create New...