Problem with embedded gallery with more than 1500 fotos

copyman1

Joined: 2004-02-27
Posts: 9
Posted: Sun, 2004-10-17 21:12

Hi, I'm using Gallery 1.4.4-pl2, embedded in PostNuke. I have sub-almus and "sub-sub-albums with more than 1500 fotos.
Main album which only contain sub-albums, not pictures. I need to specify a particular album of sub-albums to pull images from.
Installed block with :

if (pnModAvailable('gallery')) 
         include("http://my_site/modules.php?op=modload&name=gallery&file=index&include=block-random.php"); 
 else 
         echo ' '; 

not working. The block is blank only displays block title.

I try and:

if (pnModAvailable('gallery')) 
         include("http:/www.my_site/modules.php?set_albumName=album20&op=modload&name=gallery&file=index&include=block-random.php"); 
 else 
         echo ' ';

and ... in brouser
http://www.windfellows.org/modules.php?set_albumName=album20&op=modload&name=gallery&file=index&include=block-random.php

return:

An error occured while loading http://www.windfellows.org/modules.php?set_albumName=album20&op=modload&name=gallery&file=index&include=block-random.php:

Connection to host www.windfellows.org is broken

in ../albums/... i not nave any created block-random.dat

any idea?

Thanks

Milen