• I’ve recently installed the FAlbum plugin (http://www.randombyte.net/blog/projects/falbum/) to display my photos from Flickr. Most of it is working fine, but when when I try to embed the FAlbum stuff in a WP template page, I get this error:

    Fatal error: Call to undefined function get_option() in /home/teresawa/public_html/chigard/wp-content/plugins/falbum/wp/FAlbum_WP.class.php on line 33

    You can see this here: http://www.chigarden.com/?page_id=130

    From some digging around I found that get_option() is a WordPress function, but I can’t figure out why it won’t work when all the other WP stuff on the page (get_header() for example) works fine?

    Is there any particular file I need to include or alter to get this to work?

Viewing 1 replies (of 1 total)
  • Yeah, I too have the same problem. Some of the users of my plugin mysteriously cannot use get_option (and they have WordPress 2.0 installations!) and when I tell them to use the deprecated get_settings instead, it seems to work!

Viewing 1 replies (of 1 total)
  • The topic ‘undefined function get_option problems’ is closed to new replies.