-
Posts
6,683 -
Joined
-
Last visited
-
Days Won
838
Everything posted by Paul
-
Not sure how that could happen. Either it was manually changed, or your database crash affected this somehow? Odd. That would explain the suspension though, if that was the one. Invoice due dates are a company and client group setting. Check your client group to make sure that it's not overwriting the option with 2 days.
-
I think he means to check the source code of the page and see what the link to the image is, copy that, and paste it into your address bar. For example, mine looks like this: https://www.gravatar.com/avatar/27f1f6277c691326bea57281bca8e0a1?s=120
-
Are you using the cPanel module or the Universal module? Universal module product service fields would not be visible to the cPanel module and vice-versa. The Universal module product service fields would be available to the Universal module, and can be emailed to you, or submitted via an external API depending on how you have that product configured. Not sure I understand exactly what you're trying to accomplish though.
-
Unfortunately there is not a log of all service status changes, so producing your own log as you suggested would be the way to go. It would be good to maintain this history within Blesta, so a feature request would be welcome.
-
Https://docs.blesta.com/display/user/Multicraft#Multicraft-InstallingMulticraft See "Dedicated IP Address" section. Also note, that version 4 contains an updated Multicraft module with better handling for the IP + default port. If you have a trial license and want to upgrade your test to Blesta 4.0.0 BETA 5, email sales @ and we'll get a copy to you so you can try the updated Multicraft module.
-
A service with a scheduled cancellation date should not renew if the cancellation date is the same as the next renew date or sooner. No invoices are voided at the time of cancellation, but no invoice should be generated for the next term if it's scheduled for cancellation. The auto cancel plugin scheduled cancellations, and the system performs them. So, it may depend on how you have it configured.
-
I couldn't find it, so I created CORE-2347.
-
unable to create packages/order form plesk [reseller] v12.5
Paul replied to mukesh's topic in The Lounge
Do you get an error or anything? What are you trying to do exactly? Is 12.5 their Onyx version? I've heard some report that it works when selecting the latest 11.x in the Blesta module. -
It is possible yes. Public model methods in Blesta are available via the API, including those for extensions. See https://docs.blesta.com/display/dev/API for the API docs. You may be interested in the blesta_sdk for working with the API. It's available at https://github.com/phillipsdata/blesta_sdk
-
I just got an email from Maxmind asking their users to change their passwords. Maxmind wasn't on this list (https://github.com/pirate/sites-using-cloudflare).
-
BitPay just sent out an email saying, "We do not and did not use the main Cloudflare feature which had the security flaw, and we believe that no BitPay or Bitpay user data was compromised." Saw #CloudBleed trending on twitter this morning, looks like you were way ahead of it. Thanks for the post! We don't use Cloudflare for anything to do with Blesta, though plenty do in the industry. Pretty huge deal.
-
If the client updates the ticket and closes it at the same time an email is sent. If they close it without adding a reply, then no email is sent. If you want there to be, there's a replace to request things.
-
Wow, that's really great. Yes, similar to that.
-
I saw that yeah. I wonder what will be changing, if anything. Will they be consolidating brands, or keep them separate?
-
Do you have a screenshot of that? It sounds similar, but I wasn't aware that module allowed you to disable certain management features.
-
It would have been nice if the extended module used the same field names for service meta data (like domain, username, password), in which case there would be a greater chance of it working. We have some cool news sort of along these lines that we'll probably announce after v4 comes out.
-
You can create invoices with a future bill date. They will be held as "pending" invoices until that date rolls around, and then they'll show up as a standard invoice and be delivered if the option is checked.
-
Just a quick note. I really like the Debugger plugin Blesta Addons created. Disable the plugin when not needed. You can get it from here:
- 4 replies
-
- errorreporting
- blestav4
-
(and 2 more)
Tagged with:
-
Yeah, I wonder why he removed the repository. I want to add some extended features to the included cPanel module, but first I want to implement a new access control option for module management features. Basically, on the Package you'd be able to select which module management "tabs" the client should be able to access. Some people don't want customers to have access to all of the management options.
-
No. This is a potential security risk. I could open a ticket spoofed as anyone and possibly trick staff into making changes to their account. This is also a possibility with email tickets, but companies are not required to accept tickets via email.. and if they don't, only authenticated users can open tickets. Yes, this is planned.
-
If you email me (sales@) and reference this thread, I'll get you set up with 4.0.0 beta 5. cPanel extended and Blesta CMS are not included extensions, so I'm assuming you're planning to source those separately?
-
All that means is now you have to do it.
-
It may not be validating all the fields at once. If you fill in a username and password only it'll probably still complain, just about something else. It could probably be improved, sure. Honestly, I'd like to show errors next to their fields, but that's a lot more work.
-
The task is missing so many details.
-
Are you all happy with what's described in CORE-2056? I'm going to bump it into consideration for 4.1. While it's assigned to that version, there's no guarantee anything in that version will be included. Speaking of fraud checks though, we also need to modularize this so it's easy for people to build others and drop them in. I'd love to be able to run fraud checks through multiple different APIs at once too. More advanced options like text or phone verifications would be great. Someday.