Today I experienced a weird error when using “Simple Image Rotator” free edition out from the box. It appears and disappears in fast behind randomly displayed images:
It appears it has something to do with “line 157″. To solve the problem, open “mod_jw_sir.php” and on top of the page, such as after “$bannerfolder = $params->get(‘bannerfolder’,'images/banners/’);“, add
$img_dimensions = “”;
Reload the page and the error should disappear.
Another new thing learned.
Related posts:
- (Joomla) “Undefined variable: gd_support” in Simple Image Gallery? Try this.
- WordPress: “Text/Diff/Renderer/inline.php on line 17″ error
- More stylish and user friendly image viewer










2 responses so far ↓
1
Peter
// Dec 12, 2008 at 2:55 am
THANKS !!
2
artbruce
// Sep 18, 2009 at 9:02 am
try using single quotation marks if the above does not work at first
$img_dimensions = ”;
Leave a Comment