Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter yfz450mtk

    (@yfz450mtk)

    I was, I had to go into the control panel area of my webspace provider.

    From your file manager: Web Root (public_html/www)
    public_html/wp-content/plugins

    I had to delete the entire folder for the plugin that was causing the issue. For me I had just downloaded a plugin that was untested with the theme I was using… and it jacked up WP. Completely removing that plugin (for you probably the last one you downloaded) should fix it.

    Thread Starter yfz450mtk

    (@yfz450mtk)

    this line reads as follows:

    function current_user_can( $capability ) {
    $current_user = wp_get_current_user();

    if ( empty( $current_user ) )
    return false;

    I am getting the same error. I cannot get into any of the items in the network admin drop down. When I click something… this is what I get:

    Fatal error: Call to undefined function wp_get_current_user() in /home/washwo6/public_html/wp-includes/capabilities.php on line 1385

    Will not update… when I click update, same error message.

    I can’t get into plugins, themes… nothing. I can edit pages fine, but I can’t add plugins or anything else so I’m kind of stuck. The last plugin I added before the glitch was Traffic Stats. I recently deleted another site on the network also.

Viewing 3 replies - 1 through 3 (of 3 total)