1. cristianbravo
  2. Bug Report
  3. Thursday, November 04 2021, 11:48 PM
I'm getting this error when users trying to login to the site. It was working before the updated version.
Using Joomla 3.10.3
php 7.4
jsn 2.10.0

Failed to start the session because headers have already been sent by "/hermes/bosnacweb08/bosnacweb08bg/b1141/nf.jimmiller95353/public_html/2020/plugins/jsn/skeleton/skeleton.php" at line 47.

please help.. asap

login to front end with
References
  1. https://cokatolake.com/
admin Accepted Answer
Admin
Hi,
this error mean that you have some output in your skeleton.php, this happen in 2 cases:
- You have some space char (or other char) before php declaration like " <?php" or after php closure like "?> "
- You have some function that make an output like "echo" function

We can check this for you but we need to see your skeleton.php file. To send us your file you need to add it into an ZIP archive because upload of PHP files is not allowed.
  1. more than a month ago
  2. Bug Report
  3. # 1
cristianbravo Accepted Answer
Pro
HI Thank you for your answer. I'm attaching my skeleton file with this response.
  1. more than a month ago
  2. Bug Report
  3. # 2
admin Accepted Answer
Admin
Hi,
there is some chars after the ?> declaration (spaces and new lines, see screenshot about row 47,48,49), you need to remove these chars
Attachments (1)
  1. more than a month ago
  2. Bug Report
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.