All add-ons currently require PHP 7.4 or greater.

On July 4th 2024 PHP 8.2 will be the new minimum requirement for all add-ons. Expect any add-on released after that date to require 8.2 or greater. Some releases may not immediately take advantage of 8.x specific features in PHP, which means you might, be able to continue using new releases in PHP 7.4, however, if you experience an error the first thing you should do is update to PHP 8.2 then create a support ticket if the error persists.

Please read about the changes to BoldMinded add-on licensing.

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, 2020

Hello,

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.

#1

BoldMinded (Brian)

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.

#2

Jarod Clark

Yep that was it. Had to update Simple Grids.

All good now, thanks.

Login to reply