• Resolved chrisherbert

    (@chrisherbert)


    I’m getting the following error when I try to view the “Users” menu in the WordPress dashboard with wp-members installed:

    PHP Fatal error: require(): Cannot redeclare class wp_users_list_table

    Curiously this only happens on one of the servers – the exact same installation works just fine on my local machine and on a testing server. What could be causing this to happen?

    http://wordpress.org/extend/plugins/wp-members/

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

    (@chrisherbert)

    I think I figured it out. Disabling APC in .htaccess seems to have fixed it:

    php_flag apc.cache_by_default Off

Viewing 1 replies (of 1 total)
  • The topic ‘Error – Cannot Redeclare Class wp_users_list_table’ is closed to new replies.