-
Posts
6,728 -
Joined
-
Last visited
-
Days Won
841
Everything posted by Paul
-
We will be releasing an unencoded version this week.
-
Does config/blesta.php exist? It should. If not, restore your files from before patching. Then re-patch and ensure that the no files are deleted. Some FTP programs wipe everything when they should just overwrite some files.
-
I don't think MG will be issuing refunds, but you can inquire with them. We will be releasing a free and unencoded version of the module with no license validation. I suggest continuing to use the one you purchased from MG until we release the open version, which will likely be later this week.
-
Cody, could this be a result of that XSS fix?
-
Did they remove it? I didn't know that. I think I heard that Suhosin is largely unmaintained so maybe that's why.
-
It occurred during the beta for everyone when we added the check to the system status widget. Previously, there was a bug causing one cron task never to complete properly, and the subsequent release included a fix and the check in the widget. This resulted in everyone having that warning present for the first few hours after upgrading.
-
In my opinion, Suhosin is terrible and more often than not breaks legitimate applications.
-
Is the IPN enabled in PayPal? Did the payment originate from Blesta v3? I haven't experienced any of these issues with our installation, except for imported recurring subscriptions, which were set up in v2 after migrating to v3 because of an email address mismatch between our settings and the email PayPal sends in their IPN.. though in this case it does appear in the logs.
-
If you SSH in as your cron user, are you able to execute mysqldump? I'm not sure what else it could be, might require some debugging.
-
I wasn't going to say anything until we made an official post, but it's true. They signed over full rights to the cPanel extended module to us. We will be releasing it for free shortly, after we have had a chance to review the code. It is interesting that they reached some kind of deal with those other guys.. I get it, they can expand and eliminate a Blesta module developer at the same time. I have some other theories, but I'll keep them to myself. In any case, I look at it as a good sign of our success.
-
Hi Barry, Multi-company hasn't been tested with a large number of companies, and isn't intended to be used as a SaaS in the manner that we are licensing it. If you'll have a dozen or two companies, that will probably be alright.. but I would suggest becoming a Blesta reseller and hosting a fresh installation for each of your users. We can do snapshot billing so that you pay monthly for only the number of licenses you have active on the 1st of each month. Cheers
-
The lock is cleared after 6 hours.. and the task will start to be executed again. As Tyson mentioned, the query in this thread is meant to help identify which tasks are failing and we plan to implement this in the interface so that running the query won't be necessary. Most people don't experience this issue at all, so this tool was fairly low priority, and the lock is self cleared.
-
I don't think Payflow pro uses an IPN, it's their merchant gateway. If no response from Payflow, it's probably port 443 egress that's the issue. To be safe, I would disable the firewall entirely and test again though.
-
Thanks for the feedback, we are definitely going to be making some changes to, and adding additional order types and order forms as we go forward.
-
Linux server? mysqldump binary exist? exec() and system() functions allowed in PHP? mysqldump is executed to create the database dump, and then it's SFTP'd over.. it may be that it's failing before it gets to the that point.
-
Please advise if this corrects the issue for you.. It's always good to have some confirmation before releasing an official fix.
-
Thanks for reporting this!
-
We might have to come up with a policy for how often an advertisement can be posted.
-
Thank you for the detailed response. I have added a task for the redirect, it should do the redirect whether you pay in the client area, or through the order system. CORE-809 addresses the editable description CORE-813 addresses the redirect issue We will investigate the "Return to" name, I'm not sure how that is set.
-
Hi Rich, Is that what your accounting software needs to do the import? What software are you using, and can you provide an example of all the fields you require?
-
I thought we had something scheduled, but nope just a note about late fees cannot be applied to proforma invoices. Do you find it's necessary to have a specific, unique late fee value per package? Some people prefer a late fee to be a fixed amount, a percentage of the invoice total, or interest calculated daily or monthly. We would want any such late fee system to cover at least the most common scenarios.
-
For 2.5, look in order_forms/register_client/templates/ (If you're using the register order type) and look at step1.pdt and structure.pdt. You will notice the form fields exist here, and you can pre-populate them from your session variables. I'm assuming you were the one I talked to over the phone?
-
Testing The Product Before Buying Issues.
Paul replied to johannes's question in Pre-Sales Questions
Automation is controlled by setting up a cron, but if you're having issues with email specifically it may be unrelated to the cron. To test, I suggest using the "Email Client" feature under "Account Actions" for a client profile. This will allow you to send an email right away without waiting for any automation tasks to do it. It should allow you to test if PHP Mail or SMTP are working. If you're having trouble with email delivery, specifically SMTP, please post a screenshot of your setting here (And please mask the hostname and password) Also, are you using an SMTP server like Gmail, or Mandrill? Do you have the ports open at your firewall?