• limes007

    (@limes007)


    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)
  • Thread Starter limes007

    (@limes007)

    As I can see in the code, the problem was already fixed 6 months ago, but (I assume unintentionally) removed 8 days ago (rev @2814924).
    The fix was re-added with rev @2814930, but on another place so its not working.

    So please re-introduce the PHP8 fix of rev @2730300.

Viewing 1 replies (of 1 total)
  • The topic ‘Incompatibility with PHP 8’ is closed to new replies.