antonioribeiro / antonioribeiro/tracker
session_start(): Cannot send session cookie
Open
- Dominant language
- PHP
- Stars
- 2.9k
- Forks
- 594
- PR merge metrics
- No merged PRs in 30d
Description
[ErrorException]
session_start(): Cannot send session cookie - headers already sent by (output started at /home/vagrant/project/blog/routes/web.php:1)
when, command line run : php artisan migrate
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the failure with `php artisan migrate` and inspect `routes/web.php` at line 1, which the error identifies as the start of output. Trace why output occurs before `session_start()` and confirm that the migration command completes without the session-cookie warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- laravel, php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100