Yes - I definitely would and have changed this - but I still cannot get it to get to this point because it can't find the DB class...
maybe have a go at using my autoload class and see if it works as db class and all other classes will autoload.
just require_once before session_start in init.php
nothing to lose
It's not the directory...
Fatal error: Class 'DB' not found in /home/aircentralized/public_html/mydash/usersc/language.php on line 4
I don't get why this isn't working...it doesn't make any sense to me...I'm calling the init which should initialize the DB class...
try removing the backslash from start of the path, it should look like this:
require_once 'classes/class.autoloader.php';