plain-solutions-gmbh / kirby-form-block-suite

This form plugin for Kirby offers you maximum flexibility and usability. It can be used as a block anywhere you needed. This repository replaces the obsolete version 2.0.
Other
38 stars 11 forks source link

PHP 8.2: Using ${var} in strings is deprecated, use {$var} instead #11

Closed calebgrove closed 1 year ago

calebgrove commented 1 year ago

When trying to use this plugin with PHP 8.2.0 with MAMP, the entire website will throw an error:

Using ${var} in strings is deprecated, use {$var} instead

The Whoops error handlers identifies this line as throwing the error: https://github.com/youngcut/kirby-form-block-suite/blob/main/classes/FormBlueprint.php#L121

Switching back to PHP 8.1.x is a functional workaround for now.

plain-solutions-gmbh commented 1 year ago

Hi. Thanks for the hint. It's fixed in Version v3.4.4