• Getting this error after installation.

    Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/wp-redirect-mobile/wp-redirect-mobile.php:13) in /wp-includes/option.php on line 563

    Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/wp-redirect-mobile/wp-redirect-mobile.php:13) in /wp-includes/option.php on line 564

    http://wordpress.org/extend/plugins/wp-redirect-mobile/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Mohit Bumb

    (@mohitbumb)

    add ob_start() in first line of wp-redirect-mobile.php

    first line should look like this : <?php ob_start();

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Error message’ is closed to new replies.