Jump to content

Paul

Blesta Developers
  • Posts

    6,685
  • Joined

  • Last visited

  • Days Won

    838

Everything posted by Paul

  1. I think so, but I don't recommend it. Having a history of when and from where customers log in can be useful in audits. Yes, but there are some logs that are not rotated intentionally, like the mail log and user logins. The mail log has the tendency to get the largest, but has a complete history of all email each customer received, which can be very useful. Only the retention policy (number of days to keep logs), as Mike mentioned earlier in this thread.
  2. Whatever you do, never delete your cron log. The rotation policy will handle that in a safe way, deleting it manually will cause problems. Some logs are not rotated as part of this policy, like the mail log. The mail log is safe to truncate manually. I don't recommend truncating any other logs. Storage is cheap and unless you have tens of thousands of customers, your database should remain manageable.
  3. That is our recommendation. Email addresses used by the support system shouldn't be used to sign up at other websites, or respond externally to customers or potential customers. Addresses used by the support system, should be used exclusively by the support system.
  4. Paul

    Plesk Module Bugs

    Interesting. So, Plesk expects the IP address? It would explain why we implemented it this way to begin with.
  5. Is it April Fools in the UK today?
  6. Is that what you really see? LOL, looks kinda familiar. No, site looks normal, very blue
  7. What module is this? If you're using a domain registrar module, you should do the following: Create a Package Group specifically for domains. Call it "Domains", if you want. Create your Domain Registration packages, one for each TLD (is possible, though each price point is ok), add them to the above group. Use the "Domains and Other" order form type Packages > Order Forms. Select your Domains group from the drop down. Select all other hosting groups you want to offer in the multiselect but NOT your domains group During checkout, there will be a whois with TLD selection.
  8. localhost, that is bizzare. Maybe the links weren't corrected before uploading from a local environment? Relative paths man, relative paths!
  9. It's likely we'll be adding a text area you can paste that into in the future, but follow Mike's instructions above and you'll be set.
  10. We upgraded phpseclib in v4, and I believe the license manager module ships with an older version of phpseclib. Do you think it's possible this is the source of the issue?
  11. To be sure it's not an issue with v4 beta 3, would you be willing to test it on 3.6.2?
  12. It probably won't make a difference. If there's an invalid signature, that would explain the null response. Might be something wrong with your implementation.
  13. Have you tried license_manager-2016-08-02.zip? I don't see any reason it wouldn't work with 4.0
  14. You have a bad tag or conditional in the Welcome Email section. Make sure any tags you use are accepted. You may test by removing all tags, and slowly adding them back if you aren't sure.
  15. Can you check your email logs for the piped email? There may be a more descriptive error in there. Also, triple check that PHP has mailparse, both for Apache and the CLI version. If you SSH in you can run this to check: php -i | grep mailparse You should see something like: mailparse support => enabled Not only should "uploads" be writable, but so should the sub-directories in there, including 1 and 1/support_manager_files. The path stored under Settings > System > General should begin and end with a forward slash, and point only to the uploads directory. ie "/home/user/uploads/"
  16. Blesta 4 support?
  17. The Rotation Policy is how long certain logs are held before they are rotated out. The default of 30 days is best for most people. Some logs like the mail log are never rotated out. Don't manually truncate log tables from the database or you could run into trouble.
  18. Attachments (at least for the included Support Manager) are stored in your uploads directory, which must be set correctly under Settings > System > General. /path/to/uploads/ Inside uploads should exist a directory named "1", representing your first company. Inside "1" you should have support_manager_files /path/to/uploads/1/support_manager_files/ Inside that is where Blesta tries to write ticket attachments. Ensure that the directory exists, is set under Settings > System > General (Just to ~/uploads/), and that it's writable.
  19. You can just update your license key with your new paid key, no need to update files or re-install.
  20. That would be nice, yes. Not sure if a feature request exists for that, but the topic has come up before.
  21. I don't have any direct experience with Cachet, but have been contemplating doing an install and playing around with it. What I've seen I like. https://cachethq.io/
  22. Please take a look at https://www.blesta.com/development/ You can receive one or more quotes from various 3rd party developers.
  23. Remove everything after pipe.php, and make sure the path to PHP is correct. cPanel will likely do several things: 1. Add the correct hashbang to the top of pipe.php 2. Make the file executable (chmod 755) 3. Strip off the path to PHP at the beginning of the forwarder Next, time for testing. Don't worry about missing folders, they are parameters and do not correlate to the file system.
  24. Did you look here? https://docs.blesta.com/display/user/Support+Manager#SupportManager-email-pipingEmailPiping Actually setting up piping on your server can vary from server to server. We give an example of doing this manually on a server with no control panel. If you have a control panel, you'll likely set up piping through it instead.
  25. ACL Permissions are access permissions. They are group-based. Go to Settings > System > Staff > Staff Groups, edit the group. You'll see a list of all ACL permissions, make sure that you have permission to what you need. When you install a new plugin, usually your group is granted permissions to the plugin. However, if you have multiple groups, you may need to grant permissions to others who need access. By default, for security purposes, access is not automatically granted to all staff groups.
×
×
  • Create New...