Well I've installed the random block according to the instructions, and I get this error.
Fatal error: Failed opening required 'modules/My_eGallery//init.php' (include_path='.:/php/includes:/usr/share/php') in /home/***/****/***/home/continuum/public_html/modules/My_eGallery/pnblocks/gallery_random.php on line 81
I'm using postnuke 0.7.1 and the latest version of gallery
Posts: 2
No one else has ever had this problem? Ever?
Posts: 3474
In the random file, right above the line where it says something like
include($GALLERY_BASEDIR . "init.php");
Put this line:
$GALLERY_BASEDIR = "/home/***/****/***/home/continuum/public_html/";
(filling in your own path of course)
-Beckett (
)