wordpress plugin problem

Discussion in 'HTML & Website Design' started by TheLasTSamuRai, May 16, 2009.

  1. #1
    Hi
    i have installed featured content gallery for wordpress but keep getting this error
    Warning: include() [function.include]: Failed opening '0php’' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gossipm/public_html/wp-content/...
    HTML:
    i use this php statement in the template
    <?php include (ABSPATH . ‘/wp-content/plugins/content-gallery/gallery.php’); ?>
    Code (markup):
    any help?
    thanks
     
    TheLasTSamuRai, May 16, 2009 IP
  2. TheLasTSamuRai

    TheLasTSamuRai Active Member

    Messages:
    345
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #2
    I have installed another similar plugin but still getting the same error:confused:
     
    TheLasTSamuRai, May 16, 2009 IP
  3. KnuTz

    KnuTz Well-Known Member

    Messages:
    169
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    130
    Digital Goods:
    1
    #3
    try
    <?php include ('./wp-content/plugins/content-gallery/gallery.php'); ?>
    Code (markup):
     
    KnuTz, May 16, 2009 IP