View Single Post
morcin123
Junior Member
Join Date: Jan 2013
Old 01-02-2013 , 13:03   Re: Weird problem with installation
Reply With Quote #7

I have copied all necessary files from "web" to my folder and I have changed in hlstats.php this:

Quote:
require('config.php');
to this:

Quote:
require((dirname(__FILE__)).'/config.php');
because without this modification, file did not include.

Now config.php is original and i have this issue:

Quote:
Warning: require(./includes/class_db.php)
So sompting is messed up
morcin123 is offline