Author Topic: Cronjob not added from user panel  (Read 3042 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Re: Cronjob not added from user panel
« Reply #15 on: Today at 04:58:07 AM »
Just a quick update.

Indeed CWP requires the full PHP path together with the WordPress path to work.

example:
Code: [Select]
0/1 * * * /usr/bin/local/php /home/user/public_html/your-wordpress-folder
And the Cron command has to be added manually from the command line because the CWP Admin/User Panel doesn't work.

It has a bug where it includes a ## in front of the Cron command, making it appear a comment and not run.

I hope this helps someone.