We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I'm getting a php warning on submission when a file has been uploaded.
array_merge(): Argument #1 is not an array
AssetsFieldType.php(266)
266 $fileIds = array_merge($value, $fileIds);
The text was updated successfully, but these errors were encountered:
Same here, has anyone resolved this?.
I'll come back here and update this if I do.
Sorry, something went wrong.
Well I feel a little embarrassed I didn't have enctype="multipart/form-data" on my form.
Hope this saves someone pulling their hair out.
Cheers (#51 (comment))
No branches or pull requests
Hello,
I'm getting a php warning on submission when a file has been uploaded.
array_merge(): Argument #1 is not an array
AssetsFieldType.php(266)
266 $fileIds = array_merge($value, $fileIds);
The text was updated successfully, but these errors were encountered: