-
Posts
6,728 -
Joined
-
Last visited
-
Days Won
841
Everything posted by Paul
-
I have noticed similar behavior on occasion and I wonder if there is a bug with the slider javascript.
-
If the option doesn't appear for you, make sure "Allow Clients to Change Service Terms" and "Allow Clients to Change Service Package" are checked under Settings > Company > Billing/Payment > Invoice and Charge Options. I have been thinking about the upgrade/downgrade options being in that drop down, it may be better as its own button. Anyone care to mock something up and post a screenshot?
-
I thought I tested this such that if the credit is enough to cover the invoice entirely that a separate payment method did not need to be selected. I guess this is not the case? Having automatic application of loose credits checked would mean that the credit option would rarely, if ever appear to a client paying an existing invoice. More often, they may have credits but no open invoices, and can use the credits to apply towards new orders. The setting is useful both enabled or disabled in different circumstances.
-
Try again. I checked and your license was originally a reseller license (why it didn't show up), but you do have a dev license. I granted access to dev licenses, so you should see it now.
-
Renamed Root Web Directory In Settings Now Site Wont Load
Paul replied to AKATheGeek's question in Support
In the settings table, search for the key root_web_dir, and update the value column. It should begin and end with a forward slash, ie /home/user/public_html/ -
Add Setting To Disable Username During Registration.
Paul replied to Daniel B's topic in Feature Requests
+Bacon is correct, too bad it was applied to the same feature request. -
Add Setting To Disable Username During Registration.
Paul replied to Daniel B's topic in Feature Requests
The secret phrase to guarantee task creation for a feature request is much like TOTP. It changes frequently and cannot be used again. Failure to guess correctly causes the feature request to be ignored for a random amount of time between 5 seconds and 37,000 years. -
Add Setting To Disable Username During Registration.
Paul replied to Daniel B's topic in Feature Requests
Well, since naja7host had 3 plus one's in there.. CORE-1387 -
Does your cron user have SSH access? You can try to SSH in as that user, and see if you can execute mysqldump. If it's not executable by your user, that would prevent it from being able to create a backup.
-
It's not available yet, but I'm in the process of spec'ing it out, and we'll be starting development soon. The goal is to have it included in 3.4, and possibly release it as a beta prior to 3.4 beta but it will depend on how quickly it comes together, and if we run into any issues.
-
If logs are not clearing (You mean log rotation?), then I wonder if there is something wrong with your cron. If you go to Settings > Company > Automation, and look at the times tasks are running, do they appear to be running regularly and on time? Does running the manual backup still not work? If not, have you checked that your temp directory is writable by your web server? Some people may need to move their temp directory to within their website, typically just above the docroot. For example, the default temp directory is /tmp/, but you may need to move it under your account, ie something like /home/user/temp/. You can update this under Settings > System > General
-
For ticket auto-replies, do you mean the initial ticket received email? You can currently set an auto-close ticket response per department, but not the initial auto reply. One thing we're planning is CORE-1358 which allows for custom email templates to be created. It may be possible then, after that, or in conjunction with that, to allow the selection of different templates in different areas of Blesta.. including auto-replies and separate templates per department. So, this suggestion may fit well with that task, and be dependent on it.
-
Can you take a look under Settings > System > Basic Setup for "Root Web Directory". Is this path correct, ie, does it include the full server path to, and including your billing sub-directory? When Blesta runs via the cron, it can't tell what the URL is, and it relies on this setting to determine the path. At least, that's what it's suppose to be doing.
-
Yeah, sorry about that. I didn't realize the variable wasn't available to the template. 3.3 is in a feature freeze, and as of just now we have a 3.3.0-b1 build that's in QA.
-
See CORE-1274. Attachments are not sent via email, as they may be too large. Instead, attachments can be downloaded via the browser. If you look at this task, you can update your email template to include a link to the ticket if there are any attachments by copying the conditional in the task. I've added it here for reference. {% if ticket.reply_has_attachments %} Files have been attached to this ticket reply. You may visit {update_ticket_url} to view the ticket and download the attachments. {% endif%}
-
Check that your temp directory, as defined under Settings > System > General is correct and writable. It should start and end with a forward slash, ie /tmp/. If files are not being written when emailed in, then your mail server user may be different, and you may need to set appropriate permissions on your uploads directory, as well as your temp directory.
-
The same email template "Staff Ticket Updated" is used for both new and updated ticket notifications to staff. It may be possible to put a conditional in the subject and body to indicate whether it's new or updated, but that will depend on whether that information is available to the template. If it's not available to the template, we should probably make it available, and then also update the default, out of the box content for the message to make the distinction.
-
If you can't download the backup manually, sending over SFTP or Amazon S3 is definitely not going to work, so that's where to start. Check that your temp directory as defined under Setting > System > General is correct and writable. Then, double check that mysqldump exists and can be executed by your cron user and web server user. Finally, I believe Blesta may be looking in /usr/bin/mysqldump for mysqldump. If it exists in a different location, try creating a symlink. ie ln -s /your/path/to/mysqldump /usr/bin/mysqldump
-
Awesome, glad you got it figured out!
-
Take a look at the error log under Tools > Logs > Gateway and click the Stripe entry to expand it and display the raw input/output. There may be more information here.
-
You receive that email from PayPal? Sounds like something fishy is going on. Check the logs in Blesta for PayPal under Tools > Logs > Gateway, click to expand and show the input/output.
-
If you try to download the backup manually, does it work? Settings > System > Backup > Download Backup When you click the "Test These Settings" link for Amazon S3, is it successful?
-
I just PM'd you a new trial key.
-
Blesta relates to cPanel/WHM on the basis of the cPanel username. The cPanel password is irrelevant for API requests. If there are any problems with communication for a cPanel service and the cPanel server, the first thing to check is that the username is correct. It can be updated by clicking Manage for the service, and setting the correct username. Be sure to uncheck "Use Module", unless you are trying to change an already correct username.