My products are free. If you use them why not donate something ?
SOLVED Problems with JoomGallerySearch Plugin: Line 92
If you install and activate the Joomgallerysearch plugin (the version until November 21, 2009) it will show the following warning
Warning: Missing argument 6 for joominterface::getPictureLink(), called in /home/****/plugins/search/joomgallery.searchbot.php on line 92 and defined in /home/***/components/com_joomgallery/classes/interface.class.php on line 1174
which means that there is a mistake on line 92 of joomgallery.searchbot.php (the argument $row->catid is missing). If you are not experienced with PHP/FTP/SSH etc do the following in your local computer before you install the plugin. Just unzip the plugin on you local PC, go to line 92 of joomgallery.searchbot.php and do the following:
Replace line 92 of the mentioned file with
$row->href = $interface->getPictureLink($row->picid, $row->catpath, $row->catid, $row->imgfilename, $row->imgtitle, $row->imgtext);
The Academic Site of Velonis I. Petros


Comments