- Posts: 2
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- Simple Image Gallery
- [Solved] {gallery}gallery-name{/gallery} question
[Solved] {gallery}gallery-name{/gallery} question
- johnA
-
Topic Author
- Offline
- New Member
Less
More
12 years 9 months ago - 12 years 9 months ago #49628
by johnA
[Solved] {gallery}gallery-name{/gallery} question was created by johnA
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
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
Please Log in or Create an account to join the conversation.
- johnA
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 2
12 years 9 months ago #49629
by johnA
Replied by johnA on topic Re: {gallery}gallery-name{/gallery} question
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 forum.joomlaworks.net/profile/?area=showposts;u=64014 for the details.
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 forum.joomlaworks.net/profile/?area=showposts;u=64014 for the details.
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- Simple Image Gallery
- [Solved] {gallery}gallery-name{/gallery} question