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 mb_strlen error #107

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

Deprecated mb_strlen error #107

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

Comments

@Ced-Sharp
Copy link

In TypeRocket core, src/Http/Elements/Traits/MaxlengthTrait.php, on line 34, there is a chance that $value is NULL, which causes a deprecation error to be thrown (and show the whoops error handler).

Setting it to an empty string instead fixes the issue (I used the '?:' operator)

@kevindees
Copy link
Member

@Ced-Sharp, this will be fixed in the next release.

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