Quote:
Originally Posted by djpassion
I just tried installing it on my board but im getting this error in the admin cp and also on arcade.php
Ive read through the install notes 3 times and im certain all files are uploaded to correct directories and ive CHMOD'd the arcade folder?? 
|
To me, It sounds like your definition of the root of your forum is incorrect. What is specified on about line 57 in your Arcade.php at the root of your forums? It should be something like
Code:
define('ROOT_PATH' , "./" );
That's where I'd start looking - as it seems the path definition is incorrect, if nothing can be found in the correct place.