In a test page that I created, I'm getting the following errors. I saw in another post that this problem could be resulted from a space before the the start of <?php... I made sure that <?php starts at line 1 and column 1.
<b>Warning</b>: session_start(): Cannot send session cookie - headers already sent in <b>/var/www/html/hpweb/psa/_restrict.php</b> on line <b>35</b><br />
<br />
<b>Warning</b>: session_start(): Cannot send session cache limiter - headers already sent in <b>/var/www/html/hpweb/psa/_restrict.php</b> on line <b>35</b><br />
Also, when I go to /psa/index.php in the browser, nothing gets displayed.
Please help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In a test page that I created, I'm getting the following errors. I saw in another post that this problem could be resulted from a space before the the start of <?php... I made sure that <?php starts at line 1 and column 1.
<b>Warning</b>: session_start(): Cannot send session cookie - headers already sent in <b>/var/www/html/hpweb/psa/_restrict.php</b> on line <b>35</b><br />
<br />
<b>Warning</b>: session_start(): Cannot send session cache limiter - headers already sent in <b>/var/www/html/hpweb/psa/_restrict.php</b> on line <b>35</b><br />
Also, when I go to /psa/index.php in the browser, nothing gets displayed.
Please help!