Jump to content

cron_jobs_help.


Ashstyx

Recommended Posts

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 :)

Link to comment
https://forums.phpfreaks.com/topic/254892-cron_jobs_help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.