Page 1 of 1

Re: GalleryS

Posted: Wed Sep 14, 2005 7:24 am
by kishman155
try to replace
line 167
required '../home/c/h/chaseview/public_html/modules/galleryS/singapore/includes/singapore.class.php'
with
this

Code: Select all

require_once dirname(__FILE__).'/singapore/includes/singapore.class.php';
mfg
Kris

Re: GalleryS

Posted: Wed Sep 14, 2005 8:25 am
by kishman155
try to replace
line 167
require_once dirname(__FILE__).'/singapore/includes/singapore.class.php';
with
this
Code:
require_once dirname(__FILE__).'/includes/singapore.class.php';

mfg
Kris

Re: GalleryS

Posted: Mon May 08, 2006 7:27 pm
by climberusa
I'm getting the same error. Just installed the gallery.
{/nocache:ae2f61ea21fffc3912faa16772eedc6b#7} {nocache:ae2f61ea21fffc3912faa16772eedc6b#8}
Warning: singapore(../../../../home/.fermi/bbncnet/bbnc.net/admin/modules/galleryS/singapore/includes/translator.class.php): failed to open stream: No such file or directory in /home/.fermi/bbncnet/bbnc.net/admin/modules/galleryS/singapore/includes/singapore.class.php on line 75

Fatal error: singapore(): Failed opening required '../../../../home/.fermi/bbncnet/bbnc.net/admin/modules/galleryS/singapore/includes/translator.class.php' (include_path='.:/usr/local/lib/php') in /home/.fermi/bbncnet/bbnc.net/admin/modules/galleryS/singapore/includes/singapore.class.php on line 75
Does anybody have a fix for this?

Re: GalleryS

Posted: Sun May 21, 2006 8:27 pm
by magicpio
I had troubles accessing Singapore galleries because path names were too long.

For me setting a short symbolic link in cmcmadesimple to the root of the gallery worked.

Re: GalleryS

Posted: Tue May 23, 2006 7:14 pm
by sparky
magicpio wrote: I had troubles accessing Singapore galleries because path names were too long.

For me setting a short symbolic link in cmcmadesimple to the root of the gallery worked.
I had the same problem with too long pathnames. What do you mean with symbolic link to the root of the gallery? It would be just great if you could give me some more details.

Re: GalleryS

Posted: Thu May 25, 2006 6:01 pm
by magicpio
Hello Sparky,

see this thread in the Singapore Gallery forum:
http://www.sgal.org/forum/viewtopic.php?id=1094

I´m talking about a Linux install here.


I´ve also used a symlink to run the CMSMS tag "random_image" to cope with long path names.
See this thread.
http://forum.cmsmadesimple.org/index.ph ... 980.0.html


If you need more details, let me now.

Pio

Re: GalleryS

Posted: Thu May 25, 2006 9:48 pm
by sparky
Hello Pio

Thanks for that. I will try in the next few days.