I am trying to run some php scripts from CRON. The problem is that when I do this, the CLI is not changing the working directory to where the script is located. This results in the script failing because it cannot find the files that are included or required within the script being run.
Any solutions?