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: Speedy PHP8.2 deprecation warning messages
Status | Resolved |
Add-on / Version | Speedy 1.7.0 |
Severity | |
EE Version | 7.3.5 |
Eric Harth
Aug 27, 2023Hi
Another PHP8.2 compatibility ticket, this time with Speedy. Some of the example messages generated are
Deprecated
Creation of dynamic property BoldMinded\Speedy\Service\CacheBreaker::$enable_refresh is deprecated
user/addons/speedy/Service/CacheBreaker.php, line 34
Severity: E_DEPRECATED
Deprecated
Creation of dynamic property BoldMinded\Speedy\Library\Basee\Setting::$tableName is deprecated
user/addons/speedy/Library/Basee/Setting.php, line 49
Severity: E_DEPRECATED
Cheers
BoldMinded (Brian)
Aug 28, 2023
Comment has been marked private.
Eric Harth
Sep 10, 2023
Thanks
This looks to have cleared the 8.2 warnings. The only issue with this release is that the version number hasn’t been updated to 1.8.0 which means the DB migration file doesn’t get run by the addon manager. This causes DB exceptions because the two new columns are missing.
Cheers
Eric Harth
Sep 10, 2023
Found one more
Deprecated
Function utf8_decode() is deprecated
user/addons/speedy/mod.speedy.php, line 555
Severity: E_DEPRECATED
BoldMinded (Brian)
Sep 11, 2023
Eric, please download the latest release from your account. You might have to update the exp_modules table to set Speedy back to 1.7.0 and then re-run the upgrade.
Eric Harth
Sep 12, 2023
Thank you.
Eric Harth
17 hours ago
Another one 😊
Creation of dynamic property StaticCacheHelper::$csrf is deprecated
[site-path]/speedy/utilities/StaticCacheHelper.php, line 36
Severity: E_DEPRECATED
Eric Harth
17 hours ago
Forgot to mention, running 1.8.1 build a73f75ba
BoldMinded (Brian)
11 hours ago
Thanks, will be included in the next release.