-
Posts
6,683 -
Joined
-
Last visited
-
Days Won
838
Everything posted by Paul
-
I wasn't aware of that. You might ask the author about any errors you're getting, maybe they can resolve. It could be a bug with v4 if the module hasn't yet been updated for v4.
-
Oh yeah. lol.. and Blesta should be in there.
-
That looks fantastic.
-
The mysqldump binary must be executable by the cron user (Or web server user if running via Blesta). Also, make sure port 22 egress is open at the firewall. Blesta uses SFTP to securely transfer the backup file.
-
Under Settings > Company > Modules you can install & configure the cPanel module. (Or extended cpanel if you have that) That's where you add your cPanel/WHM servers and API keys. Add your cPanel/WHM servers to a "Server Group". Then, it's just a matter of creating your cPanel packages and adding the services for billing purposes. When adding services on a client profile page, under Add Service, just uncheck the "Use Module" option. You may want to go back and edit the service, adding the cPanel username and changing the renew date if necessary.
-
Braintree vs Authorize.Net, API and user experience
Paul replied to furioussnail's topic in Extensions
I'm not sure about availability in Romania, you'll have to inquire. Usually it has to do with the merchant provider, and authorize.net supports many different merchant providers. The main difference is that Braintree doesn't support tokenization. Authorize.net supports both tokenization and local storage of CC #'s. -
Is it in a config group? Is the config group assigned to the package?
-
The new The SSL Store module does support configurable options, mostly for Additional SANs, which only apply to some certificates. If you have the module import all the certificates as packages, it will create the config options. If you don't want to sell all certs, I'd suggest doing this on a trial or dev install to see what the config options look like but looking at one.. Name: additional_san Type: Quantity Client can Add (Client CAN NOT Edit) Min: 0 Max: 198 Term: 12, 24 months
-
To add additional statuses?
-
Yeah I know, we need to upgrade the design and I've been really slow to get it done. Thanks for the reminder.
-
As suggested, CORE-2158. Currently there are a couple things you can consider: Invoices have line items that are linked to the service ID for new and renewing services. Manual invoices are not linked to services, with the only exception being new services that are invoiced during service creation Invoices generated by the system will be generated at the scheduled time (Settings > Company > Automation) So, it's not foolproof, but you can usually tell based on those things whether the system created it or a staff member.
-
I have seen this happen before also, but I think it's a browser display issue rather than a Blesta issue.
-
What is Root Web Directory set to under Settings > System > General? It should be the full path to the document root. Let's say Blesta is installed in /var/www/vhosts/hostname/www.domain.com/html/client/ *BUT* www.domain.com loads /var/www/vhosts/hostname/www.domain.com/ then that is the path to your Root Web Directory. Do not include any sub-directories after the root web.
- 13 replies
-
Your plugin should work with v4, but you may want to update the buttons to use the new Bootstrap buttons introduced in the UI for v4. Usually we have a developer blog post, or include information in the release notes for the beta about any developer related considerations. Nothing major was changed besides the increase in minimum PHP requirements to 5.4 in terms of plugins. Very glad to hear about Cerb! If you have a developer license, you can log in and list it on the marketplace.
-
The graph shows a current snapshot of services activated, cancelled, or suspended on a specific date. It doesn't show all services, just those with status changes. So, Active will show the number of services activated on a specific day, not total number active.
-
We only ship with en_us, so it looks like it is a custom language. Try changing the language back to en_us and see if the error persists.
-
Are you using a custom language file? I don't see that error.
-
I updated your ticket, sounds like you just need to re-issue your license key.
-
The log in Blesta is under Tools > Logs: Module
-
You need to apply the hotfix. In the zip file, there's a hotfix-php7 directory that contains 3 files. Overwrite the ones that you're using with these, and retry. That should work for you on PHP 7.0.
-
[Plugin] Support Manager Pro - Tickets Delete, Merge, Spam, Multiple Tickets.
Paul replied to PauloV's topic in Contribute
No. His support manager isn't compatible. We are more interested in extending the support manager that ships with Blesta. https://requests.blesta.com is where you can submit feature requests for the Support Manager for consideration, one feature per request. -
[Plugin] Support Manager Pro - Tickets Delete, Merge, Spam, Multiple Tickets.
Paul replied to PauloV's topic in Contribute
PauloV was last on the forums on December 22, 2016. Not sure what he's up to. -
As part of the Email feature under a Client Profile page?
-
Edit Proforma Invoice Via Invoices Model Cause Invoice Status To Active Invoice
Paul replied to Blesta Addons's topic in Bugs
Did this work in 3.6? I don't think we changed anything to do with proforma invoices in v4. -
Did a CLI installation work for you? White screens of death usually indicate an error of some kind. Even without enabling error reporting in /config/blesta.php (since it doesn't exit) you should be able to configure php.ini to write errors to a log file. I'd be interested to see what your php error log and httpd logs look like for those requests.