Jump to content

Sliffer21

Member
  • Posts

    196
  • Joined

  • Last visited

About Sliffer21

Sliffer21's Achievements

Senior Member

Senior Member (3/3)

0

Reputation

  1. I do have it set to run every 5 minutes, with the daily cron running at 00:00. As a twist it seems to have ran last night and successfully email myself as well as invoice to clients. However during the database backup we are now seeing the following: 05/18/2017 00:00 Cron Job: Backup Complete System 05/18/2017 00:00 Cron Job: ERROR : Unable to unlock tables: HY000 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. System 05/18/2017 00:00 Cron Job: Starting Backup Database Dump System 05/18/2017 00:00 Cron Job: Starting Backup Generation System However no backup is being sent via FTP or email, both are enabled. We use FTP over SSH (SFTP) however we have been using it for many versions without issues until now.
  2. Enable PHP debugging in the settings and reattempt it. That should produce an error message that will help narrow the issue down.
  3. Has anyone else had issues with the 7.2 emails during the cron job? It seems that everything ran and generated invoices however it is not sending us the daily report or emailing the clients the invoices. I went into a client and manually resent product welcome information and it sent without issues. - - - Updated - - - To go back and clarify this a little: 1. The Domain Sync email did send around the same time the Cron Job runs nightly 2. However no invoices generated from the Cron Job run, or the cron job report was sent via email 3. Automation Status says everything ran OK 4. Database backups are configured both as FTP and Email however the status says it did not run
  4. Output the last 24 hours of logs from "Utilities" > "Logs" > "Activity Logs" in your WHMCS Admin area.
  5. We are seeing the same issue. It seems premium domains will show up at a normal price but have issues being added to the cart or show up unavailable all together. For now we have disabled the feature as it seems to still need working syncing with the registrars.
  6. Since native stripe support is less then 30 days old I am gonna guess you used a previous 3rd party stripe integration? If so it may be an issue with moving from it to native Stripe.
  7. Thanks for the tip. Ill check them out.
  8. Here is some new documentation for connecting to WHMCS v6 and beyond. A good bit has changed with the 6.0 update. http://docs.whmcs.com/Interacting_With_The_Database
  9. As mentioned before it is possible but then you run in to the issue of him opening multiple accounts and you are back to manually managing his orders. Have you considered suspending his email privileges? For example create a similar package without email accounts and move him to that package. Since he is responsible for the spam it would be acceptable if you have a spam policy section in your TOS prohibiting SPAM (That is more of a legal issue though than technical).
  10. So I would like to hear some suggestions on what you all use for accounting software. We are currently using Quickbooks Online however I believe someone probably has a better suggestion for a lower cost/better product. We would like something cloud based with access for 1 person (2+ is a bonus but not worth extra costs) and that can run all of your standard business reports. Any suggestions are great and appreciated!
  11. You are missing the bootstrap.php file in your crons folder.
  12. With add_hook('ClientAreaNavbars', 1, function () { Double check to see if this will help add_hook('ClientAreaNavbars', 1, function ()) // added a closing ")" {
  13. Ok sorry for the confusion. In that case I don't believe so. I do not see any feature manager for it. I believe it would be an all or nothing kind of deal for now. This is very early release so suggest it to cPanel and I would say some improvements will be made for every new update for 54.
  14. This would be a great feature request for cPanel as far making a simpler method to change the icon. A simple file browser option when setting this up would work great.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated