Nightly build bug :(

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

  • Which I dont get, because looking at the changes in the nightly build...

    You deleted
    require_once("class-load.php");
    and replace it with
    require_once("classes.php");

    ..Maybe I did something wrong...Ill re-check...
  • I dont think my download worked correctly...let me re-download...
  • I downloaded again..I am looking at admin functions.php and its the same as the last build...It doesnt have the changes that it should that sb already made... :S
  • Wait am I confusing myself? Lol yes I am... you changed classes.php to class-load.php

    I guess the problem is where is class-load.php?
  • acrylian Administrator, Developer
    Bug confirmed...
  • You will just have to wait another night. That file missed being committed to the SVN.
Sign In or Register to comment.