PHP Header issues

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
markkitchen
Posts: 25
Joined: Tue Feb 17, 2004 5:09 am

PHP Header issues

Post by markkitchen »

Hello,

Fresh Install of newest release, getting header errors. Most likely with my php install, but I thought I would ask.

Code: Select all

Warning: Cannot modify header information - headers already sent in C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\index.php on line 197

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\index.php:197) in C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\index.php on line 198

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\index.php:197) in C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\index.php on line 199

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\index.php:197) in C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\index.php on line 200

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\index.php:197) in C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\index.php on line 201

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\index.php:197) in C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\index.php on line 202

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\index.php:197) in C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\index.php on line 203
Any thoughts?

Here is Setup:

Code: Select all

Server Software Apache/2.0.49 (Win32) PHP/4.3.6 
PHP Version PHP 4.3.6 
PHP Memory Limit  
Register Globals off 
Safe Mode off 
MySQL Client Version MySQL 3.23.49 
MySQL Server Version MySQL 4.0.18-nt 
Webserver Interface APACHE2HANDLER 
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

no other error messages before the header messages?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
markkitchen
Posts: 25
Joined: Tue Feb 17, 2004 5:09 am

Post by markkitchen »

Hello,

No other errors but that appear on the screen. Also, it is only on the 'home' page. All other pages come up fine.
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

which language file do you use?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
markkitchen
Posts: 25
Joined: Tue Feb 17, 2004 5:09 am

Post by markkitchen »

Hi,

English

Thank you,

Mark
markkitchen
Posts: 25
Joined: Tue Feb 17, 2004 5:09 am

Post by markkitchen »

Hello,

This error only comes up after I hit the "save cookie" command in /admin.

I have edited php so that session.save path equals my temp dir, but still having issues.

Any further thoughts?
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

it only happens in the admin section and not in the public frontend?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
markkitchen
Posts: 25
Joined: Tue Feb 17, 2004 5:09 am

Post by markkitchen »

I re-installed again and am using a new database.

This is errors when I uncheck "Do you want the IP to be checked when checking the UINs in admin.php? "

Code: Select all

Notice: Undefined index: ipcheck in C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\admin\index.php on line 95

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\admin\index.php:95) in C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\admin\header.php on line 21

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\admin\index.php:95) in C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\admin\header.php on line 22

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\admin\index.php:95) in C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\admin\header.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\admin\index.php:95) in C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\admin\header.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\admin\index.php:95) in C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\admin\header.php on line 25

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\admin\index.php:95) in C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\admin\header.php on line 26

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\admin\index.php:95) in C:\Program Files\Apache Group\Apache2\htdocs\CIC\L2\admin\header.php on line 27
This only displays in Admin area, not in User front end. If I check this box again, the errors go away.

Next,

When I select "Set cookie" , I get the original errors as described above in the public front End
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

okay, these bugs are fixed in 1.4.1.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply