• I instlled inline Gallery and went to activate it and I received this error message. What does this mean and can I correct it?

    Warning: include_once(/home/ddnttrn/public_html/blog/wp-content/plugins/inline-gallery/lib/JpgFile.php) [function.include-once]: failed to open stream: No such file or directory in/home/ddnttrn/public_html/blog/wp-content/plugins/inline-gallery/inline-gallery.php on line 13

    Warning: include_once() [function.include]: Failed opening ‘/home/ddnttrn/public_html/blog/wp-content/plugins/inline-gallery/lib/JpgFile.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/ddnttrn/public_html/blog/wp-content/plugins/inline-gallery/inline-gallery.php on line 13

    Warning: Cannot modify header information – headers already sent by (output started at /home/ddnttrn/public_html/blog/wp-content/plugins/inline-gallery/inline-gallery.php:13) in /home/ddnttrn/public_html/blog/wp-includes/pluggable.php on line 275

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    Seems pretty obvious, doesn’t it?

    Warning: include_once(/home/ddnttrn/public_html/blog/wp-content/plugins/inline-gallery/lib/JpgFile.php) [function.include-once]: failed to open stream: No such file or directory

    You’re missing a file. Specifically, it wants the /wp-content/plugins/inline-gallery/lib/JpgFile.php file. Make sure you put the inline-gallery plugin files in the correct places.

    Error messages are usually pretty straightforward. Solve them one at a time, starting with the first one.

    Thread Starter scubadiver

    (@scubadiver)

    I put it in the plug in file. I will double check it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘error message for plugin’ is closed to new replies.