-
Posts
6,683 -
Joined
-
Last visited
-
Days Won
838
Everything posted by Paul
-
CORE-2381 so we can take a look at it. I'm not sure this worked properly in 3.6 either, coupons need some major refactoring.
-
Is it actually running that long? Do you see the process running on your server? Or does it hang, and get reset after 6 hours? I would suggest disabling your cron job, and enabling error reporting and debugging and running it manually when it's scheduled to run next. To enable error reporting, edit /config/blesta.php and change **Configure::errorReporting(0);** to **Configure::errorReporting(-1);** You may also wish to enable System Debug. To do so, change **Configure::set("System.debug", false);** to **Configure::set("System.debug", true);** It's a good idea to change these settings back when you are done.
-
Undefined index: client_prorate_credits when updating existing service
Paul replied to furioussnail's topic in Bugs
That's a warning, and no warnings should be produced but I wonder whether you have error reporting enabled. In /config/blesta.php, error reporting should be 0, and system.debug false, like below. What do you have? Configure::errorReporting(0); Configure::set("System.debug", false); Aside from the warning, does it not work correctly? -
I notice it rarely on Chrome on Win 10, but refreshing always resolves it. I think the first step would be for us to update the library to the latest release and see if that resolves it. If you're feeling adventurous, you could give it a try yourself /vendors/nvd3 (i think, computer rebooting, windows update.. baaah)
-
Did someone say WHMSonic? It's an early release, and we're going to put it on Github. If you can test and let us know in that thread of any issues, we'll take a look and try to get it fixed up.
-
A new WHMSonic module is available, but it's an early alpha. To install, download the attached whmsonic.zip and unzip the file. Upload the whmsonic directory to ~/components/modules/ and go to Settings > Company > Modules to install it. whmsonic.zip (UPDATED 5/12/17) Sample Email:
-
I'm sure it can be adjusted, but I was not able to quickly find out where it occurs. I don't think the gateway is doing, it might be the order plugin.
-
This is one I want personally myself. It's tentatively assigned to 4.1, but is not assigned to any of the planned sprints. I bumped it to the top of the backlog, so we'll see. If not 4.1 (which is well underway), probably 4.2. I don't want to delay 4.1, but if there's time we'll have a look at it.
-
It redirects if they don't make a decision and leave the page waiting, and I believe this is intentional, probably a feature request though I can't find anything about it in my quick search.
-
Webmin / Virtualmin can be used for shared hosting - Yes! And we have a Virtualmin module that you can get here - https://github.com/blesta/module-virtualmin
-
Hey guys! So I just want to make sure I understand what you guys are asking for. I did some testing, and pre-dating the transaction received date does in fact log it for that date. That's the date recorded for the transaction, visible in the Transactions widget for both the Client and Admin areas. However, if you expand the transaction, or view the invoice to see the date applied, it's different. I suppose this could result in some customers complaining that you received a payment but didn't apply it until later. Are you saying that if a transaction is recorded and is being applied to specific invoices, that it should also inherit the date applied date from the date received box?
-
The language files are built once per day automatically, so it's probably available for you to download now. We don't review review, it's just that the files have to be built and zipped up, which happens only once a day.
-
Are you running 4.0.1? Is there anything in the module log? Tools > Logs > Module tab. Click a row to expand and display the raw input/output.
-
Some transactions are not applied to invoices Some transactions are applied as credits, and then applied to invoices via the cron, so the items being paid are not known at the time of the transaction. A transaction might be applied to 1 or more invoices, including a partial payment to multiple invoices Do you want the objects for all invoices the transaction was applied to to be available to the email template as tags? Let's say someone partial pays an invoice. There's no way to know for which items they intended to pay, so listing all items on the invoice in the email may be inaccurate and/or misleading.
-
I wont hold it against you. You use to be able to disable the address bar in Safari, which was fantastic for recording videos. They removed the ability to do that, because of "security reasons", meaning that people might not be able to see the address bar and more easily fall for spoofed sites. So, I'm not feeling much love for Safari either. They did fix a bug though, that would cause the check boxes in the graphs not to appear at all.
-
If you create a single feature request for 20 features it's pretty much guaranteed to be ignored. When we consider a request, and change it's status to "Planned", for example, it means we are planning to do what the task describes. If there are 20 things in the task, and we only plan to do 5 of them, well, you can see the problem. Now, if the feature request is something like "Add an Affiliate System", we don't expect that to be broken down into every feature of the affiliate system in separate requests. That would be ridiculous. While there may be many parts to an affiliate system, it's a single new feature. Making 20 changes to an existing feature isn't a single request, it's 20. And that's what we're talking about when we're talking about adding improvements to the Support Manager. For example, this request - https://requests.blesta.com/topic/support-tickets-add-a-from-column-on-ticket-list-page is very specific, and concise, and it has already been scheduled for development. This is a good example of a feature request. Thinking about it this way makes it easier for us to look at a request, approve it, create a task for it in Jira, and follow it through to completion.
-
I only really use Safari on my Mac, and I don't use my Macbook every day. I suspect it's a possible bug in the NVD3 Library, or the browser, or a combination of both. I'd suggest trying Safari and see if you experience the same thing with it on your Mac. It may be helpful.
-
Not a clue, but glad that did it for you!
-
If you use a coupon for the initial order, you can link directly to it to automatically apply the coupon. From https://docs.blesta.com/display/user/Order+System: /order/main/index/label/?coupon=CPN123
-
I've never seen the graph bleed out into another graph. I've only experience a blank graph, and not all that often. What browser are you using? Have you tried using a different browser to see if it makes a difference?
-
Version 4.0.1 is now available. Please see the announcement. This is a patch release that corrects issues with 4.0.0. Patching Blesta See Patching Blesta in the User Manual for instructions. Release Notes See Blesta Core - Version 4.0.1. See all Change Logs.
-
A couple of pre-sales questions
Paul replied to djacobs@markleygroup.com's question in Pre-Sales Questions
FYI, http://source-docs.blesta.com/ was updated with our 4.0.1 build, and we modified how the docs were built slightly to improve it. -
Fantastic! Some people have been asking for something like this.
-
There is a bug in 4.0.0 where a module row that isn't in a group may not populate options when selected. We've implemented a fix for 4.0.1, and we have a build running now for QA.