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
Posts: 7994
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).
Posts: 11
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