Not sure if this is in the right place, sorry if not.
I recently installed an image rating software to my site, and I've nearly got it up and running, after configuring the config.php, creating the databases, but I'm running into a couple of problems.
When i go to the front-end of the Image Rater, I can see and use all of the functions, but I have this error message at the top of the screen:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/pseud/public_html/pictures/irater/admin/config.php:72) in /home/pseud/public_html/pictures/irater/include/session.php on line 75
When I go to the back-end of the image rater, to administrate and alter settings etc, I see nothing but these two error messages:
admin: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/pseud/public_html/pictures/irater/admin/config.php:72) in /home/pseud/public_html/pictures/irater/include/session.php on line 75
Warning: Cannot modify header information - headers already sent by (output started at /home/pseud/public_html/pictures/irater/admin/config.php:72) in /home/pseud/public_html/pictures/irater/admin/index.php on line 10
I know next to zero php coding, just the real basic stuff like how to configure and create a database to get php software/scripts installed.
can anyone help (in lament terms) with how I could go about fixing this?
Thanks for your time,
Andy