Hi,
I have searched posts for similar issues but none of the solutions have worked for me.
I have SIG installed on Joomla 1.0 (I was careful to download the J 1.0 version of the plugin).
On IE it shows Xs and on FF empty icons (click
lavishcreation.com/cms/index.php?option=com_content&task=view&id=12&Itemid=1
). When I click the icons the image lightbox shows up nicely. Only the thumbnails fail to show.
I have done this:
- changed file permissions on the showthumb.php file as well as its folder (used 755 as well as 777). This did not work.
- checked on the image filenames. Mine are in the format: item-001.jpg. I removed the hyphen but the issue persists.
I have no other plugins installed; nothing with jquery to cause a conflict. No 3rd party modules, etc.
Would appreciate help to rectify this. Thanks in advance.
gs
*** SOLUTION THAT WORKED FOR ME:
It was a permission issue for me. This is what my working permissions are:
/cms/mambots: 755
/cms/mambots/contents: 755
/cms/mambots/contents/plugin_jw_sig: 755
/cms/mambots/contents/plugin_jw_sig/showthumb.php: 644
/cms/images/stories/accessories: 755
/cms/images/stories/accessories/<images>: 644
My setting for /cms/mambots/contents/plugin_jw_sig/showthumb.php was 755 (thot this is what the info stated?). But 644 worked.