ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Can't login . blank white control panel

May 19, 2011 11:51am

Subscribe [2]
  • #1 / May 19, 2011 11:51am

    Eastwood Design

    605 posts

    I can’t login to my control panel running EE 1.7.0

    i turned on errors on my system.index.php

    error_reporting(E_ALL); 

    and I am getting this error once I try and login

    Warning: Cannot modify header information - headers already sent by (output started at /home/user/public_html/pia/admin/config.php:30) in /home/user/public_html/pia/admin/core/core.functions.php on line 752
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/user/public_html/pia/admin/config.php:30) in /home/user/public_html/pia/admin/core/core.functions.php on line 752
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/user/public_html/pia/admin/config.php:30) in /home/user/public_html/pia/admin/core/core.functions.php on line 752
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/user/public_html/pia/admin/config.php:30) in /home/user/public_html/pia/admin/core/core.functions.php on line 752
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/user/public_html/pia/admin/config.php:30) in /home/user/public_html/pia/admin/core/core.functions.php on line 752
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/user/public_html/pia/admin/config.php:30) in /home/user/public_html/pia/admin/core/core.functions.php on line 752
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/user/public_html/pia/admin/config.php:30) in /home/user/public_html/pia/admin/core/core.functions.php on line 752
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/user/public_html/pia/admin/config.php:30) in /home/user/public_html/pia/admin/core/core.functions.php on line 325


    here is line 752

    setcookie($prefix.$name, $value, $expire, $path, $domain, 0);
  • #2 / May 19, 2011 11:56am

    Eastwood Design

    605 posts

    also at the exact same time my front end of the site is not loading the stylehseets

    <link rel='stylesheet' type='text/css' media='all' href='http://www.domain.com/pia/index.php?css=home/cssv3.v.1304989304' />
    <style type='text/css' media='screen'>
    @import "http://www.domain.com/pia/index.php?css=home/cssv3.v.1304989304";

    something to do with sessions?

    I removed all cookies and changes my config to:

    $conf['cookie_domain'] = "";
    $conf['cookie_path'] = "";
    $conf['cookie_prefix'] = "";
    $conf['admin_session_type'] = "c";

    still no luck

  • #3 / May 19, 2011 12:05pm

    Eastwood Design

    605 posts

    Seemed to have fixed it.  Not sure how though.  somethign to do with the config file just not sure what.

  • #4 / May 19, 2011 6:11pm

    Brandon Jones

    5500 posts

    Hi Eastwood Design,

    If you had a closing

    ?>

    at the end of config.php or some other file, with some whitespace after it, you’d see that error. It’d be recommended to get rid of that closing tag altogether as PHP does not require it. Glad you’re up and running!

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases