antonioribeiro / antonioribeiro/tracker

session_start(): Cannot send session cookie

Open
#345 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.