• Resolved dsg257

    (@dsg257)


    Installed and activated the plugin but get this Error

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘wp_tiny_mce_preload_dialogs’ was given in /home/a2494129/public_html/wp-includes/plugin.php on line 405

    If anyone can help me to fix this error

    Dont have a clue

    http://ww.wp.xz.cn/extend/plugins/wp-calendar/

Viewing 1 replies (of 1 total)
  • Thread Starter dsg257

    (@dsg257)

    jaiunblog
    fixed this in another post

    for wp3.2
    wp-content/plugins/wp-calendar/fsCalendarAdmin.php
    change this :
    add_action( ‘admin_print_footer_scripts’, ‘wp_tiny_mce_preload_dialogs’, 30 );
    to this :
    add_action( ‘admin_print_footer_scripts’, ‘wp_preload_dialogs’, 30 );

    and give me feedback (works for me)

    Thanks to him it now works

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP Calendar] installation error’ is closed to new replies.