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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.