This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 298
htmlentities() expects parameter 1 to be string, array given #407
Comments
I did some debuging and it seams to work fine if in Daterange.php on build() function changed line 46 |
I've also been struggling with this issue |
In your vendor/zofe/rapyd/DataForm/Field/Daterange.php:46 |
I dont get the error anymore, but nothing happens when I click the search button and I dont get a date picker in my daterange fields. |
Anyone else having this issue with 5.4? |
@denkata I have laravel 5.5 and fix of @qwertymlex is good |
fissible
added a commit
to csatf/rapyd-laravel
that referenced
this issue
Sep 16, 2019
From issue /zofe/issues/407
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
When trying to filter data and hitting the search button I get this error "htmlentities() expects parameter 1 to be string, array given"
I'have notice that the error is fired when i use daterange filter
As a note in my composer i have "laravelcollective/html": "5.2.*" and I'm using laravel 5.2
The text was updated successfully, but these errors were encountered: