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

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Jean le Chauve

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

Post 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;
Last edited by Jean le Chauve on Thu May 07, 2009 9:47 pm, edited 1 time in total.
mev
Power Poster
Power Poster
Posts: 371
Joined: Wed Apr 25, 2007 5:00 pm

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

Post by mev »

Great Jean! This one finally really worked
Hope this error is repaired in the next upgrade of CMS-MS !

Willemijn
Post Reply

Return to “CMSMS Core”