Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/20/2013 in all areas

  1. medfordite

    Suspend Error

    I ran the upgrade script and am sure I am running 3.0.3. This solved the issue. I guess I errored in that I didn't go to the admin/upgrade to do the actual upgrade last night. My error. I had just done what I normally do when I get upgrade scripts for the sites I manually build and run for my clients which is uploading the changed files via FTP. (Gotta break that habit!)
    1 point
  2. Tyson

    Suspend Error

    Are you using v3.0.3? What does your Service Suspension email template look like for HTML/text content? If you're running v3.0.3, did you make sure to run the upgrade afterward? /admin/upgrade/ It sounds like you may not have actually run the upgrade, in which case that email template was never updated. If that's the case, then your error is caused by the placeholder content that existed previously, and which contained an invalid comparison operator "=", instead of "==". You'd need to run the upgrade.
    1 point
  3. Tyson

    Invoice Total

    This has been fixed in CORE-774 for v3.0.4. To patch yourself, update /app/models/invoices.php (line 885): Replace: // Increment the used quantity for all coupons used foreach ($coupons as $coupon_id => $coupon) $this->Coupons->incrementUsage($coupon_id); return $invoice_id; With: // Increment the used quantity for all coupons used foreach ($coupons as $coupon_id => $coupon) $this->Coupons->incrementUsage($coupon_id); // Update invoice totals $this->updateTotals($invoice_id); return $invoice_id;
    1 point
  4. Tyson

    Oh Noes! Universal Module.

    No, you shouldn't be required to have service options set. This is a bug--assigned as CORE-778 and already fixed for v3.0.4. Thanks for taking the time to confirm it was isolated to v3.0.3. To patch yourself, update /components/modules/universal_module/universal_module.php (line 1118): Change for ($j=0, $i=0; $i<count($vars['service_fields']['label']); $i++) { $meta[] = array( To: for ($j=0, $i=0; $i<count($vars['service_fields']['label']); $i++) { if ($vars['service_fields']['name'][$i] == "") continue; $meta[] = array(
    1 point
  5. Ahh I guess if you don't have $300/m in billing then it doesn't make sense to use cpanel directly. Sorry, forgot about that. http://cpanel.net/data-centers/become-a-partner-noc/
    1 point
  6. sold already thanks for interest
    1 point
  7. I'm the owner of http://fullambit.com - a web design and development consulting firm. You can learn more about me via LinkedIn in my signature. It may be worth mentioning that we have extensive experience with the web hosting and eCommerce industries, as well as reasonable familiarity with Blesta v3 customization and integration. If you're looking for the cheapest option though, it won't be us. We're 100% owned and operated in the USA with a focus on superb customer service and deliverable quality. Feel free to PM me if you're interested in working with us and we can go from there.
    1 point
  8. You need to uninstall the module and then reinstall it after making the changes.
    1 point
  9. Some people bought with the intention of flipping them after the price went up. Some people bought more than 1 license when it was on sale and are getting rid of extras. They'll dry up pretty soon.
    1 point
  10. Paul

    Routes

    Most upgrades it will be safe to skip the config directory, but you'll want to compare the original previous version file to see if there are any differences. We are planning to implement easy updates through the interface. (Click to download and upgrade) It'll be a little while for this, but when we do it it's likely it would only overwrite files that have changed.
    1 point
  11. Never heard of buycpanel. I just looked them up, do you mean: https://www.buycpanel.com? Why not just go through cpanel directly and get an account with them? Pricing is better with cpanel... As cPanel has an API, I simply figured it should be rather easy to have cpanel licenses be managed via blesta. Client orders a vps with cpanel, blesta orders the cpanel license via cpanel api and provisions it. Client cancels, blesta cancels the license via cpanel API. Same could be done with softaculous, etc. Easy peasy.
    1 point
  12. Payment received. Updating the ticket to include info for transfer
    1 point
  13. Cody

    Invoice Total

    Sounds like there may be an issue with recalculating invoice totals when appending services to an existing invoice. I've added CORE-774 to investigate.
    1 point
  14. Paul

    Knowledge Base Plugin

    If your post is gone, it's because I moved the marketplace discussion to http://www.blesta.com/forums/index.php?/topic/1046-the-markeplace-discussion-split/. Please take any discussion on the markeplace there and let's keep this thread focused on the knowledge base.
    1 point
×
×
  • Create New...