Mantis - Quercus
Viewing Issue Advanced Details
1135 minor always 05-22-06 09:32 06-09-06 14:43
ferg  
ferg  
normal  
closed  
fixed  
none    
none 3.0.20  
0001135: gallery2
(rep by Alex Sharaz)

get the following error when attempting to run gallery2 using quercus
 
 
/usr/web/sharaz/gallery2/index.php:33: Warning: function 'dirname' has 0 required arguments, but 1 were provided [dirname] Fatal Error: '/bootstrap.inc' is not a valid path
 
Looking in index.php I can see
 
 
/*
 * This script will just redirect to main.php. But the Location header requires
 * an absolute url to conform with HTTP/1.1
 * (Include bootstrap.inc in case config.php overrides GALLERY_MAIN_PHP)
 */
require_once(dirname(__FILE__) . '/bootstrap.inc');
require_once(dirname(__FILE__) . '/modules/core/classes/GalleryUrlGenerator.clas
s');
 

Notes
(0001276)
ferg   
06-09-06 14:43   
php/3b23