Jump to content

Paul

Blesta Developers
  • Posts

    6,735
  • Joined

  • Last visited

  • Days Won

    842

Paul last won the day on August 28

Paul had the most liked content!

About Paul

Contact Methods

  • AIM
    hstngsltns
  • Wire
    @paulphillips

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

269,085 profile views
  1. I'm not sure what you mean by not seeing a checkbox option. If you created a checkbox option and it does not appear, please post a screenshot of it.
  2. Your config option needs to have at least "Client can Add" checked, or the option will not appear. I don't know why you have {configoptions.extra_backups} in that "Database Limit (optional)" field, but I'm pretty sure that should not be there. You get an error because it's supposed to be a number. Backups and database limits are 2 separate things.
  3. PayPal Checkout is newer and better than PayPal Payments Standard. If you have subscriptions from another billing system, then you'll need to redirect those IPN requests and you should add mapping for those within the gateway in Blesta. See https://docs.blesta.com/display/user/PayPal+Payments+Standard#PayPalPaymentsStandard-CommonIssues for more on doing a redirect. Note that PayPal Checkout IPN calls can interfere with PayPal Payments Standard, per the alert at https://docs.blesta.com/display/user/PayPal+Checkout It's generally a good idea not to use both.
  4. Easy is our goal! Glad I could help.
  5. Thanks for the report, we created the following task https://dev.blesta.com/browse/CORE-5471
  6. Hi there! You just drag the logo and scale it up and down under Settings > Company > Look and Feel > Customize, for Staff or Client areas. Note it only works if you upload your own logo here.
  7. Under Settings > Plugins > Manage for PHPIDS, there's a Logs tab. This log should contain more information. Most likely someone was attacking your installation with malicious requests, which PHPIDS blocked.
  8. I have not been able to reproduce this on PHP 8.3, however we did make a similar update as suggested to account for this change in behavior in PHP 8.3 per CORE-5452, which will be included in 5.12.
  9. Also, check Tools > Logs: Cron tab filtering by the word "Create" to list the Create Invoice tasks. I want to know the frequency of this task running (Start Date / End Date) as it should be a full day apart, and click the records to expand to show the output from the run. I want to know if the task is running more often than once a day and if the invoices are created in duplicate across separate runs or within the same run.
  10. Your logs show no errors, but the info log does show the invoice generation. I've replied to your ticket for more information, but this is consistent with what I said earlier that the renew_date may not be being bumped forward which should happen automatically after invoice creation. Any 3rd party extensions or customizations will be suspect, particularly any that tie into events.
  11. Thanks, we'll update this per https://dev.blesta.com/browse/CORE-5448
  12. When a service or domain is invoiced for renewal, the services.renew_date is bumped forward (+ term/period, e.g. 1 year, or 1 month, etc), which prevents it from being invoiced again because Blesta is only looking for services set to renew within a set period of time. I'm curious whether the renew_date was being bumped forward on this service/domain or not. Did all the invoices show the same period/date range on the line items? My guess is that something was preventing the renew date from being bumped forward, there may be some errors in your ../logs_blesta/ logs that could give a clue. Overlapping cron jobs are normally not a problem because Blesta locks the task when it starts it by logging the attempt, then when it's finished it logs the end datetime. Until the end datetime is set, it should not run again. However, it is possible that if multiple cron jobs start at exactly the same time, this may not be detected. In that case you will find in the log_cron table multiple runs that start at the same time and overlap. You should confirm that you have only a single cron job set up for Blesta. The TLD sync task should not interfere with other tasks and we have no other reports of this. This is because each individual task is locked while it is running and cannot run again until the previous run finishes. If the TLD sync task is taking a long time, then you could have another Blesta cron task run, but it should only process tasks that are not currently running and should be started again. Can you provide more information?
  13. We have plans to add a bulk name server update option, as soon as v5.13 per https://dev.blesta.com/browse/CORE-5337
  14. We haven't yet had any other requests for ACH with Braintree, and I'm not certain if it's an option that is compatible with the current credit card processing API or if it would require a new implementation. If there is any interest in sponsoring the feature let us know.
  15. We are considering expanding our PayPal Checkout gateway integration to include additional option like Venmo. Is this something you'd want to contribute to to bring to market sooner?
×
×
  • Create New...