• just installed people list, great plugin!

    however i noticed on the profile page there is an error message being displayed

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘wp_tiny_mce_preload_dialogs’ not found or invalid function name in C:\xampp\htdocs\testsite\wp-includes\plugin.php on line 405

    based on this ticket – https://core.trac.www.ads-software.com/ticket/18001
    a hook being used by the people list plugin got removed.

    workaround fix:
    1. Goto your plugin folder for people list
    2. Open people-lists.php
    3. Modify line 42 and 43 to

    add_action('admin_footer-user-edit.php', 'wp_preload_dialogs', 30 );
    add_action('admin_footer-profile.php', 'wp_preload_dialogs', 30 );

    this solved the problem for me

Viewing 5 replies - 1 through 5 (of 5 total)
  • thank You James, this removed warning.
    Anyway I cant save custom field. Field created, listed on profile, but are blanc after I click update.

    Plugin Contributor Enej Bajgori?

    (@enej)

    Hi I finally managed to update the plugin!
    Please download the 1.3.6 version.

    Cheers

    Thread Starter jamesgiang

    (@jamesgiang)

    thanks enejb – seems to be fixed now ??

    In my case added field anyway not saved. I’ll try to remove others plugins, that are affected in user profile, maybe some conflicts.

    Anyway, added field by People list plugin do not save value in user profile after I click update – are blanc. I have disabled other plugins.

    I don’t know, how to debug.
    But I see way to use other plugins to manage custom fields, like Dr.Register.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: People Lists] tiny mce hook error’ is closed to new replies.