Quote:
Originally Posted by Citizen Bleys
Code:
require_once(DIR . '/includes/class_bbcode.php');
says that /DIR/includes/class_bbcode.php does not exist. No, I did not enclose DIR in quotes. I've tried it both adding /forums to the beginning and chdir'ing to forums.
|
I think this is because 'DIR' is not defined, it's normally defined in includes/init.php. One of your errors is in class_bootstrap.php, are you working with a 4.0 version?
(ETA: I was in the middle of writing my post when Marco posted - you should probably just follow his instructions)