Thread Starter
Rondi
(@rondi)
I would like to add–when I active the Featured Content Gallery Plugin, I receive a message in the template that reads:
Warning: include(/home/rondi/public_html//wp-content/plugins/content-gallery/gallery.php) [function.include]: failed to open stream: No such file or directory in /home/rondi/public_html/wp-content/themes/lifestyle_20/home.php on line 15
Warning: include() [function.include]: Failed opening ‘/home/rondi/public_html//wp-content/plugins/content-gallery/gallery.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/rondi/public_html/wp-content/themes/lifestyle_20/home.php on line 15
How can I fix this?
Since you appear to have it installed into your home directory, this path:
/home/rondi/public_html//wp-content/plugins/content-gallery/gallery.php
probably does not exist. I’m assuming line 15 of home.php might need to be changed to:
wp-content/plugins/content-gallery/gallery.php
It certainly appears to be a -path- issue of some sort.
Hope it helps.
-Jim
Thread Starter
Rondi
(@rondi)
Jim,
I cannot locate line 15 in the home.php that reads:
/home/rondi/public_html//wp-content/plugins/content-gallery/gallery.php
Thread Starter
Rondi
(@rondi)
Okay…figured it out after I watched the video. In the home.php, there was an extra code of the code below
<?php include (ABSPATH . ‘/wp-content/plugins/featured-content-gallery/gallery.php’); ?>
Once I deleted the extra code, the Warning message disappeared. Now, the slide will not work properly. It continues to be loading???