Hi, cheers for your help. I checked up on the include path stuff and seems alot clearer now. Since ./ and ../ looks for an include path relative to the current working directory I declared a constant at the top of my /admin/index.php called ROOT_PATH and set it to "./../". I then did the same...