• So i just managed to wrap my vbulletin forum inside the wordpress header and footer but i get this error when viewing it:

    Fatal error: Call to undefined function get_mystique_option() in /home/ihappyt1/public_hmtl/touchaholics.com/main/wp-content/themes/mystique/mystique/header.php on line 3

    what does this mean?

Viewing 1 replies (of 1 total)
  • PHP is looking for a function called “get_mystique_option”. I’ve never working with other themes than the ones I make, but I’d assume this function should be found within the theme’s functions file.

    Alternatively, you could remove the call from your header. I’m not sure what it’s used for or how important it is to the theme’s function.

    Look for something like this:

    <?php get_mystique_option() ?>

Viewing 1 replies (of 1 total)

The topic ‘fatal error: call to undefined function’ is closed to new replies.