WP All Export still working?
-
Hi. I have an error with your PHPExcel package.
PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported
$str{0}
maybe you need change to $str[0]
etc…
Maybe because your PHPExcel is very old package and DEAD (https://github.com/PHPOffice/PHPExcel). Maybe you need to use PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
I am using PHP 7.4 and 8.0
Thank you!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘WP All Export still working?’ is closed to new replies.