Fatal error: Call to undefined function optionsframework_option_name() in /home/xtraordi/public_html/wp-content/plugins/options-framework/options-framework.php on line 107
error came up on a MU site after activate
Fatal error: Call to undefined function optionsframework_option_name() in /home/xtraordi/public_html/wp-content/plugins/options-framework/options-framework.php on line 107
error came up on a MU site after activate
I haven't been able to re-create the and haven't had anyone else report it.
1) Is this still an issue for you?
2) What version of WordPress are you using?
3) Does it happen every time you try to enable the plugin, or just on the initial load?
I added the functions.php data to my theme's function. php and added the admin folder and I am getting the same error.
PHP Fatal error: Call to undefined function optionsframework_option_name() in /opt/local/www/wordpress/wp-content/themes/img/admin/options-framework.php on line 95
The code there is:
optionsframework_option_name();
Never mind. I forgot to add options.php to the theme root.
This topic has been closed to new replies.