-
Posts
6,715 -
Joined
-
Last visited
-
Days Won
841
Everything posted by Paul
-
Did the debug tag dump everything out, including the URL? What kind of web server are you running, and what version of PHP?
-
For whatever reason it sounds like the {payment_url} tag is not available to the template when run via your web server. That's interesting and unusual. You could add the {% debug %} tag to see if that's all that's missing, maybe gain some insight to the issue. But be careful, you don't want any emails to go to customers with that tag as it may contain sensitive information.
-
Sorry I was probably thinking of the invoice due reminders. Make sure you've updated it in both the HTML and text sections. The URL comes from the template, no where else. EDIT: If the tag exists and the URL is blank I'm not sure what could be going on. Do you have your domain set under Settings > System > Company > Edit? for Hostname?
-
You may have missed a template, there is an "Invoice Delivery (Paid)" and "Invoice Delivery (Unpaid)" template that both contain the pay now link. It may not be correct in one of them.
-
Splitting A Multi-Company Instance
Paul replied to Squidix Web Hosting's question in Pre-Sales Questions
You can clone it, and delete the companies you don't want sure. You'll just have data from the other companies hidden in the database, but if it's all your data, and you aren't selling one of the companies to a 3rd party then I suppose it doesn't matter too much. -
Splitting A Multi-Company Instance
Paul replied to Squidix Web Hosting's question in Pre-Sales Questions
There's a lot to consider. We have future plans to implement a Blesta -> Blesta importer for this purpose. This would allow people to move companies between installations, so addon -> standalone, or addon -> addon, or standalone -> addon, just moving companies. It isn't very high on the priority list at the moment though, so I don't have an ETA for you. -
Very nice! If you found this plugin useful, please consider donating to @PauloV for all his hard work. Look for the red "Donate Here" link in his signature above.
- 223 replies
-
- live chat
- online chat
-
(and 3 more)
Tagged with:
-
No news on this. It's something I'd like to do, but also something that will take a significant amount of time to implement. It's just not a high priority at the moment.
-
The error indicates that MySQL crashed for some reason. Not necessarily a timeout or anything. Normally if MySQL crashes, it's a MySQL issue.
-
Awesome! Looking forward to hearing from you, let me know if I should resend or anything.
-
Would you mind posting your gateway code?
-
This is all my fault. Hey @Steven F. I sent you some emails but never got a reply, your spam filter must hate me
-
Thanks for pinging the feature. Nothing new on this, it is certainly possible to do but not many requests in the past year.
-
Auto debit will run once per day. It will only run once per day, so if it ran at 1pm, you generated the invoice after 1pm, and then changed the auto debit run time to even later in the day, it will still not run. Because it already ran today. It should go through the next day though.
-
Javascript is required to view and interact with any modern website or web application. Why do they have javascript disabled?
-
Very nice, love the solid flat colors.
-
Any suggestion on how that would look? Eventually I would like the ability to manually link or unlink line items from specific services.
-
Show Current Service Status On Manage Service Page
Paul replied to Jonathan's topic in Feature Requests
This would need to go in the first section "Service Information". Status: Active (Active, Pending, Suspended, Cancelled) sounds ok with me at first thought. Any suggestions? -
This may require a join, resulting in a slower query but Cody will know more.
-
If it's in the budget, I suggest getting a VPS just for Blesta. Far more secure. I suggest multiple backups. Blesta's database backup is good, but if an attacker hacked your server, they would technically have the information they need to log in and deleted your backups. I suggest using something else as well, VPS snapshots or R1Soft, or all of the above. Backups. Backups. Backups. Nobody was ever sorry for having backups.
-
For whatever reason, Interworx is returning the error so it may not have anything to do with Blesta. Have you opened a ticket with Interworx yet? Send them the input/output and they may be able to shed more light on the error. Edit: I missed the fix, glad it's working and thanks for the update!
-
Thanks I appreciate it. I've created CORE-1623 so we can look into it further, however I suspect varchar(128) would work in this case. This would make it consistent with first and last name which are currently varchar(128) and company names tend to be naturally longer than a first or last name.