Using on Joomla 1.7. Created the module and assigned it to Menu item News. On all news pages, the module shows up just fine but in the News blog mode, instead of pictures, there are black boxes. Also get the following error messages:
Warning: getimagesize(/images/thumbnails/images/stories/news2011/oct/101011/imagexxx-202x140.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /home/xxx/public_html/modules/mod_so_article_slider/assets/yt_so_article_slider.php on line 451
Warning: imagesx(): supplied argument is not a valid Image resource in /home/xxx/public_html/modules/mod_so_article_slider/assets/yt_so_article_slider.php on line 486
Warning: imagesy(): supplied argument is not a valid Image resource in /home/xxx/public_html/modules/mod_so_article_slider/assets/yt_so_article_slider.php on line 489
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/xxx/public_html/modules/mod_so_article_slider/assets/yt_so_article_slider.php on line 527
(xxx are the substitutes for file and folder names)
This error is repeated for all 10 images that I have configured in the backend.
Like I said, it works fine on article pages but only on blog page, it has this problem.
Please help.
Thanks.
PS - Permission of cache folder was 755. Changed it to 777 but that also doesn't help.