Skip to:
Content
Pages
Categories
Search
Top
Bottom

Function include error

  • Hey,

    I changed this line in my theme:

    <p><?php _e(‘Allowed markup:’); ?> <?php allowed_markup(); ?>.
    <?php _e(‘You can also put code in between backtick ([…] ) characters.’); ?></p>

    to this line

    <p><?php _e(‘Allowed markup:’); ?><?php allowed_markup(); ?>`. <?php _e(‘ ‘); ?></p>

    And then I got this error on the forum:

    Warning: include() [function.include]: Failed opening ” for inclusion (include_path=’.:/usr/share/php:/usr/share/pear’) in /domains/lijstblanco.nl/DEFAULT/bbpress/bb-includes/functions.bb-template.php on line 45

    So I changed it back, but the error remains!

    Any idea what to do now?

Viewing 2 replies - 1 through 2 (of 2 total)
  • oh, and because of the code I am using to explain what my problem is, my message on this board get’s all messed up…

    sorry ’bout that…

    ah, got it. It was because I renamed the folder of my template.

    Is there a way I can rename that folder without having this error?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar