JoomlaWorks Community Forum

LOGIN
Welcome to the JoomlaWorks Community Forum | If you have a question, please search before posting!

Author Topic: [Solved] {gallery}gallery-name{/gallery} question   (Read 902 times)

Offline johnA

  • Newbie
  • *
  • Posts: 2
    • View Profile
[Solved] {gallery}gallery-name{/gallery} question
« on: July 17, 2012, 06:15:41 AM »
Hi - I have recenly inherited a Joomla site to  maintain. It has SIG installed. I setup a local copy on my test server so that I could implement a few changes the client wanted including changing the pages where the 2 galleries are to be displayed. All works fine on my dev/test system (Win7) and loaded the site to a new hosting provider.

The Host has PHP5.3.6 and I have checked the directories for 755 and 644.

The pages where the galleries are supposed to be just display the plugin code - eg: {gallery}lodge-gallery{/gallery}

AFAIK I have all the correct permissions. eg:
/cache 755
/cache/jw_simpleImageGallery 755   (and I checked this directory and it has many cache files in it)

/images is 755
/images/lodge-gallery is 755 and had the uploaded image files as does the second gallery directory

I have gone thru several posts in this forum as well as the PRO version forum but dont seem to be able to find a solution that matches my problem. Most likely a permissions issue somewhere else.

BTW: I am a Joomla Noobie - so please be gentle  :)

Incidently, I have attached an image showing what the PlugIn manager displays for SIG on the production site.

Also, on my Dev system I get lots of error messages along the lines of the following:
Strict Standards: Non-static method SimpleImageGalleryHelper::getTemplatePath() should not be called statically, assuming $this from incompatible context in C:\vhosts\www.ironstone2012\plugins\content\jw_simpleImageGallery\jw_simpleImageGallery.php on line 158 Strict Standards: Only variables should be assigned by reference in C:\vhosts\www.ironstone2012\plugins\content\jw_simpleImageGallery\jw_simpleImageGallery\includes\helper.php on line 255
« Last Edit: July 20, 2012, 12:35:18 PM by Katia »
Signatures appear only for members with more than 30 posts

Offline johnA

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: {gallery}gallery-name{/gallery} question
« Reply #1 on: July 20, 2012, 01:57:58 AM »
OK - I have now resolved the issue with the tags and I hope this helps anyone else who happens to experience this.

It is always a big help to search the site's error log - which in this case revealed that the cache folder for the SIG could not be written to. Why ? This folder was owned by theFTP user and Apache needed to write to it. So the folder owner was changed and bingo - it now works.   :-[

The other issue I had was caused by the Plugin calling a language file which did not exist.   :'(

See http://forum.joomlaworks.net/profile/?area=showposts;u=64014 for the details.   
Signatures appear only for members with more than 30 posts

Find this topic helpful? Why not share it with others?