• Resolved mrpuyal

    (@mrpuyal)


    i recently install wp user frontend. after two days this warning message show in my dashboard. i uninstall that plugin still not solve my problem.

    Warning: Cannot modify header information – headers already sent by (output started at /home2/uozs1540/public_html/mrpuyal.com/wp-content/plugins/wp-user-frontend/includes/free/edit-user.php:201) in /home2/uozs1540/public_html/mrpuyal.com/wp-includes/functions.php on line 6029

    Warning: Cannot modify header information – headers already sent by (output started at /home2/uozs1540/public_html/mrpuyal.com/wp-content/plugins/wp-user-frontend/includes/free/edit-user.php:201) in /home2/uozs1540/public_html/mrpuyal.com/wp-admin/includes/misc.php on line 1252

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @mrpuyal
    Thanks for your reporting,

    I also tried to reproduce the issue on my local site with the latest edition of WPUF.
    But didn’t found this message.

    Would you please push this lines of code on your wp-config.php file

    // Disable WP_DEBUG mode
    define( 'WP_DEBUG', false );
    
    // Disable display of errors and warnings
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );

    I hope this will be helpful to you,
    However, if you still facing such an issue then please feel free to contact us.
    Cheers!

Viewing 1 replies (of 1 total)

The topic ‘Warning: Cannot modify header information’ is closed to new replies.