Cms'ik wywala mi błąd w configu:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /onas.php:1) in /admin/config.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /onas.php:1) in /admin/config.php on line 2
A kod pliku config.php to:
<?php $aPath = 'http://wellstarpolska.com/'; $cfguser = '-'; $cfgpass = '-'; $dbAddr = "-"; $dbUser = "-"; $dbPass = "-"; $dbName = "-"; ?>
* "-" nie mogę podać danych ze względu bezpieczeństwa.
Strona:
http://wellstarpolska.com/onas.php
Proszę o pomoc co jest przyczyną

a w pliku np. onas.php na samej górze:
<?php include "admin/header.php"; include "head.php"; ?>