Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gdekadt

    (@gdekadt)

    Yup that did it…
    Add “, get_the_ID() to “functions.php line 563
    if( !current_user_can( 'edit_post' ) ) return;
    now:
    if( !current_user_can( 'edit_post', get_the_ID() ) ) return;

    Thread Starter gdekadt

    (@gdekadt)

    Similar bug – now on a production server when editing user details…

    Notice: Undefined index: showemail in [theme]functions.php on line 471

    Warning: Cannot modify header information – headers already sent by (output started at [theme]/functions.php:471) in [public_html]/wp-includes/pluggable.php on line 1173

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

The topic ‘Localhost dev error’ is closed to new replies.