Ashstyx Posted January 12, 2012 Share Posted January 12, 2012 hello i need help configuring my cronjobs to work on my text based game i keep getting this error: PHP Fatal error: require(): Failed opening required '../class/class_db_mysql.php' (include_path='.:') in /var/www/vhosts/dclxvi.co.uk/httpdocs/crons/cron_day.php on line 6 the code is here lines 1-6 and the "driver" is set in the config file as mysql ('driver' => 'mysql') <?php include_once ('../Global/config.php'); global $_CONFIG; if($_GET['code'] != $_CONFIG['code']) { die(""); } define("MONO_ON", 1); require "../class/class_db_{$_CONFIG['driver']}.php"; i have had this problem a long time and i cant get my game to work without it so it would be really nice for one of you helpful people to help me, i have skype too if that makes it easier to help Quote Link to comment https://forums.phpfreaks.com/topic/254892-cron_jobs_help/ Share on other sites More sharing options...
Muddy_Funster Posted January 12, 2012 Share Posted January 12, 2012 Check your file name and location, perticularly the case used in the file name. Quote Link to comment https://forums.phpfreaks.com/topic/254892-cron_jobs_help/#findComment-1306941 Share on other sites More sharing options...
Ashstyx Posted January 12, 2012 Author Share Posted January 12, 2012 done and not sorted, what would be really helpfull would be a skype call and screen share to fix it lol Quote Link to comment https://forums.phpfreaks.com/topic/254892-cron_jobs_help/#findComment-1306942 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.