Hi

I have this script which I am trying to configure, but I seem to be having trouble with the header.

I keep getting this error message when I view the file from my admin -

Warning: session_start() [function.session-start]: Cannot send session cache limiter -

headers already sent (output started at /home/username/public_html/shopping/admin/filename.php:2) in /home/username/public_html/shopping/includes/functions/sessions.php on line 108

Warning: Cannot modify header information - headers already sent by (output started at /home/username/public_html/shopping/admin/filename.php:2) in /home/username/public_html/shopping/admin/includes/init_includes/init_templates.php on line 36

All the information is there in terms of all the links to various parts of the admin, such as configuration, catalog, customers are there - they are all on the left hand side of the screen.

Any ideas anyone?

Thanks,

Phil