Theme support is offered to verified customers by forum only. Support requests and solutions made by email, Skype, Envato or any other method will be redirected back to the forum.
-
I’m using WordPress via bitnami stack and EC2.
I’ve tried to run cron to send out automated social network posts using:
Sudo crontab -e Crontab -e Crontab -u bitnami -e
But none of these run my script.
I’m trying to run it every 5 minutes and have used:
*/5 * * * * usr/bin/php /opt/bitnami/apps/wordpress/wp-content/themes/yeelloe/cron.php
*/5 * * * * opt/bitnami/php/bin/php /opt/bitnami/apps/wordpress/wp-content/themes/yeelloe/cron.php
*/5 * * * * php -q /opt/bitnami/apps/wordpress/wp-content/themes/yeelloe/cron.php
*/5 * * * * php/bin/php /opt/bitnami/apps/wordpress/wp-content/themes/yeelloe/cron.php
All permissions are set for group and public to read and execute
Bitnami is allowed via cron.allow