Page 1 of 1

[solved]ImageGallery cmsms 1.5.4 don't work : solution

Posted: Wed May 06, 2009 9:12 pm
by Jean le Chauve
plugins/function.ImageGallery.php
Line 47 :

Code: Select all

if( !is_dir($dir) || !is_readable($dir) ) return;
replace with

Code: Select all

if( !is_dir($picFolder) || !is_readable($picFolder) ) return;

Re: [solved]ImageGallery cmsms 1.5.4 don't work : solution

Posted: Fri Jun 12, 2009 11:18 am
by mev
Great Jean! This one finally really worked
Hope this error is repaired in the next upgrade of CMS-MS !

Willemijn