As some of you staff know I created a /test/ directory and installing the nightly builds on it, so... I just now uploaded it and this is what happens...
Warning: require_once(class-load.php) [function.require-once]: failed to open stream: No such file or directory in /home/user/public_html/test/zp-core/admin-functions.php on line 12
Fatal error: require_once() [function.require]: Failed opening required 'class-load.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/user/public_html/test/zp-core/admin-functions.php on line 12
I tried to navigate to the installation file thinking maybe since it didnt install yet maybe that was the problem, but nope... I cant do anything...
Comments
You deleted
require_once("class-load.php");
and replace it with
require_once("classes.php");
..Maybe I did something wrong...Ill re-check...
I guess the problem is where is class-load.php?