Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/28/2016 in all areas

  1. Transaction has been completed with no issues.
    2 points
  2. I highly recommend running Blesta separately from Wordpress, on it's own VPS at a subdomain if possible. The security issues prevalent with Wordpress make your customer data in Blesta less secure when under the same account.
    2 points
  3. Sounds like he has a .htaccess issue which could be related to SSL.
    1 point
  4. CORE-2230 has nothing to do with invoices generated by the order system. It has to do with pending invoices. When someone places an order, an invoice is created, not a pending invoice.
    1 point
  5. I am aware that Blesta has a Newsfeed to let us know about the different patches they have released. BUT... The issue is that the news can easily be missed unless we are actively monitoring for it. ============= PLEASE consider adding a 2nd option within your newsletter sign-up where we can receive email alerts for the Blesta Patch Updates Look forward to your reply.
    1 point
  6. Because I am an "email person" and have a very busy schedule outside of having to login to my admin panel. Email is easier to keep track of.
    1 point
  7. Domain Transfer Completed & PM'ed the payment info
    1 point
  8. jobplease

    Salt and vinegar chips

    Whenevet you see lounge on forums you too might want to chat about those things that may or not be interested. Lounge time folks. plain, salt and finger, bbq, cheese ., woohoo
    1 point
  9. Abdy

    Salt and vinegar chips

    You are the second nominated to the Blesta Thread Awards.
    1 point
  10. timnboys

    Salt and vinegar chips

    nope I think this is obviously a waste of a topic LOL
    1 point
  11. Paul

    7 day trial account?

    We offer a 30-day free trial with Blesta. Install like normal, and when asked for a license key, just select "Start a 30-day free trial". If you mean that you want to offer software to others with a free trial, then yes you can do that with our license manager addon.
    1 point
  12. @Paul hey look.. here is the patch. It was quite an annoying bug, so I patched it. Me not being a true developer though, so I'm not sure if this is a proper way how to compare a date --- /root/billing_overview_statistics.php 2016-10-13 17:16:04.000000000 +0200 +++ ./plugins/billing_overview/models/billing_overview_statistics.php 2016-10-13 17:35:21.000000000 +0200 @@ -148,6 +148,7 @@ innerJoin("client_groups", "client_groups.id", "=", "clients.client_group_id", false)-> where("client_groups.company_id", "=", $company_id)-> where("invoices.status", "in", array("active", "proforma"))-> + where("invoices.date_billed", "<", date( 'Y-m-d H:i:s', strtotime("now") ) )-> where("invoices.currency", "=", $currency)-> where("invoices.date_closed", "=", null)-> fetch(); @@ -262,4 +263,4 @@ numResults(); } } -?> \ No newline at end of file +?> billing_overview_statistics.patch
    1 point
  13. Sorted. It was ModSecurity preventing some forms from being submitted and writing data from /support/ to the DB. Thanks for everyone's suggestions and quick assistance!
    1 point
×
×
  • Create New...