Incompatibility with PHP 8
-
There is (at least) one incompatibility with PHP 8:
I use a custom template, which is located at wp-content/uploads/xqueue-maileon/views and get the following error:
PHP Fatal error: Uncaught ValueError: Path cannot be empty in …/wp-content/plugins/xqueue-maileon/class/xq_utils.php:393
xq_utils.php seems to try loading the template first from another location. As there is no template (path null or empty), file_get_contents() will fail in PHP 8.0 and 8.1 with the Error.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Incompatibility with PHP 8’ is closed to new replies.