Support » Themes and Templates » WP 3.4 in debug mode working only with Twenty10

  • I always use debug mode on when a new version of WP come out and/or I have a theme or plugin new to test.
    Unfortunately WP 3.4 will not work at all in debug mode unless you use the standard themes (i do not know why keep 2 of them, Twenty11 is ugly, i’d keep only beautiful 2010.)
    example of errors follows, nobody notices them?
    They crash the system, I really do not understand why it was not even considered a bug.
    Total crash is not enough?????

    example of output:
    Notice: add_custom_image_header is deprecated since version 3.4! Use add_theme_support( ‘custom-header’, $args ) instead. in /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-includes/functions.php on line 2705

    Notice: add_custom_background is deprecated since version 3.4! Use add_theme_support( ‘custom-background’, $args ) instead. in /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-includes/functions.php on line 2705

    Warning: Cannot modify header information – headers already sent by (output started at /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-includes/functions.php:2705) in /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-login.php on line 353

    Warning: Cannot modify header information – headers already sent by (output started at /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-includes/functions.php:2705) in /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-login.php on line 365

    Warning: Cannot modify header information – headers already sent by (output started at /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-includes/functions.php:2705) in /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-login.php on line 367

    Warning: Cannot modify header information – headers already sent by (output started at /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-includes/functions.php:2705) in /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-includes/pluggable.php on line 697

    Warning: Cannot modify header information – headers already sent by (output started at /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-includes/functions.php:2705) in /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-includes/pluggable.php on line 698

    Warning: Cannot modify header information – headers already sent by (output started at /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-includes/functions.php:2705) in /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-includes/pluggable.php on line 699

    Warning: Cannot modify header information – headers already sent by (output started at /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-includes/functions.php:2705) in /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-includes/pluggable.php on line 700

    Warning: Cannot modify header information – headers already sent by (output started at /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-includes/functions.php:2705) in /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-includes/pluggable.php on line 701

    Warning: Cannot modify header information – headers already sent by (output started at /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-includes/functions.php:2705) in /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-includes/pluggable.php on line 702

    Warning: Cannot modify header information – headers already sent /htdocs/wordpress/wp-includes/pluggable.php on line 705

    Warning: Cannot modify header information – headers already sent /htdocs/wordpress/wp-includes/pluggable.php on line 706

    Warning: Cannot modify header information – headers already sent /htdocs/wordpress/wp-includes/pluggable.php on line 707

    Warning: Cannot modify header information – headers already sent /htdocs/wordpress/wp-includes/pluggable.php on line 708

    Warning: Cannot modify header information – headers already sent /htdocs/wordpress/wp-includes/pluggable.php on line 711

    Warning: Cannot modify header information – headers already sent /htdocs/wordpress/wp-includes/pluggable.php on line 712

    Warning: Cannot modify header information – headers already sent /htdocs/wordpress/wp-includes/pluggable.php on line 713

    Warning: Cannot modify header information – headers already sent /htdocs/wordpress/wp-includes/pluggable.php on line 714

    Warning: Cannot modify header information – headers already sent /htdocs/wordpress/wp-includes/pluggable.php on line 881

Viewing 2 replies - 1 through 2 (of 2 total)
  • You just need to do what it says in the error – “add_custom_image_header is deprecated since version 3.4! Use add_theme_support( ‘custom-header’, $args ) instead”

    Fix this and the rest of the errors should disappear

    Thread Starter maurizio04

    (@maurizio04)

    New version did that and fixed it.
    But it will crash on debug mode the first time you save settings (very common situation, dev should reset all variables…).
    And some thing are not working…
    And in IE nothing is displayed nicely, but it should work with Opera that nobody use….
    Need to find another similar theme, i’m getting annoyed…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP 3.4 in debug mode working only with Twenty10’ is closed to new replies.