# Ensure the apache user has access to the necessary folders: - exec('whoami') from the browser to see the apache user /files /files/qr /files/orders/ /files/download/ etc ..?? # update local config: {sitename}/config.site.inc.php # setup cron job - add {aj-platform}/cron_launcher.php to the crontab - crontab -e - setup as apache user??? - sudo crontab -u apache -e - find apache user: ps aux | grep apache - * * * * * /usr/local/bin/php /home/waynsley/public_html/test/platform/cron_launcher.php - e.g.: - * * * * * /usr/bin/php /var/www/html/sites/aj-platform/cron_launcher.php - may need to make sure the cron_launcher has the full php tag: "