Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent
(output started at /home/your_account/public_html/your_dir/your_file.php:13)
in /home/your_account/public_html/your_dir/your_file.php on line 76
If you get an error simular to the one here. It most likely means that there is white
space before your script or after. Check your config.php file to make sure there is no
white space before the script start nor after the end:
No white space here <?php
.
.
.
?>or here
This usually happens after editing the script and saving.