-
Posts
6,728 -
Joined
-
Last visited
-
Days Won
841
Everything posted by Paul
-
Try re-uploading all of the files and removing your customizations, and clear cache and re-test.
-
I don't see a license key in there. Did you obtain the key from Covelio? Or are you Covelio? If they provided a license key to you, the key should start with var-, monthly-, or owned-. I need that key to look it up.
-
I assume disabling OPcache fully resolved? Are you having any other issues or do you have any questions?
-
I don't see any licenses issued to that domain. Did you enter the entire key they provided you? Please PM me the key and I'll take a look. We now allow 1 IPv4 and 1 IPv6 IP by default, should no longer be an issue.
-
No I wouldn't recommend storing it anywhere in your database or anywhere besides where it's currently stored (in /config/blesta.php). Other than an offline backup someplace. What are you trying to accomplish? For what reason do you want to access the system key through mysql?
-
The version of Blesta you are running is shown in the footer of the admin area. The only place you may see the a new release is in the Feed Reader widget on your Dashboard if you have that enabled, as part of our blog announcement. We don't show the latest version in Blesta anywhere else.
-
No, you shouldn't save the system key from /config/blesta.php to your database. It would be a good idea to back up this file & key to your computer or to some other media. If your database were compromised but not your file system, the attacker could not decrypt the encrypted data. But if you put your key in your database, then.. no such protection. Just make sure to back up files + database.
-
I'm not sure I understand what you're asking. If Blesta isn't installed, then there is no upgrade to run. You would just do a fresh install.
-
You never told us about any issues you were having, and you never opened any trouble tickets. Sales email is just that, for sales. We encourage everyone to install the 30-day free trial and evaluate before you buy, but I guess you didn't take advantage of that. You reported no issues post installation. You gave us no opportunity to help you. </thread
-
What values are you referring to? Why are you unhappy? You never opened any tickets with us. There is a process for license transfers, please see https://docs.blesta.com/display/support/License+Transfers
-
Was it you that I chat with earlier? If yes, then it was the cron job - it wasn't set up on the server. In case any others have this issue, make sure you set up the 5 minute cron job. Settings > System > Automation shows what the command should be, but the cron must be created on your server.
-
I assume some may prefer this option, but others may prefer a slider. Order form option should we add this?
-
What do you mean? We create new payment gateways all the time. If @cntshepo needs a particular SA payment gateway, we'll take a look and consider integrating.
-
Does your MySQL user have full permissions? Seems like it may not.
-
Nice work @Blesta.Store and @timnboys. Front end is looking good. I hope testing goes smoothly.
-
Separate Order and Client Areas, Billing Hourly
Paul replied to CamdenJaxx's question in Pre-Sales Questions
If there is no concern about the URL after the subdomain, then you could just configure both subdomains to point to the same document root and link to them accordingly. You can also update the route to the client area (see https://docs.blesta.com/display/user/Configuration+Files#ConfigurationFiles-routes.php) so it wouldn't be at clients.domain.com/clients but clients.domain.com/somethingelse Client facing URLs are not license validated, only admin areas, so using multiple subdomains wouldn't present a problem to clients or potential clients. However, I would recommend using a single non-descript hostname like account.domain.com or my.domain.com and simply update routes to the client, admin, and other URLs accordingly. This is least likely to cause issues.- 3 replies
-
- seo
- hourly billing
-
(and 2 more)
Tagged with:
-
I'm not able to reproduce. There was a bug in beta 1 that would prevent you from initially saving a price (it would save as 0.00), but that was resolved in beta 2.
-
Did you hover over the tooltips? Tooltip behavior was changed in 4.6 because of configurable option descriptions which can contain markdown links which would then be impossible to click on. As a result, tooltips stay up until you click off of them. We're considering alternative solutions, if you have any suggestions let us know.
-
Usually when we add new tags to a template we don't modify the template to add them in unless it's necessary. Some people may not want the reason to be sent out via email, and if they modified the template it's impossible to know where it should be included.
-
Release Notes - Blesta Core - Version 4.6.0-b2 Bug [CORE-3119] - Adding a new config option does not incur a setup fee [CORE-3157] - Markdown editor style issue [CORE-3165] - Custom client fields that are not required and not displayed to clients result in an error [CORE-3166] - Support Manager: Image attachments with caps not embedded [CORE-3170] - Service upgrades calculating incorrect pricing when price overrides are set [CORE-3175] - Services with coupon shows different total price than generated invoice due to tax [CORE-3181] - Order: Remove unnecessary white-space in maxmind tooltips [CORE-3183] - Client service info box doesn't show config option price for one time services [CORE-3184] - Applying coupon code in admin service edit readds config option setup fee [CORE-3185] - Remove unnecessary white-space in HTML tooltips [CORE-3186] - System Overview: Remove unnecessary white-space in HTML tooltips [CORE-3189] - Unable to remove checkbox as only config option in client interface Improvement [CORE-2964] - 2Checkout: Update gateway [CORE-3163] - Add renew column in Package pricing expandable area [CORE-3171] - Order: Remove Standard template arrow icons from summary [CORE-3178] - Allow gateways to be fetched by class Story [CORE-3159] - Show package renew price below/near price Task [CORE-3180] - PayPal: Subscription functionality has been removed Sub-task [CORE-3164] - Order: Show package renew price next to initial price
-
Blesta version 4.6.0-b2 (BETA 2) is now available. You can download it from right here (Client Area Login Required). Read the blog post announcement at https://www.blesta.com/2019/05/28/blesta-4.6-beta-released/ This is a BETA release. Beta releases are not considered stable enough for production use, and are UNSUPPORTED. DO NOT INSTALL IN A PRODUCTION ENVIRONMENT. Please report any bugs you find in the v4.6 beta bug forum. Installing Blesta See Installing Blesta in the User Manual for instructions. Upgrading Blesta See Upgrading Blesta in the User Manual for instructions. Release Notes See Blesta Core - Version 4.6.0-b2. For older releases see all Change Logs.
-
I would recommend putting Blesta on a different server than WordPress. WordPress often has vulnerabilities, which could let an attacker into all your customer data in Blesta. For integration, you can hire a company like Zomex to integrate the WordPress theme you buy with Blesta to make it look the same and match. This is what most people do.
-
Your license successfully revalidated. Please log in.
Paul replied to katycomputer's question in Support
Thanks. I see no reason why you should be logged out unless the hostname in your browser changed, or your IP changed, or the server path to your installed changed. Tyson is looking into this in more detail to see if it may be a bug.- 19 replies
-
Your license successfully revalidated. Please log in.
Paul replied to katycomputer's question in Support
SELECT * FROM `log_cron` WHERE `output` LIKE '%validate%'; Can you run this query on your database? Any results? If yes, interested in the start and end dates. This is the cron log that contains license validations, which should occur automatically as part of your normal cron run.- 19 replies