Hi,
I downloaded and installed the featured content gallery and am getting the following errors:
Warning: include(/home/ruthie02/public_html//wp-content/plugins/featured-content-gallery/gallery.php) [function.include]: failed to open stream: No such file or directory in /home/ruthie02/public_html/wp-content/plugins/featured-gallery-widget/featured-gallery-widget.php on line 61
Warning: include() [function.include]: Failed opening '/home/ruthie02/public_html//wp-content/plugins/featured-content-gallery/gallery.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ruthie02/public_html/wp-content/plugins/featured-gallery-widget/featured-gallery-widget.php on line 61
I am a new Wordpress user and I have no idea of what is going on.
Any help you can provide me?
Thanks.
Fail to open stream error
11 posts • Page 1 of 2 • 1, 2
Re: Fail to open stream error
in that error it talks about widget..we do not have any fcg widget. please redownload plugin from our site
Yelena Khamidullina
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
-

admin - Site Admin
- Posts: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Fail to open stream error
I redownloaded the plugin and was able to install it succesfully.
Now, I don't get any errors but I just get a black screen with a bar rolling. I added an articleimg custom field to four posts. The value of the field is a particular image URL. I entered the post names in the select here to use individual post or page IDs area. I am entering the post names as they appear in the URL.
The URL for my site is www.tanamatales.com.
I am doing something wrong?
Thanks.
Now, I don't get any errors but I just get a black screen with a bar rolling. I added an articleimg custom field to four posts. The value of the field is a particular image URL. I entered the post names in the select here to use individual post or page IDs area. I am entering the post names as they appear in the URL.
The URL for my site is www.tanamatales.com.
I am doing something wrong?
Thanks.
- ruthie002
- Posts: 6
- Joined: Mon Jan 03, 2011 2:05 pm
Re: Fail to open stream error
give me screeshot of your fcg options page
Yelena Khamidullina
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
-

admin - Site Admin
- Posts: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Fail to open stream error
Here it is. I uploaded two JPEGs containing the shots since I was not able to paste the shots directly in here..
Thanks.
Thanks.
- Attachments
-
- FCG2.jpg (137.69 KiB) Viewed 378 times
-
- FCG1.jpg (135.43 KiB) Viewed 378 times
- ruthie002
- Posts: 6
- Joined: Mon Jan 03, 2011 2:05 pm
Re: Fail to open stream error
I just realized that you genesis theme, in place you put gallery call, do it like this
- Code: Select all
<?php global $post; include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
Yelena Khamidullina
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
-

admin - Site Admin
- Posts: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Fail to open stream error
If I add the code you sent me instead of what I had, I get something similar to the original error.
Here it is:
Warning: include(/home/ruthie02/public_html//wp-content/plugins/featured-content- gallery/gallery.php) [function.include]: failed to open stream: No such file or directory in /home/ruthie02/public_html/wp-content/themes/church/home.php on line 14
Warning: include() [function.include]: Failed opening '/home/ruthie02/public_html//wp-content/plugins/featured-content- gallery/gallery.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ruthie02/public_html/wp-content/themes/church/home.php on line 14
Here it is:
Warning: include(/home/ruthie02/public_html//wp-content/plugins/featured-content- gallery/gallery.php) [function.include]: failed to open stream: No such file or directory in /home/ruthie02/public_html/wp-content/themes/church/home.php on line 14
Warning: include() [function.include]: Failed opening '/home/ruthie02/public_html//wp-content/plugins/featured-content- gallery/gallery.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ruthie02/public_html/wp-content/themes/church/home.php on line 14
- ruthie002
- Posts: 6
- Joined: Mon Jan 03, 2011 2:05 pm
Re: Fail to open stream error
I forgot to mention that I added the code inside home.php. I don't know if I added it in the correct place.
Thanks.
Thanks.
- ruthie002
- Posts: 6
- Joined: Mon Jan 03, 2011 2:05 pm
Re: Fail to open stream error
featured-content- gallery/gallery.php
look at this error closely...you have a space in this content- gallery, you have space in gallery call, remove it
look at this error closely...you have a space in this content- gallery, you have space in gallery call, remove it
Yelena Khamidullina
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
-

admin - Site Admin
- Posts: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Fail to open stream error
Yelena,
I had the FCG finally working and then I added some Facebook code and it stopped working.
I added the some code provided by Facebook in one text widget and then put the widget on the primary sidebar. When I looked at the page the FCG was not working. The post title and summary appear but not the image. I added the following code:
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like-box href="http://www.facebook.com/platform" width="292" show_faces="true" stream="false" header="true"></fb:like-box>
After seeing the FCG fail, I removed the widget (or the facebook code) but the images are still not appearing.
My URL is www.tanamatales.com
Any solution?
Thanks,
Ruth
I had the FCG finally working and then I added some Facebook code and it stopped working.
I added the some code provided by Facebook in one text widget and then put the widget on the primary sidebar. When I looked at the page the FCG was not working. The post title and summary appear but not the image. I added the following code:
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like-box href="http://www.facebook.com/platform" width="292" show_faces="true" stream="false" header="true"></fb:like-box>
After seeing the FCG fail, I removed the widget (or the facebook code) but the images are still not appearing.
My URL is www.tanamatales.com
Any solution?
Thanks,
Ruth
- ruthie002
- Posts: 6
- Joined: Mon Jan 03, 2011 2:05 pm
11 posts • Page 1 of 2 • 1, 2
Return to Development, Improvement, and Conflicts
Who is online
Users browsing this forum: No registered users and 0 guests









