I just recently (Im not sure if I did it all 100% correctly) installed php4.3.2 on my apache server, just installed mySQL today, however this is what error I get when I try to acess index.php of phpMyAdmin(along with many other scripts in php, i get very simlar/exact errors in my other scripts):
Notice: Undefined variable: cfgOBGzip in c:\program files\Apache group\apache2\htdocs\phpMyAdmin-2.2.6\header.inc.php on line 10
Warning: Cannot modify header information - headers already sent by (output started at c:\program files\Apache group\apache2\htdocs\phpMyAdmin-2.2.6\libraries\auth\config.auth.lib.php:91) in c:\program files\Apache group\apache2\htdocs\phpMyAdmin-2.2.6\header.inc.php on line 23
Warning: Cannot modify header information - headers already sent by (output started at c:\program files\Apache group\apache2\htdocs\phpMyAdmin-2.2.6\libraries\auth\config.auth.lib.php:91) in c:\program files\Apache group\apache2\htdocs\phpMyAdmin-2.2.6\header.inc.php on line 24
Warning: Cannot modify header information - headers already sent by (output started at c:\program files\Apache group\apache2\htdocs\phpMyAdmin-2.2.6\libraries\auth\config.auth.lib.php:91) in c:\program files\Apache group\apache2\htdocs\phpMyAdmin-2.2.6\header.inc.php on line 25
Warning: Cannot modify header information - headers already sent by (output started at c:\program files\Apache group\apache2\htdocs\phpMyAdmin-2.2.6\libraries\auth\config.auth.lib.php:91) in c:\program files\Apache group\apache2\htdocs\phpMyAdmin-2.2.6\header.inc.php on line 26
Warning: Cannot modify header information - headers already sent by (output started at c:\program files\Apache group\apache2\htdocs\phpMyAdmin-2.2.6\libraries\auth\config.auth.lib.php:91) in c:\program files\Apache group\apache2\htdocs\phpMyAdmin-2.2.6\header.inc.php on line 27
Notice: Undefined variable: charset in c:\program files\Apache group\apache2\htdocs\phpMyAdmin-2.2.6\header.inc.php on line 29
Warning: Cannot modify header information - headers already sent by (output started at c:\program files\Apache group\apache2\htdocs\phpMyAdmin-2.2.6\libraries\auth\config.auth.lib.php:91) in c:\program files\Apache group\apache2\htdocs\phpMyAdmin-2.2.6\header.inc.php on line 29
Notice: Undefined variable: text_dir in c:\program files\Apache group\apache2\htdocs\phpMyAdmin-2.2.6\header.inc.php on line 38
Error
MySQL said:
Access denied for user: 'root@localhost' (Using password: YES)
Its long, and problematic. I have NO clue whatsoever whats wrong here. Does anyone have an idea? or know whats wrong so I can fix this?