Publisher does not support the Fluid field type. Please do not contact asking when support will be available.
If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.
Ticket: Undefinied method when trying to edit field of Bloqs type
Status | Resolved |
Add-on / Version | Bloqs 4.2.2 |
Severity | |
EE Version | 5.3.0 |
Jarod Clark
Mar 31, 2020Hello,
I’m getting the following error when trying to edit a field in the admin which is a bloqs field:
Fatal error: Uncaught Error: Call to undefined method Basee\App::configSlashed() in /path/to/site/system/user/addons/bloqs/libraries/EEBlocks/Helper/UrlHelper.php:109
I have tried re-uploading the latest version of the module, and no change.
BoldMinded (Brian)
Mar 31, 2020
Hi, Jarod. That sounds like you’re running other BoldMinded add-ons, one of them potentially out of date, and it needs to be updated. They all share the the Basee dependency and due to EE not having a global Composer package, it is loading the wrong App class from another add-on.
Jarod Clark
Mar 31, 2020
Yep that was it. Had to update Simple Grids.
All good now, thanks.