I have a daily job that I run, written in php, which works fine when run manually from a browser, but fails on the following line when run as a schedulued (cron) job set up in plesk.
The line that has the issue is this:
require '../inc/_global/db_con.php';
The php script is located in...