-
Posts
6,683 -
Joined
-
Last visited
-
Days Won
838
Everything posted by Paul
-
If you do it manually, existing subscriptions will need the redirect but new subscriptions would not. It's just a single line you'd add to your .htaccess file. It works with whimps, but I have not tested it on CE, but I don't see why it wouldn't work so long as you replace the beginning path with that which CE uses.
-
If you sound out whmcs, it comes out whimps, it's just easier to say. Regarding PayPal Subscriptions, you may need to add a rewrite rule to your .htaccess file in Blesta to remap the URL. Per https://docs.blesta.com/display/user/WHMCS+5.2:(But you should replace with whatever CE is) Redirect 301 /modules/gateways/callback/paypal.php /callback/gw/1/paypal_payments_standard/
-
To clear the cache you can also simply re-save your staff group without making any changes. Settings > System > Staff > Staff Groups. Edit Group, click Save.
-
We will consider building a CE importer, we've had quite a few requests for it recently. In the meantime, you can take advantage of the whimps 30-day money back guarantee. Get a monthly license, do the migration, then cancel and get a refund.
-
mobiledetect looks great, will have to check it out
-
Version 4.0.0 is now available. You can download directly right here. Installing Blesta See Installing Blesta in the User Manual for instructions. Upgrading Blesta See Upgrading Blesta in the User Manual for instructions. Migrating to Blesta See Migrating to Blesta in the User Manual for instructions. Overview PHP 7 is now supported. Major codebase upgrade to new version of the minPHP framework. Mass Mailer plugin lets you send email to specific customers, or export the data. Clean new FOUR staff and client area themes, and new dropdown staff menu. Fantastic looking interactive graphs let you see a breakdown of revenue by payment type. New client order link and permissions based order form listing page. Many order form improvements like reCAPTCHA 2, GeoIP state/province selection & more. Fantastic new The SSL Store module and plugin. Create an account and start selling now. Blesta License Module is now included with Blesta for Blesta resellers. Tons more... Directories Removed in 4.0 The following directories are not in the 4.0 distribution, but were in 3.x. If upgrading, you may remove them. ~/helpers/date ~/helpers/form ~/helpers/html ~/helpers/javascript ~/helpers/pagination ~/helpers/xml Release Notes See Blesta Core - Version 4.0.0. For older releases see all Change Logs.
-
It's possible it tries to run the card anyway, until it fails and auto debit is disabled. It probably wouldn't be a bad idea to skip it if the expiration date has passed, but I'm pretty sure it's always worked this way. On one sense, the customer gets a notice that the payment failed and that may prompt them to update it. On the other hand, it's expired so it's going to fail.
- 4 replies
-
- automation
- stripe
-
(and 1 more)
Tagged with:
-
Version 4? Yeah, really, very, super, soon. Version 5 though? Probably not for a while
-
Nope. You should be on Beta 6.
-
It just occurred to me that this error is displayed if a client tries to log into the wrong company. Are you using multi-company? Is the client logging in at the right URL for the company they belong to?
-
The System Overview widget should probably be updated to include Contact logins. Contact Login feature was added after this widget was created, so it may have been an oversight. https://requests.blesta.com
-
@Internetport just a quick note as well. A different process creates invoices as emails them out. So, sending email will not inhibit the creation of invoices in any way. When they are sent, they are marked as sent as they go out. So, if for some reason some do not go out due to an error or otherwise, they will be tried again later.
-
I suggest using a transactional email service like Mailgun for SMTP mail in Blesta. It's fast and there would no need to rate limit. The issue with rate limits is, of course, that people with a large number of recipients may not see all the email go out for a very long time. Blesta does start a new SMTP connection after a certain number of recipients as well, so this does slow it down some. I don't think we've heard from anybody that had an actual issue from too many emails. We are open to setting rate limits in the Mass Mailer plugin in a future release, but I'm curious to see how many people ask for it.
-
Yes, that's correct. CSRF is still enabled everywhere else.
-
Done and tagged as version 1.3 on Github, and will be included in 4.0 final.
-
Most CSRF attacks are to perform actions as an authenticated user. For example, the form that creates a new admin in Blesta would be a good target for a CSRF attack, but you'd have to be logged in and CSRF disabled for it to work. If I had to pick a page to disable CSRF for, it'd be an unauthenticated page, like the login form. It might be possible by modifying the code, I don't have an example off the top of my head for you though, and I probably wouldn't recommend changing the core. Might be a good feature request though, to be able to set where the user is directed after a log out.
-
It depends on your backup. If you follow this guide though, you should do well - https://docs.blesta.com/display/user/Moving+Blesta If your backup has all of your Blesta installation files and your MySQL database, then your backup should have all you need, but it could be a little out dated depending on when your backup was performed.
-
It looks like the 1st item in the list is using a private IP 10.128.x.x, which is mapped to a public IP 35.184.x.x? Is the public IP address a shared IP? If it's a shared IP, shouldn't it show the default page? Sorry if I'm not understanding, I'm assuming that by default page you mean the standard page that's show when accessing the IP address in a browser rather than the website's content that's usually displayed when accessing a shared IP rather than a dedicated IP. Or is that public IP address a dedicated IP? If it's a dedicated IP, and it only maps to 1 local IP, there may be some other issue going on with Plesk.
- 30 replies
-
- nat
- plesk onyn
-
(and 2 more)
Tagged with:
-
Teamspeak is supported through this new TCAdmin 2 module -
-
Accept Paid Pending Orders activated the service in blesta without using the module
Paul replied to Blesta Addons's question in Support
Odd issue. I wonder if it has to do with the way your implemented the module to handle renewals, which seems to be happening after it's created and not a year from now when it really renews. -
Settings > Company > Automation: "Card Expiration Reminders 15th of Month" Might be a bug with the "Task Last Ran: Never" notice if it shows that for you. I know ours are going out. Are you sure they are not going out, or just that it shows Never here? The notices are only sent on the 15th of the month, for cards expiring in the same month & year. It doesn't retry later if for example the task does not run on the 15th. If your cron doesn't run at all on the 15th, it will never be sent.
- 4 replies
-
- automation
- stripe
-
(and 1 more)
Tagged with:
-
No, not yet, because it's not finished and the module is not officially released. That's why I attached the screenshot showing the configurable options, as they are necessary.
-
A new TCAdmin 2 alpha module is available. To install, download the attached tcadmin.zip and unzip the file. Upload the tcadmin directory to ~/components/modules/ and go to Settings > Company > Modules to install it. See attached tcadmin-docs.png screenshot for necessary configurable options for game or voice servers. Many of these options are required, so don't forget to use em! Any comments or suggestions, please post them below. tcadmin.zip
-
Perfect, thanks!