Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated Cookie error #106

Closed
Ced-Sharp opened this issue Jun 22, 2024 · 1 comment
Closed

Deprecated Cookie error #106

Ced-Sharp opened this issue Jun 22, 2024 · 1 comment

Comments

@Ced-Sharp
Copy link

In TypeRocket core, src/Http/Cookie.php, on line 101 and 143, NULL is being passed to the parameter "domain" of setcookie(), which is deprecated and throws an error (which shows the whoops error handler).

Setting it to an empty string seems to fix the issue.

@kevindees
Copy link
Member

@Ced-Sharp, thanks for pointing this one out. This will be fixed in the next patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants