Hi,
I setup a cron job and it can call my script file, but my script fails when it encounter this line. when this script run, it never get to the echo 'got here' part. All I got is a blank screen. comment out the require_once line then it works.
Don't know the location of my script makes the difference. Here's the path public_html/scripts/test.php
<?php
require_once('/home/user/public_html/includes/application_top.php');
echo 'got here';
?>


Reply With Quote
