-
-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cannot select asset container #7262
Comments
@duncanmcclean After seeing the error in the provided image, I realized that this is the same error I also have. See #7263 I think this error caused by this line of code: $config = json_decode(mb_convert_encoding(base64_decode($request->config), 'UTF-8', mb_list_encodings()), true); When debugging this line of code while removing $config = json_decode(base64_decode($request->config), true); |
Yep, the $config is null, if I remove the |
@jasonvarga Can you please look into it? I experience this problem on multiple sites now. |
@jasonvarga I Searched in the repo why some people has this issue. Turn out it related to PHP 8.1.0 see: #6823 (comment) for reference. I've created a pull request for this issue specific see here: #7269 |
You can modify the yml manually so it will be a workaround till this bug is not fixed. |
Since it's still a problem for me, I look deeper into it. I found this: php/php-src#7898 |
Bug description
After a fresh Statamic install I want to make a blueprint with assets and in Container I can not select existing containers.
How to reproduce
Just install a new fresh Statamic site and try to make a blueprint with asset.
Logs
No response
Environment
Installation
Fresh statamic/statamic site via CLI
Antlers Parser
None
Additional details
No response
The text was updated successfully, but these errors were encountered: