Error Need help

Hanko

Joined: 2003-03-04
Posts: 11
Posted: Mon, 2003-03-17 12:43

Hi guys,

eeeuh well this is the final error i'm getting "I hope"

Warning: Cannot modify header information - headers already sent by (output started at /home/blaa/public_html/g2/config.php:137) in /home/blaa/public_html/g2/modules/core/classes/GallerySession.class on line 218

Warning: assert() [function.assert]: Assertion "!empty($id)" failed in /home/blaa/public_html/g2/modules/core/classes/Gallery.class on line 388

Does anyone know how to solve this problem ?

Greetings
Hanko

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Tue, 2003-03-18 07:16
Quote:
Warning: Cannot modify header information - headers already sent by (output started at /home/blaa/public_html/g2/config.php:137) in /home/blaa/public_html/g2/modules/core/classes/GallerySession.class on line 218

You did something on line 137 of config.php that caused it to generate output, which breaks the session code. Find and remove the offending line (probably an empty space after the ?> tag).

 
Hanko

Joined: 2003-03-04
Posts: 11
Posted: Wed, 2003-03-19 11:22

Hi there,

Thanks that solved the error but now i'm getting the following error:

Warning: assert() [function.assert]: Assertion "!empty($id)" failed in /home/blaa/public_html/g2/modules/core/classes/Gallery.class on line 388

Any idea what could be the problem ?

greetings
Hanko