Keyword

Plugin not working. Warning: opendir(/******** blah Can any body help

  • ANdrew
  • ANdrew's Avatar Topic Author
  • Offline
  • New Member
More
16 years 9 months ago #15197 by ANdrew
hi all, great plugin I have tested on J1.x works sweet.

Tried it on a J1.5.3 site and I get the follwing error when trying to add a gallery to an article.

Warning: opendir(********site/images/stories/myphotos) [function.opendir]: failed to open dir: No such file or directory in /*********/site/plugins/content/jwsig.php on line 100

can anybody point me in teh right direction as I would love to get this module working and get the Pro version.

Thanks

Please Log in or Create an account to join the conversation.

More
16 years 7 months ago #15198 by rogkmyers
I get the exact same error! I am running Joomla ver 1.5.6

Warning: opendir(/home/foo/bar/blah/joomla/images/stories/gallery1) [function.opendir]: failed to open dir: No such file or directory in /home/foo/bar/blah/joomla/plugins/content/jwsig.php on line 100

Can anyone help me?

Regards

Roger

Please Log in or Create an account to join the conversation.

More
16 years 7 months ago #15199 by elcacho
Exactly the same problem, but there doesnt seem to be much service at this forum.. >:(

Please Log in or Create an account to join the conversation.

More
16 years 7 months ago #15200 by elcacho
I solved it: put the myphotos album in: /public_html/images/stories/myphotos and make sure that it is written without caps: myphotos and also the extension .jpg and .JPG

Please Log in or Create an account to join the conversation.

More
16 years 7 months ago #15201 by JoomlaWorks
Check the settings inside the plugin parameters and also check if the path you add is corrent.

If the master image folder is images/stories/ for example (in the plugin params) and you wanna display a gallery located in images/stories/travel/paris/ then you input {gallery}travel/paris{/gallery}.

Simple ;)

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
16 years 7 months ago #15202 by maurocam
Hi,

Could you pls clarify what are the required folder permissions?

Also, in the free SIG Plugin, there isn't the ability to set the master image folder as a parameter. But surely that must be configurable?

Thanks

Please Log in or Create an account to join the conversation.

More
16 years 6 months ago #15203 by Joe Romeo
Hello all, I have placed the folder myphotos in /public_html/images/stories/,  however am still getting the error: 


Warning: opendir(/****/****/public_html/images/stories/venice.jpg) [function.opendir]: failed to open dir: Not a directory in /****/****/public_html/plugins/content/jwsig.php on line 100


This worked for elcacho but not for me unfortunately.  Any other common or known problems that contribute to this error?  Is it a permissions thing?  Need to get this tested before I buy the Pro version.  Thanks very much!

Please Log in or Create an account to join the conversation.

More
16 years 6 months ago #15204 by newguy
It doesn't make sense to me to configure the plugin parameters to open a fixed location for images. What about instances when you want to have different galleries appearing in different articles?

This can't be the solution. I will try the creating the myphoto location (as suggested previously) in the stories folder. I suspect if works, then the pro version will allow you to create multiple galleries without the name restriction (i.e. myphoto).

Please Log in or Create an account to join the conversation.

More
16 years 6 months ago #15205 by newguy

I solved it: put the myphotos album in: /public_html/images/stories/myphotos and make sure that it is written without caps: myphotos and also the extension .jpg and .JPG


Ok. I've managed to get the plugin to work. However, I now have the issue of thumbnails that are not begin displayed. Will revert to the forum for this.

My conclusion is that the folder containing the images should be placed in the 'stories' folder. It does not have to be called 'myphotos'. However, I have read posts where users continue to receive the error despite having done this. So this is apparently not the panacea.  :(

Please Log in or Create an account to join the conversation.

More
16 years 3 months ago #15206 by Jay Shoemaker
I too am experiencing the same issue. I changed my paths to lowercase but it didn't solve the problem.

It seems to me like it's a problem with the site path. It should never call up "home/site_name/public_html/..." should it??? It should be "http://www.site_name.com/images"...

Tell me if I'm wrong but I can't get it to work. I get the same error others have gotten on this thread.

Jay

Please Log in or Create an account to join the conversation.

More
16 years 3 months ago #15207 by foodin65
I am also experiencing the same issue. Any help would be appreciated.

Warning: opendir(/home/nlight/public_html/foreskin/images/stories/<span style="color: #000000; font-family: 'Lucida Grande'; font-size: 10px; font-weight: normal; white-space: pre; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px" class="Apple-style-span">chucksjourney</span>) [function.opendir]: failed to open dir: No such file or directory in /****/****/public_html/****/plugins/content/jwsig.php on line 100

Warning: preg_replace() [function.preg-replace]: Unknown modifier '0' in /****/****/public_html/****/plugins/content/jwsig.php on line 131

Please Log in or Create an account to join the conversation.

More
16 years 2 months ago #15208 by djoni
I am getting the same error.
In media manager I created the specified folder: images/stories/ekayastudios
Uploaded the images into the folder...but it doesn't work.
Still get this error:
Warning: opendir(/home/u3/ekaya/html/images/stories/ekayastudios) [function.opendir]: failed to open dir: No such file or directory in /home/u3/ekaya/html/mambots/content/plugin_jw_sig.php on line 46

Maybe the path is not right?
Can anyone please help?

kind regards

joni

Please Log in or Create an account to join the conversation.

More
16 years 2 months ago #15209 by GaloreCrew
I had the same problem working on my local machine which is a windows box - the problem was that the pathing is wrong in windows:

My solution (line 50 of the plugin):

$rootfolder = '\images\stories\\'; (for windows)

Proper solution for localhost (Windows) & Live (Linux):

if($_SERVER=='localhost'){
  $rootfolder = '\images\stories\\';
}

Please Log in or Create an account to join the conversation.

  • Evangelos Vlasopoulos
  • Evangelos Vlasopoulos's Avatar
  • Offline
  • New Member
More
16 years 2 weeks ago #15210 by Evangelos Vlasopoulos
I had the same problem when I was copying and pasting the code {gallery}somefolder{/gallery}.

When I typed it instead of pasting the code it worked finaly! Hope this will help someone, I signed up just to give this solution so I hope it will help.

Have a good day!

Please Log in or Create an account to join the conversation.

More
15 years 11 months ago #15211 by supra

I had the same problem when I was copying and pasting the code {gallery}somefolder{/gallery}.

When I typed it instead of pasting the code it worked finaly! Hope this will help someone, I signed up just to give this solution so I hope it will help.

Have a good day!


Exactly. DONT copy and pasting! Thanx elislasop ;)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum