factor1
Member
Posted 5 months ago #
First off -
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'optionsframework_custom_scripts' not found or invalid function name in /home/factor1/public_html/proofs/jobpuck/wp-includes/plugin.php on line 405
on the themes.php?page=options-framework
Second.
No matter what i do, nothing saves. Even loading in the options checker, nothing saves. All menus, radios or input fields default on save.
Any ideas?
http://wordpress.org/extend/plugins/options-framework/
MadtownLems
Member
Posted 5 months ago #
It all works fine for me on 3.2.1 and 3.3 - are you using the most updated version?
factor1
Member
Posted 5 months ago #
WP 3.3 & 3.2. OF version 0.9.
Un-installed, re-installed, deleted, reverted to options tester to eliminate any possible code / typos on my end.
factor1
Member
Posted 5 months ago #
Where is this data stored in the DB? just wondering so i can dig for it there.
You may not have the option name set correctly. Try defining one specifically in the optionsframework_name function at the top of options.php.
Options are saved in the database in the options table. One will be under "optionsframework", which stores the current theme being used and a couple other items. But your theme options will be stored under whatever you have set at the theme name in that optionsframework_name.