Jump to content

Jono

Blesta Developers
  • Posts

    376
  • Joined

  • Last visited

  • Days Won

    37

Reputation Activity

  1. Like
    Jono got a reaction from evolvewh in cPanel - Force Server Limits Question   
    Thank you much, hopefully this info will guide me to our problem.
  2. Thanks
    Jono reacted to evolvewh in cPanel - Force Server Limits Question   
    No code has been modified in module.php
    There are 2 server groups setup for cPanel with 4 different servers at the moment (2 in each group). 1 server is full in each group and 1 is not and the issue occurs within each server group. I have not seen this happen with any other module.
  3. Like
    Jono reacted to mukesh in mass mailer not working   
    thanks its working...
  4. Sad
    Jono reacted to Lampard in PerfectMoney Payment Gateway (Alpha)   
    Okay, just tested it. This is actually buggy, a client paid and it did not mark the invoice as paid.
  5. Like
    Jono got a reaction from Michael in Order Form - Is the label length truncated?   
    Yea that sounds right.  I'll make a task for adding a validation rule for length.  I'll probably slip this into 4.2.0-b2.
    CORE-2554
  6. Like
    Jono got a reaction from activa in ISPConfig Module   
    This module has been added to github at https://github.com/blesta/module-ispconfig.  This has been updated since the original post on this thread, but the original code is available under the 1.0.0 tag if you run into problems in the updated version.
  7. Like
    Jono got a reaction from Michael in ISPConfig Module   
    This module has been added to github at https://github.com/blesta/module-ispconfig.  This has been updated since the original post on this thread, but the original code is available under the 1.0.0 tag if you run into problems in the updated version.
  8. Like
    Jono reacted to Thunderclap in cron error message   
    It took me a couple of hours to figure this out.
    I needed to add below line to /etc/php/7.0/cli/php.ini
    zend_extension = /usr/lib/php/20151012/ioncube_loader_lin_7.0.so
  9. Like
    Jono got a reaction from Blesta Addons in Invoices generated a day early   
    I think the most likely cause is would be if the daylight savings time change occurred in November.  Currently any such date conversion in Blesta that crosses over the time change will be off by one hour.  As I mention in this thread, the problem should be resolved in v4.2.  
     
  10. Like
    Jono got a reaction from activa in Children service not activated with the main service   
    Gotcha, so we are talking about manual activation.  In that case, whether the the parent or addon is paid for does not matter.  Activating a service in the admin interface only considers the service being activated and not its children.
    An option to activate children along with the parent does seem useful (though I don't think it should be the default behavior).  Perhaps just a checkbox on the activation page for whether to activate children as well.
  11. Like
    Jono got a reaction from Blesta Addons in Search pagination in client criteria   
    Yea it seems that the system redirects for clients or transactions if there is only one result.  It seems that should only apply to page 1.  CORE-2501
  12. Thanks
    Jono got a reaction from activa in PostalMethods The form token is invalid / -1   
    Actually, this is a separate error code returned by the api.  You can see the various error codes here http://www.postalmethods.com/statuscodes.  This one in particular has the description "Not Authenticated - API key does not exist or Username does not exist or username and password do not match."  I think you should double check your postal methods api key in blesta at /admin/settings/company/billing/deliverymethods/.
  13. Like
    Jono got a reaction from Michael in Search pagination in client criteria   
    Yea it seems that the system redirects for clients or transactions if there is only one result.  It seems that should only apply to page 1.  CORE-2501
  14. Like
    Jono got a reaction from Blesta Addons in cpanel module edit service   
    CORE-2498.  I'll probably slip this in to 4.2
  15. Like
    Jono reacted to katycomputer in PostalMethods The form token is invalid / -1   
    Good call Jono. Copy & paste appended a space to my API key.
    I removed the space & all is good.
  16. Thanks
    Jono got a reaction from Paul in PostalMethods The form token is invalid / -1   
    Actually, this is a separate error code returned by the api.  You can see the various error codes here http://www.postalmethods.com/statuscodes.  This one in particular has the description "Not Authenticated - API key does not exist or Username does not exist or username and password do not match."  I think you should double check your postal methods api key in blesta at /admin/settings/company/billing/deliverymethods/.
  17. Like
    Jono got a reaction from Michael in Directadmin Bug   
    Just want to make sure I understand your setup.
    You have two different servers (not just two name servers).  Both of these servers are assigned to a server group with the setting 'First Non-full Server'.  This server group is assigned to the package you are using.
    The server one has reached it's 'account limit' that is set in Blesta, so when you create a service it should be assigned to server two.  The account is created on server two, but the service fields in blesta are referencing the ip for server one.  So if you click the login link in blesta it tries to log you in to the wrong server.  Is that all correct?
  18. Like
    Jono reacted to Paul in Release 4.1.2   
    Version 4.1.2 is now available. Please see the announcement.

    This is a patch release that corrects issues with 4.1.0.
    Be sure to run /admin/upgrade after uploading the patch or full versions. NOTE! If you have a large number of invoices, it may be necessary to run the upgrade via CLI as the upgrade process can take some time while a new table is populated. This migration was introduced in 4.1.1 and improved in this release - 4.1.2. If you aren't already running 4.1.1, it's better to go to 4.1.2 directly as the migration is more efficient than in 4.1.1. To upgrade via CLI, from your Blesta directory run: php ./index.php admin/upgrade

    Patching Blesta

    See Patching Blesta in the User Manual for instructions.

    Release Notes

    See Blesta Core - Version 4.1.2.

    See all Change Logs.
  19. Like
    Jono reacted to Michael in Remote Pricing   
    You may want to use the blesta API: https://www.blesta.com/forums/index.php?/topic/592-display-prices-on-your-website/&tab=comments#comment-4728
  20. Like
    Jono got a reaction from evolvewh in v4.1.1 Logicboxes Renewal   
    I know I have heard Paul mention this in the context of the domain plugin.
  21. Like
    Jono got a reaction from Blesta Addons in Remote Pricing   
    I'm not sure how familiar you are developing with Blesta, but the Currencies model is probably what you are looking for.  It has a convert($amount, $from_currency, $to_currency, $company_id) method to convert an amount from one currency to another based on the exchange rate.
  22. Like
    Jono got a reaction from Blesta Addons in v4.1.1 Logicboxes Renewal   
    I took a quick look at the logicboxes module and found these lines of code
    $vars = [ 'years' => 1, 'order-id' => $fields->{'order-id'}, 'exp-date' => $order->endtime, 'invoice-option' => 'NoInvoice' ]; foreach ($package->pricing as $pricing) { if ($pricing->id == $service->pricing_id) { $vars['years'] = $pricing->term; break; } } // Only process renewal if adding years today will add time to the expiry date if (strtotime('+' . $vars['years'] . ' years') > $order->endtime) { $response = $domains->renew($vars); $this->processResponse($api, $response); }  
    What it means is that if the end time fetched from logicboxes is farther in the future than the current time plus the number of year from the pricing term, then the request to renew will not be sent.  I don't fully understand your problem, but is it possible that this accounts for it?
  23. Like
    Jono got a reaction from activa in Staff should not permit to delete packages   
    So you are asking for another permission for package deletion?  That seems like a good idea. CORE-2484
  24. Like
    Jono reacted to Blesta Addons in [Plugin] Monolog Viewer   
    Hello All Again .
    Blesta from version 4.0.0 has added logging errors, alerts, warnings to files, and there are no option to see or manage them from admins side .
    this plugin is another must have tool for admins in blesta, this plugin will allow you to show log files and errors, alerts, warnings from the admin side without the need to download log files from ftp, you can filter logs by type, dates, and you can delete or empty any log file, you can also mass delete file.
    this  plugin requiere a the Pro (Silver) subscription .
    Order Link
    Plugin page
    Screen Shoot .

     

    Have nice plugin !
    Complete list of released addons
  25. Like
    Jono got a reaction from Blesta Addons in Staff should not permit to delete packages   
    So you are asking for another permission for package deletion?  That seems like a good idea. CORE-2484
×
×
  • Create New...