Session Error
  • Vote Up0Vote Down importimport
    Posts: 0Member
    I'm doing a new install and have encountered the following two problems at the beginning of configuration:

    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/html/install/classes/CampInstallationView.php:1) in /var/www/html/template_engine/classes/CampSession.php on line 82

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/html/install/classes/CampInstallationView.php:1) in /var/www/html/template_engine/classes/CampSession.php on line 82

    I don't see where any output is being made prior to line 82, but I've been known to be blind before!

    Anyone else encounter this issue?