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.

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: php errors when changing bloqs field

Status Resolved
Add-on / Version Bloqs 5.0.11
Severity
EE Version 7.3.14

Jelle / Karres en Brands

Nov 03, 2023

I switched a bloqs field from RTE to Wygwam and upon save got this error:
Deprecated
Creation of dynamic property BoldMinded\Bloqs\Model\BlockDefinition::$lang is deprecated
ee/legacy/libraries/Form_validation.php, line 72

Severity: E_DEPRECATED
Deprecated
Creation of dynamic property BoldMinded\Bloqs\Model\BlockDefinition::$input is deprecated
ee/legacy/libraries/Form_validation.php, line 73

Severity: E_DEPRECATED
Deprecated
Creation of dynamic property BoldMinded\Bloqs\Model\BlockDefinition::$security is deprecated
ee/legacy/libraries/Form_validation.php, line 74

Severity: E_DEPRECATED

#1

BoldMinded (Brian)

Yeah I’m not sure what is going on here. The deprecation error is b/c of PHP 8.2, but these are variables not even present in Bloqs’ codebase. I searched for “security” and nothing came up. It sounds like Wygwam is setting some properties dynamically and that’s causing the errors.

#2

Jelle / Karres en Brands

ok. i’ll take it to them!

Login to reply