Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    Open up your wp-config.php file and change the line:

    define( 'WP_DEBUG', false );

    to

    define( 'WP_DEBUG', true );

    and see if there is an error being displayed.

    Thread Starter IndraWP

    (@indrawp)

    This is being showed whenever I access my /login page

    Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /home/u239002844/public_html/wp-includes/functions.php on line 2925
    
    Notice: get_theme_data is deprecated since version 3.4! Use wp_get_theme() instead. in /home/u239002844/public_html/wp-includes/functions.php on line 2839
    
    Notice: get_theme_data is deprecated since version 3.4! Use wp_get_theme() instead. in /home/u239002844/public_html/wp-includes/functions.php on line 2839
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/u239002844/public_html/wp-includes/functions.php:2925) in /home/u239002844/public_html/wp-content/plugins/si-contact-form/wp-session/class-wp-session.php on line 92
    
    Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /home/u239002844/public_html/wp-includes/functions.php on line 2839
    
    Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /home/u239002844/public_html/wp-includes/functions.php on line 2839
    
    Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /home/u239002844/public_html/wp-includes/functions.php on line 2839
    
    Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /home/u239002844/public_html/wp-includes/functions.php on line 2839
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/u239002844/public_html/wp-includes/functions.php:2925) in /home/u239002844/public_html/wp-includes/pluggable.php on line 876

    And this one from wp-login.php page

    Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /home/u239002844/public_html/wp-includes/functions.php on line 2925
    
    Notice: get_theme_data is deprecated since version 3.4! Use wp_get_theme() instead. in /home/u239002844/public_html/wp-includes/functions.php on line 2839
    
    Notice: get_theme_data is deprecated since version 3.4! Use wp_get_theme() instead. in /home/u239002844/public_html/wp-includes/functions.php on line 2839
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/u239002844/public_html/wp-includes/functions.php:2925) in /home/u239002844/public_html/wp-content/plugins/si-contact-form/wp-session/class-wp-session.php on line 92
    
    Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /home/u239002844/public_html/wp-includes/functions.php on line 2839
    
    Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /home/u239002844/public_html/wp-includes/functions.php on line 2839
    
    Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /home/u239002844/public_html/wp-includes/functions.php on line 2839
    
    Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /home/u239002844/public_html/wp-includes/functions.php on line 2839
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/u239002844/public_html/wp-includes/functions.php:2925) in /home/u239002844/public_html/wp-login.php on line 368
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/u239002844/public_html/wp-includes/functions.php:2925) in /home/u239002844/public_html/wp-login.php on line 380
    
    Notice: get_userdatabylogin is deprecated since version 3.3! Use get_user_by('login') instead. in /home/u239002844/public_html/wp-includes/functions.php on line 2839
    
    Notice: get_bloginfo was called with an argument that is deprecated since version 2.2! The siteurl option is deprecated for the family of bloginfo() functions. Use the url option instead. in /home/u239002844/public_html/wp-includes/functions.php on line 2923

    Any Ideas? :/

    Plugin Author Jeff Farthing

    (@jfarthing84)

    None of them are fatal errors, so not sure why it wouldn’t display.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blank Page?’ is closed to new replies.