Hello,
I am developing a theme that includes an options page.
When I activate the theme, the following error comes up above the dashboard:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'mytheme_add_admin' was given in /home/themedir/public_html/wptest/wp-includes/plugin.php on line 339
The theme works on the localhost server I created it on, but as soon as I upload to another wordpress installation, it breaks down.
Any advice is much appreciated!