Compatibility PHP 8.0
-
Hello,
After testing our website with PHP 8.0 (last major version is 8.1) the website gave us a blank page. The logs are self-explanatory :
PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in .../public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Generator.php:343
The line is
${$file[ 'type' ]}[ $file[ 'context' ] ][] = $file[ 'file' ];
With PHP 7.4, there is no such error so it points out the PHP version. 8.0 was released on November 2020.
—
Forgot to say but the plugin is up to date.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Compatibility PHP 8.0’ is closed to new replies.