Hi,
Wondering if folks might be able to help - I noticed that none of our Wordpress installs seemed to be running cron, possibly becuase they were migrations in from cpanel - not sure. After checking through the forums I spotted that this should be added to the cron for each website:
wp-cli cron event run --due-now --path=public_html
...I added that, but cron's did not seem running still. I then tried running the above from the command line (just above /public_html) to see if it gave me anything useful, but all I seem to get is:
wp-cli cron event run --due-now --path=public_html
Error: Error establishing a database connection.
...I'm not too familiar with wp-cli or how Enhance uses it, does anyone have any suggestions?
thanks 🙂