Guest Posted October 16, 2006 Posted October 16, 2006 Just added this mod and it sort of works but . . . 1) Got round one error by adding a category to the database using PhpMyAdmin 2) Still get Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/madabout/public_html/includes/filenames.php:2) in /home/madabout/public_html/includes/functions/sessions.php on line 67 at the top of every page. 3) When I click on the displayed link I get Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/madabout/public_html/includes/filenames.php:2) in /home/madabout/public_html/includes/functions/sessions.php on line 67 Warning: Cannot modify header information - headers already sent by (output started at /home/madabout/public_html/includes/filenames.php:2) in /home/madabout/public_html/includes/functions/general.php on line 29 Can you help? Thanks, Ian Quote
Guest Posted October 16, 2006 Posted October 16, 2006 Solved it!!!!! includes/functions/filenames.php had a blank line as line 1 i.e. <?php appeared on line 2. Delete the blank limne and problem solved! Ian Just added this mod and it sort of works but . . . 1) Got round one error by adding a category to the database using PhpMyAdmin 2) Still get Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/madabout/public_html/includes/filenames.php:2) in /home/madabout/public_html/includes/functions/sessions.php on line 67 at the top of every page. 3) When I click on the displayed link I get Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/madabout/public_html/includes/filenames.php:2) in /home/madabout/public_html/includes/functions/sessions.php on line 67 Warning: Cannot modify header information - headers already sent by (output started at /home/madabout/public_html/includes/filenames.php:2) in /home/madabout/public_html/includes/functions/general.php on line 29 Can you help? Thanks, Ian Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.