• Resolved rememberme

    (@rememberme)


    After updating wordpress to version 4.2 the Users Extended List is no longer displayed. The following warning appears:

    Warning: array_merge(): Argument #1 is not an array in /wp/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php on line 1354

    Lines in cimy_uef_admin.php:

    $args = array_merge($this->old_args, array('number' => $users_per_page, 'offset' => ($paged-1) * $users_per_page, 'include' => $include, 'exclude' => $exclude,));

    Visible for
    – Cimy User Extra Fields Version 2.6.4
    – PHP 5.4.38
    – MySQL 5.5.40

    How can it be solved?

    https://www.ads-software.com/plugins/cimy-user-extra-fields/

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘User list is not displayed – Warning array_merge’ is closed to new replies.