hello, when I installed it is an error in the plugin "Flash Kimili Embed"
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'dfcg_add_to_options_menu' was given in C:\wamp\www\pano360\wp-includes\plugin.php on line 339
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'dfcg_add_metabox' was given in C:\wamp\www\pano360\wp-includes\plugin.php on line 339
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'dfcg_options_init' was given in C:\wamp\www\pano360\wp-includes\plugin.php on line 339
and it only works in jQuery.
to follow
8:08 pm February 3, 2010
Ade
Admin
posts 1140
2
Hi,
On which pages do you see these errors? The Kimili plugin page, or the DCG's or somewhere else?
Looking at the Kimili code used for generating the popup, I'm not yet decided whether the problem lies with Kimili or the DCG.
Anyway, here's a patch which will get around this problem.
Open up dynamic-gallery-plugin.php and replace this:
/* Admin – Register Settings as per new API */ // Function defined in dfcg-admin-core.php add_action('admin_init', 'dfcg_options_init' );
/* Admin – Adds Settings page */ // Function defined in dfcg-admin-core.php add_action('admin_menu', 'dfcg_add_to_options_menu');
/* Admin – Adds Metaboxes to Post/Page Editor */ // Function defined in dfcg-admin-metaboxes.php add_action('admin_menu', 'dfcg_add_metabox');
with this:
if( is_admin() ) { /* Admin – Register Settings as per new API */ // Function defined in dfcg-admin-core.php add_action('admin_init', 'dfcg_options_init' );
/* Admin – Adds Settings page */ // Function defined in dfcg-admin-core.php add_action('admin_menu', 'dfcg_add_to_options_menu');
/* Admin – Adds Metaboxes to Post/Page Editor */ // Function defined in dfcg-admin-metaboxes.php add_action('admin_menu', 'dfcg_add_metabox'); }
Please test and make sure the DCG options page works OK for you – and let me know how you get on. Thanks.
Post edited 11:16 pm – February 4, 2010 by L-DIGITAL-ACTION
Thank you very much I did a quick test it works I have no error and the options DCG post also works for the pages I'll see later. Now I see why I do not just switch to Mootools. I'm way jQuery since the beginning nothing to do with the change. I will inform you if I find out why.
Me voilà de retour après quelques jours de vacances.
Je disais donc, et cela va être plus facile en français, que quand le plugin « Flash Kimili Embed » était désactivé que je n’avais pas de problème pour que ton plugin fonctionne en mode « Mootools ».
Si je réactive le plugin « Flash Kimili Embed » je suis dans l’obligation de passé en mode « jQuery ».
Par contre en local, je n’ai pas de problème.
Je tes faits une donation pour te remercier d’avoir résolut mon 1er problème et également pour développé ton plugin.
A bientôt
Laurent
12:51 am February 18, 2010
Ade
Admin
posts 1140
11
Laurent,
Thanks for the donation. Much appreciated.
I will run some tests on my test server and let you know how I get on.
Developing plugins for the community represents a considerable investment of my time and energy. If you have found these plugins useful, please consider making a donation to help support future development. Your support will be much appreciated. Thank you!