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

    (@johnathan-miller)

    I turned on error reporting and this line outputs:
    Fatal error: Call to undefined function add_action() in /.../wp-admin/includes/dashboard.php on line 1165

    …which is the wp_dashboard_quota function.

    —MORE DETAILS—
    WordPress version: 4.1.1
    PHP: 5.3.28

    Thread Starter Johnathan Miller

    (@johnathan-miller)

    bump!

    remove that line and see what happens..copy and paste it back if messing anything up.

    Its on line 1165 @ wp-admin/includes/dashboard.php

    If that doesn’t work put this in its place

    add_action( ‘activity_box_end’, ‘wp_dashboard_quota’ );

    If that doesn’t work just replace with original code and come back

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

The topic ‘User login – Unable to Authenticate’ is closed to new replies.