ZenphotoCMS Forum
Nightly build bug :( - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Nightly build bug :( (/thread-3712.html)



Nightly build bug :( - code - 2008-09-08

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...




Nightly build bug :( - code - 2008-09-08

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...




Nightly build bug :( - code - 2008-09-08

I dont think my download worked correctly...let me re-download...




Nightly build bug :( - code - 2008-09-08

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




Nightly build bug :( - code - 2008-09-08

http://www.zenphoto.org/trac/changeset/2405




Nightly build bug :( - code - 2008-09-08

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?




Nightly build bug :( - acrylian - 2008-09-08

Bug confirmed...




Nightly build bug :( - sbillard - 2008-09-08

You will just have to wait another night. That file missed being committed to the SVN.