Page 1 of 1

Simple Image Gallery 3.0

Posted: Thu Jun 27, 2013 9:32 pm
by amnikolaou
Hi, I installed the Simple Image Gallery 3.0 and the following error apperars when I view my article in the frontend

SCREAM: Error suppression ignored for
( ! ) Notice: Undefined variable: defaultImagePath in C:\wamp\www\joomla25\plugins\content\jw_sig\jw_sig.php on line 129
Call Stack
# Time Memory Function Location
1 0.0010 383176 {main}( ) ..\index.php:0
2 0.1790 7169184 JSite->dispatch( ) ..\index.php:42
3 0.1930 7544848 JComponentHelper::renderComponent( ) ..\application.php:197
4 0.2031 7566864 JComponentHelper::executeComponent( ) ..\helper.php:351
5 0.2039 7613552 require_once( 'C:\wamp\www\joomla25\components\com_content\content.php' ) ..\helper.php:383
6 0.2137 8061000 JController->execute( ) ..\content.php:16
7 0.2137 8061048 ContentController->display( ) ..\controller.php:761
8 0.2293 8931104 JController->display( ) ..\controller.php:74
9 0.2436 9694456 ContentViewArticle->display( ) ..\controller.php:722
10 0.2949 10633112 JDispatcher->trigger( ) ..\view.html.php:123
11 0.2961 10633808 JEvent->update( ) ..\dispatcher.php:161
12 0.2961 10634328 call_user_func_array ( ) ..\event.php:71
13 0.2961 10634352 plgContentJw_sig->onContentPrepare( ) ..\event.php:71
14 0.2961 10634384 plgContentJw_sig->renderSimpleImageGallery( ) ..\jw_sig.php:44

How can I fix it?

Re: Simple Image Gallery 3.0

Posted: Fri Jun 28, 2013 1:42 pm
by jhdesign
Note the error "Undefined variable: defaultImagePath"

Did you set the image path in the plugin parameters?

Re: Simple Image Gallery 3.0

Posted: Fri Jun 28, 2013 8:40 pm
by amnikolaou
Yes I did . I set the Root folder for image galleries->images/stories. The specified folder exists.

If I can't solve it, is there any other suggestion for a free plug-in that creates thumbnails?

Re: Simple Image Gallery 3.0

Posted: Fri Jun 28, 2013 8:47 pm
by jhdesign

Re: Simple Image Gallery 3.0

Posted: Sun Jun 30, 2013 2:02 pm
by amnikolaou
Thanks . I solved my problem with another component.

Re: Simple Image Gallery 3.0

Posted: Sun Jun 30, 2013 9:32 pm
by summerrose
thanks for sharing...

Re: Simple Image Gallery 3.0

Posted: Mon Jul 01, 2013 10:06 pm
by jhdesign
amnikolaou wrote:Thanks . I solved my problem with another component.
Which component? The information may be helpful for other users.

Re: Simple Image Gallery 3.0

Posted: Fri Sep 27, 2013 1:46 pm
by amnikolaou
The new component I tried is Admiror Gallery and it works fine for me.

Re: Simple Image Gallery 3.0

Posted: Tue Feb 25, 2014 11:30 am
by angi76
there is an error at line 129. I did not understand what it was but I solved by commenting the line and by inserting a previous line in which I specify the path in order to avoid the error.
I write here the two lines as I did in the file:

$galleries_rootfolder = 'images';
//$galleries_rootfolder = ($params->get('galleries_rootfolder')) ? $params->get('galleries_rootfolder') : $pluginParams->get('galleries_rootfolder', $defaultImagePath);

those who want to use this plugin can do so and if anyone understands the error on line 129 and solves it, is better!