Error on PHP 8.0 version - Uncaught TypeError: Cannot access offset of type string on string
Hi guys,with PHP 8.0 version if you try to go on customizer of wordpress, for example, to check "attach PDF ticket to email" it doesn't work because the page doesn't load.The error is:Uncaught TypeError: Cannot access offset of type string on string in ...../wp-content/plugins/myticket-events/inc/class-customizer-repeater-control.php:162I downgrade to PHP 7.4 and it works.Can you fix it in order to works on PHP 8 also?Thank you
Hi guys,with PHP 8.0 version if you try to go on customizer of wordpress, for example, to check "attach PDF ticket to email" it doesn't work because the page doesn't load.The error is:Uncaught TypeError: Cannot access offset of type string on string in ...../wp-content/plugins/myticket-events/inc/class-customizer-repeater-control.php:162I downgrade to PHP 7.4 and it works.Can you fix it in order to works on PHP 8 also?Thank you