• Parse error: syntax error, unexpected T_FUNCTION in /…/wp-content/plugins/active-directory-employee-list/active-directory-employee-list.php on line 65

    It’s the message that WP returns when I try to activate the extension.

    Hope you will find a solution because your extension is very promising, especially the search form for the visitor to just list few members and not the list of all members.

    Thanks

    https://www.ads-software.com/extend/plugins/active-directory-employee-list/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Curtiss Grymala

    (@cgrymala)

    I think this is a PHP compatibility issue. I’m working on a fix for the problem (in the meantime, if you want to try it yourself, you can simply replace line 65 with the code shown below); but I was made aware of another problem that probably needs to be fixed before you’ll be able to really use it.

    add_action( 'widgets_init', create_function( '', "register_widget( 'active_directory_employee_list_widget' );" ) );

    Thread Starter fondoeil

    (@fondoeil)

    Activation is ok ??
    I’ll test it next week-end.
    Thanks Curtiss

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Active Directory Employee Listing] Syntax error ?’ is closed to new replies.