Leaderboard
Popular Content
Showing content with the highest reputation since 07/09/2024 in all areas
-
Meet Virtus Beta 0.1 Our newest template & theme for Blesta billing. This is going to be our most advanced and worked theme for Blesta. 😙 What's ready: * Clean and fresh UI for Blesta ✅ * Automatic Day / Night mode ✅ * Clients can change Fonts and Animations ✅ What's coming:: * Ability to customize Images, Colors, Font, Layout, Animations in Admin Area ⌛ * Better order / checkout pages ⌛ * Different portal pages for different industries (Server Hosting, Game Hosting, Domain Registrations..)⌛ Video Preview: https://www.youtube.com/watch?v=DWmbOizWJTE Buy Virtus:: https://webhost.design/theme/virtus-ultimate-blesta-theme/ Use coupon in checkout: 20MORE for another 20% off discount.3 points
-
Lang overrides not working on ES_ES
espservices and one other reacted to pecmo for a topic
I recently upgraded my portal to v5.11, which includes language overrides. Created my _override.php (because there was no _override-example.php in the es_es folder) and started to copy-paste some strings for testing. After saving my changes and reloading my Login site, Blesta does not reflect my changes. Tried to clean cache and using Incognito mode, same result. If I modify directly the client_login.php file, changes are shown as soon as I refresh the browser.2 points -
Lang overrides not working on ES_ES
espservices and one other reacted to Paul for a topic
I have confirmed this and we've created the following task: https://dev.blesta.com/browse/CORE-53632 points -
A better way would probably be an automatic term changing feature, which is something we are considering. If we add that, then you could configure 7 day terms to automatically switch to renew monthly as soon as they are created.2 points
-
Unicode problem, no special symbols
Michael and one other reacted to Benjamin Biswas for a question
Hi everyone, I got the solutions about BDT (৳) showing problem in invoice, hopefully it will work for any others unsupported currencies symbol like Rupi/etc. You need to change the PDF invoice fonts basically from default to "freeserif". This font working for me, you may can retry with some others if you want. Location is: Blesta Admin---> Settings--->Company--->Billing/Payment--->Invoice Customization---> Font Family (freeserif), that's all.2 points -
What's New in v2.5? Updated all articles and images. Fixed minor issues. Added intros and conclusions to each article. Made various changes in cPanel, DirectAdmin, and Plesk. Mozilla Thunderbird is now called Thunderbird. Renamed the deprecated version of SolusVM to SolusVM 1. Resolved image-related issues. Fixed small bugs. Many other improvements.1 point
-
Features checklist for WHMCS->Blesta migration
Paul reacted to Andrei Chira for a question
No, I didn't check the option to balance credits. None of our clients have any credit, we don't use credits, so I thought it wasn't necessary. I have the latest WHMCS version, 8.12.1, and the latest Blesta version, 5.11.2. There are a few open invoices, but most are closed. I will restore a backup from before the import and run the import again with the balance credits ON. Thanks.1 point -
1 point
-
A Way To Disable Pdf Attachment In Invoice Emails
ManagedCloud-Hosting reacted to Paul for a topic
Glad I could help and thank you for choosing Blesta!1 point -
A Way To Disable Pdf Attachment In Invoice Emails
ManagedCloud-Hosting reacted to Paul for a topic
1 point -
Will Blesta have Portuguese language?
espservices reacted to Paul for a question
It looks like DeepL may support pt_pt as a destination language per https://developers.deepl.com/docs/resources/supported-languages so I believe we could add it. Is pt_pt your native language or do you have a lot of customers in Portugal?1 point -
I recently upgraded to 5.11. And I saw the namesilo module required an upgrade After clicking on upgrade I get a white screen and this error in the logs [2025-02-26T17:33:16.450128+00:00] general.ERROR: PDOException: SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: '' for column `blesta`.`module_client_meta`.`client_id` at row 1 in .../blesta/vendors/minphp/db/src/PdoConnection.php:196 Stack trace: #0 .../blesta/vendors/minphp/db/src/PdoConnection.php(196): PDOStatement->execute() #1 .../blesta/vendors/minphp/record/src/Record.php(305): Minphp\Db\PdoConnection->query() #2 .../blesta/components/modules/namesilo/namesilo.php(168): Minphp\Record\Record->insert() #3 .../blesta/components/modules/namesilo/namesilo.php(105): Namesilo->setContactsFromServices() #4 .../blesta/app/models/module_manager.php(449): Namesilo->upgrade() #5 .../blesta/app/controllers/admin_company_modules.php(179): ModuleManager->upgrade() #6 .../blesta/vendors/minphp/bridge/src/Lib/Dispatcher.php(142): AdminCompanyModules->upgrade() #7 .../blesta/index.php(21): Dispatcher::dispatch() #8 {main} I noticed that the error is pointing to this for loop inside the function 'setContactsFromServices' which is called from the Upgrade() method. foreach ($client_contacts as $contact_client_id => $contacts) { $this->Record->duplicate('module_id', '=', $module_row->module_id)-> duplicate('module_row_id', '=', $module_row->id)-> duplicate('client_id', '=', $contact_client_id)-> duplicate('key', '=', 'contacts')-> insert( 'module_client_meta', [ 'module_id' => $module_row->module_id, 'module_row_id' => $module_row->id, 'client_id' => $contact_client_id, 'key' => 'contacts', 'value' => json_encode($contacts), ] ); } I guess this function call from the upgrade method is to retrieve all contacts for all domains and set them into the module_client_meta table. The issue as I see it is that the $client_contacts does not contain contacts per customer, but its key is an empty element. (data masked) Array ( [] => Array <-- I guess here should be the blesta client_id? ( [54789654] => Name1 [65465465] => Name2 [65465555] => Name3 ... ) ) I believe these lines are setting the client_id to [] so the $contact_client_id is null. $contact_ids = $domainInfo->response(true)['contact_ids']; if (!isset($client_contacts[$client_id])) { $client_contacts[$client_id] = []; } I can't get pass the upgrade method.1 point
-
The two fixes are confirmed to be resolved.1 point
-
Also https://dev.blesta.com/browse/CORE-53591 point
-
I've created a task: https://dev.blesta.com/browse/CORE-5358 Fix is in the task1 point
-
Hello Thank you for your reply. I'm not sure what went wrong, but the 404 error resolved itself.1 point
-
I found a way to fix it, by creating a proforma before. Instead of creating bill, you create PROFORMA, and if the proforma is paid it turns into bill. But if anybody knows other method, please post it here. Thank you1 point
-
Double Affiliate Payout Deduction
MichaelCee reacted to Paul for a topic
FYI we have a task and are trying to reproduce this for a resolution for 5.11.1. (Assuming we can reproduce) https://dev.blesta.com/browse/CORE-52981 point -
Completely reset the settings
WebVisionOne reacted to Paul for a question
No, you would need to either re-install Blesta or restore the backup of the Blesta database you made after installation. If you are re-installing, you just need to re-issue your license key so that it can be activated with the new install.1 point -
Blesta Club - Proxmox Advanced!
Paul reacted to BlestaClub for a topic
Hey guys, We wanted to let you know Blesta Club have released a Proxmox Advanced module! For those not aware, Blesta Club has the largest collection of 3rd party extensions! We offer monthly bundles of items, or the option to purchase owned or source code versions of all our work! We offer Blesta licenses aswell, alongside custom development or sponsorship of new features! So; Back to Proxmox advanced! We had a few users sponsor us collectively to address some wants they had for Proxmox, This has a LOT of features that people were asking us for plus a lot of QoL improvements! Client area management for backups/snapshots/Networking and reinstallation as well as stats available for the client! The goal was to make it as fully self service for clients as possible to reduce tickets and angry clients - As you can see in the photos, It's pretty much ticked all those boxes! If you have any questions, feel free to reach out!1 point -
1 point
-
We recently launched our newest marketplace for Blesta hosting themes! https://webhost.design for Blesta themes - > https://webhost.design/themes/blesta/ Use coupon in checkout for 20% off - 20MORE1 point
-
Smart Search Bug and Fix
Beav reacted to HostingMaster for a topic
Hello i discovered a bug in smart search. Smart search does not search service fields because of this code: on "app/controllers/admin_search.php" line: 342 $services = $this->Services->search($search, $page, $pagination); should be $services = $this->Services->search($search, $page, true); because service search function last parameter is search_fields not pagination ( $search_fields If true will also search service fields for the value )1 point -
Invoice PDF Issue
Paul reacted to ManagedCloud_Hosting for a question
𝐖𝐢𝐬𝐡𝐢𝐧𝐠 𝐲𝐨𝐮 𝐚𝐧𝐝 𝐞𝐧𝐭𝐢𝐫𝐞 𝐭𝐞𝐚𝐦 𝐚 𝐕𝐞𝐫𝐲 𝐇𝐚𝐩𝐩𝐲 𝐍𝐞𝐰 𝐘𝐞𝐚𝐫 & 𝐒𝐮𝐜𝐜𝐞𝐬𝐬𝐟𝐮𝐥 𝟐𝟎𝟐𝟓‼ Hi @Paul Thank you so much for your help, support and understanding. Best wishes always...1 point -
Template for E-mail
MichaelCee reacted to Paul for a topic
HTML invoice templates have been added in version 5.11, which is currently in Beta. If you have the beta installed, it's under Settings > Emails > HTML Templates. A default one is included and you can make your own and assign them to the email templates. Also see docs here https://docs.blesta.com/display/user/Customizing+Emails#CustomizingEmails-HTMLEmails the templates should be inlined, there are various tools to do this part before creating it in Blesta.1 point -
Plugins that generate invoices are independent from the core and would not be combined. Your plugin could be triggered by an invoice creation event, and then edit the invoice Blesta generated to add more items to the invoice. Your plugin could also create a pending invoice (which has a future bill date) and add to it, when the bill date rolls around the invoice will be sent to the client and no longer be pending. That wouldn't combine core billing though. We are also planning a Billable Items Queue, details at https://dev.blesta.com/browse/CORE-4981 which would allow you to add items to this queue to be invoiced together, and this would combine items in the queue with items Blesta bills.1 point
-
Blesta MinIO S3 Provisioning Module - Plugin
BlestaClub reacted to SystemFreaks for a topic
The MinIO S3 Provisioning Module for Blesta is packed with features to make selling S3 storage a breeze. It automates everything from bucket creation to managing policies and client accounts, including suspension and termination Key Features: Automated Bucket and User Management: Automatically creates buckets, assigns policies, and handles client provisioning. Service Limits: Fully supports disk quotas, node storage limits, and even configurable oversell percentages for maximum flexibility. Dynamic Billing Plugin: Comes with a built-in plugin for usage-based billing, handling monthly invoices for unlimited bandwidth or storage, and even automating suspensions or terminations if invoice are overdue. End-to-End Lifecycle Automation: Handles everything from provisioning to termination, so you can focus on scaling your business. This module is almost ready, and for a limited time, you can pre-order it at 50% off. Perfect for hosts looking to offer S3 storage with minimal effort and maximum control. Order NOW!1 point -
Invoice PDF Issue
ManagedCloud_Hosting reacted to Paul for a question
You can modify the PDF template itself to remove or add elements. Some coding experience may be required. The templates are located under /components/invoice_templates/, and the perforated invoice is under /components/invoice_templates/perforated_invoice/. Inside is a file called perforated_invoice_pdf.php which is the one you'd want to edit. You can see x_pos, y_pos and other values that determine alignment. Invoice templates are carefully crafted to work correctly when there are multiple pages, so you'll want to test any changes you make. If you want to hire us to create a custom PDF invoice template, we are available to do that with a mockup that we can provide a quote from.1 point -
Adding Order Form Details to Order Summary and PDF Invoice
ManagedCloud_Hosting reacted to Paul for a question
We weren't chatting via email recently were we? If not, I've recently been discussing the display of configurable option value data on invoice line items with someone else. It's likely we will be adding a setting for this, at least as it relates to invoices. I've asked someone on the team to make a core change to add this data to invoices, that we could potentially share, and then we'd add it as a setting in a future release. That change relates to the actual invoice itself though, and not the cart summary, but that is another area I think we'd be willing to explore.1 point -
If anyone sees this in the future: 1. Imported Stripe information from WHMCS is ready to bill. You need to choose the currencies in the module setup and then you can charge cards using existing stored CC information (Stripe tokens). Tested today and works. 2) My administrator login still did not work, but test client accounts I added before export from WHMCS did work.1 point
-
New Modern Blesta Theme - 20% OFF.
armandorg reacted to domaingood for a topic
Nice theme! I like this one. Do you have live site for check order froms?1 point -
I've Solved HestiaCP Blesta nginX Template. Here are my Template - HestiaCP nginX Template for Blesta1 point
-
nginx Template for HestiaCP
Mithu reacted to dddcodigo26 for a topic
To create an Nginx template for HestiaCP, you can customize the default configuration file located in `/usr/local/hestia/data/templates/nginx/`. Modify the template as needed, ensuring you include necessary directives for your specific applications and security settings. Don't forget to reload Nginx after making changes using `sudo systemctl reload nginx`.1 point -
.pk - domain availability check
Paul reacted to Mehmood Ahmed for a question
Thanks for your reply Paul. I appreciate your help. your provided solution is working. I put all extension as a separate {"zone": ".pk", "host": "whois.pknic.net.pk"}, {"zone": ".com.pk", "host": "whois.pknic.net.pk"}, {"zone": ".net.pk", "host": "whois.pknic.net.pk"}, {"zone": ".org.pk", "host": "whois.pknic.net.pk"}, {"zone": ".edu.pk", "host": "whois.pknic.net.pk"}, {"zone": ".gov.pk", "host": "whois.pknic.net.pk"}, {"zone": ".biz.pk", "host": "whois.pknic.net.pk"}1 point -
Congrats on the new marketplace! Looking great! I hear people are waiting on the release of the new Virtus theme.1 point
-
We have a sample configuration for Nginx here https://docs.blesta.com/display/user/Installing+Blesta#InstallingBlesta-Nginx but Nginx use should be reserved for experts. The sample config is reported to work pretty well, but that doesn't mean it's perfect. If you've copied the important bits from the sample config and still have problems, you might consider switching to Apache.1 point
-
--- bump --- I can confirm this, smart search does not show any results when searching for service domain or domain name. It would be nice if this little thing could be fixed quickly.1 point
-
Translation using _custom.php not working
espservices reacted to Paul for a question
It's possible that the custom language file is only loaded in the context of custom definitions in Blesta, like Payment Types (Under Settings > System > General > Payment Types) where custom definitions can be used. It may be necessary to wait for https://dev.blesta.com/browse/CORE-5111 to be implemented, hopefully in 5.11, to allow any/all definitions to be overwritten here in an overrides file.1 point -
OVH Servers Module for Blesta
Benjamin Biswas reacted to WHMCSModuleNetworks for a topic
OVH Server Automation for Blesta by WHMCSModule Networks is having an ability to communicate your Blesta Panel with OVH API. Using this module you or your customer can able to do various activities like viewing server information, server reboot, reverse ptr and so on features implemented in this module. ========================= CLIENT FUNCTIONS ========================= Rebuild of the Server Soft Reboot Server Rescue/Unrescue Server View Status And Details View Interfaces Details with Failover Enable Auto-generation of SSH Key - No need of password, i.e post Server deploy your customer need to rebuild it Download Private SSH Keys View Bandwidth Usage Information ========================= ADMIN FUNCTIONS ========================= Cancellation of the Server Rebuild of the Server Soft Reboot Server Rescue/Unrescue Server View Status And Details View Interfaces Details with Failover Enable Auto-generation of SSH Key - No need of password, i.e post Server deploy your customer need to rebuild it Download Private SSH Keys View Bandwidth Usage Information ========================= REQUIREMENTS ========================= Blesta latest version IonCude Loaders OVH API details License Key ========================= Pricing ========================= 40 EURO/ Yearly Note: This Modules Source Code is Encoded with Ioncube. MarketPlace Link : https://marketplace.blesta.com/#/extensions/224-OVH Server Module for Blesta Website Link: https://www.whmcsmodule.net/ovh-servers-automation-for-blesta1 point -
What does the text version of the email template content show? Click the Text tab when editing the email template. Also, check the welcome email content for the Package. Under Packages > Edit, Welcome Email section. If there is an invalid tag in use, or some other error in the HTML or Text section, it may be causing an error. You can check your logs at ../logs_blesta/ (Defined under Settings > System > General) to see if any errors are written at the time the service is provisioned and the email would be sent. If there is an invalid tag or invalid logic in the template, something should be written to the logs. Most likely the issue would be related to the welcome email content on the Package, especially if you haven't modified the Service Creation template (most don't change this much or often).1 point
-
Unique Cart For All Orders Forms
mendozal reacted to Blesta Addons for a topic
This days i way discovering how the order forms / cart work . and i have discovered (at least for me and my staff and my clients testers) a big problem in the cart system . so if we have 3 order forms let say 1 for vps 2 for dedicated 3 for hosting . the client has make a order of 1 vps, and has not completed the checkout ; then he ordered 1 dedicated and hosting , no checkout at here . when he decide to complete the order , here we have the problem , the cart is not containing the 3 order services . and to complete the order he need to go to order form link and make checkout for every service . that for us/him is a huge and buggy work . so we decided to make our own call to the cart basket to see what are in it . and we have surprised , what blesta do is storing the cart item in the sessions, and every item with their ids and some more data . at here all thing is fine . but the surprise for us was that blesta disting with every order form cart . what we suggest is that the cart/basket should be for all order forms . the solution for us was use 1 order form for all . but we prefer use some list or ajaxed order form for a specific needs, and use styled order form for other services . at the end , for me, it has no sense to have 3 carts sessions in one system for the same place !!!! either the other ecommerce platform use 1 cart like magento/open cart/prestashop ..ect ... i don't want to nominate competitors ... licencecart , Relax is just a discussion .1 point -
Take a look at order embed codes. You can also look at CORE-2583, which implemented this feature for additional details that may not appear in the documentation yet. You should go to Packages > Order Forms > Settings (tab) in Blesta and paste in your Google Analytics to the Embed Code section. You can specify what pages of the order process it should appear on if that's relevant to you.1 point
-
This forum was created to serve as a place to find extensions that don't ship with Blesta. Typically, these are 3rd party extensions and this forum is a place to list your extensions. Ultimately The Marketplace will replace this thread, however it's not available yet. Ok, here are the rules: Please start 1 new thread per-extension with the name of your extension. Only start a thread if you created the extension. Feel free to include specifics about the extension, including information, screenshots, and a link to your website where it can be purchased or downloaded. NOTE! If there is an extension missing from this forum, feel free to PM me and I'll try to contact the author to get them to list it here, or I'll list it myself with information that is publicly available.1 point
-
Logic Boxes - Getting Additional Info
Benjamin Biswas reacted to Michael for a question
You can edit the database. 1. Back up your database!!!!! 2. Go to the database and then find the service_fields 3. now go to the service you want's manage page you should see a link like the following: domain.com/admin/clients/editservice/350/571/ Now you see the LAST number (I've made mine bold for you) 4. In the table click on SEARCH. Search service_id for the number aka for me 571. 4.1. You can then update your KEY "domain-name"'s VALUE. If you don't get anything, go to 5.) 5. Insert a ROW to the table. service_id = 571 key = domain-name value = licensecart.com Each domain needs a domain-name and order-id field per service id. Eg: 13 domain-name licensecart.com 0 0 13 order-id 49346551 0 0 Order-id is the order number on the Logicboxes system. I did this type when I imported due to WHM** but I moved to 2.5 and then to 3.01 point -
A Way To Disable Pdf Attachment In Invoice Emails
ManagedCloud-Hosting reacted to Paul for a topic
This has been assigned to CORE-589 and is scheduled for version 3.1 currently. It will likely be a setting for the company and client group.1 point -
A Way To Disable Pdf Attachment In Invoice Emails
ManagedCloud-Hosting reacted to Cody for a topic
Good suggestion! You'll have to get your hands a little dirty, but you can disable sending attachments in invoice delivery emails by commenting out lines 80 - 85 in /components/invoice_delivery/invoice_delivery.php $attachments = array( /* array( 'path' => $inv_path, 'name' => $attachment_name, 'encoding' => "base64", 'type' => $this->company_settings['inv_mimetype'] ) */ );1 point