Forum Replies Created

Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter leonardcraft

    (@leonardcraft)

    Bruce,

    I can verify the issue is no longer present. Good ol’ server hiccups! You may close this issue.

    Thread Starter leonardcraft

    (@leonardcraft)

    Masood,

    I also cannot reproduce the issue anymore! I’ll wager it was fixed in September in this commit: https://github.com/the-events-calendar/the-events-calendar/commit/60a5e8c63290d5a32495ac8078e9764e22eea5ff.

    Kind regards,

    Leonard Craft

    Thread Starter leonardcraft

    (@leonardcraft)

    Thanks Tim! Could we anticipate PHP 8 support within, say, the next year? I’m mostly just making notes, as we are in beginning stages of what it will take to transition.

    This behavior also occurred on 1.8.2 for me but only in my local testing environment. Verifying that updating to 1.8.3 fixed the issue. For what it’s worth, here’s the PHP stack trace I was getting:

    [17-Feb-2021 16:50:15 UTC] PHP Warning: require(C:\Users\lcraft\Local Sites\localjwcc\app\public\wp-content\plugins\wps-hide-login\vendor\composer/../nicolaskulka/wp-dismissible-notices-handler/handler.php): failed to open stream: No such file or directory in C:\Users\lcraft\Local Sites\localjwcc\app\public\wp-content\plugins\wps-hide-login\vendor\composer\autoload_real.php on line 71
    [17-Feb-2021 16:50:15 UTC] PHP Stack trace:
    [17-Feb-2021 16:50:15 UTC] PHP 1. {main}() C:\Users\lcraft\Local Sites\localjwcc\app\public\index.php:0
    [17-Feb-2021 16:50:15 UTC] PHP 2. require() C:\Users\lcraft\Local Sites\localjwcc\app\public\index.php:17
    [17-Feb-2021 16:50:15 UTC] PHP 3. require_once() C:\Users\lcraft\Local Sites\localjwcc\app\public\wp-blog-header.php:13
    [17-Feb-2021 16:50:15 UTC] PHP 4. require_once() C:\Users\lcraft\Local Sites\localjwcc\app\public\wp-load.php:37
    [17-Feb-2021 16:50:15 UTC] PHP 5. require_once() C:\Users\lcraft\Local Sites\localjwcc\app\public\wp-config.php:77
    [17-Feb-2021 16:50:15 UTC] PHP 6. include_once() C:\Users\lcraft\Local Sites\localjwcc\app\public\wp-settings.php:388
    [17-Feb-2021 16:50:15 UTC] PHP 7. require_once() C:\Users\lcraft\Local Sites\localjwcc\app\public\wp-content\plugins\wps-hide-login\wps-hide-login.php:31
    [17-Feb-2021 16:50:15 UTC] PHP 8. require() C:\Users\lcraft\Local Sites\localjwcc\app\public\wp-content\plugins\wps-hide-login\autoload.php:204
    [17-Feb-2021 16:50:15 UTC] PHP 9. ComposerAutoloaderInit393b2abbc4f40fa5ed9a0e7160b5b801::getLoader() C:\Users\lcraft\Local Sites\localjwcc\app\public\wp-content\plugins\wps-hide-login\vendor\autoload.php:7
    [17-Feb-2021 16:50:15 UTC] PHP 10. composerRequire393b2abbc4f40fa5ed9a0e7160b5b801() C:\Users\lcraft\Local Sites\localjwcc\app\public\wp-content\plugins\wps-hide-login\vendor\composer\autoload_real.php:61
    [17-Feb-2021 16:50:15 UTC] PHP Fatal error: require(): Failed opening required ‘C:\Users\lcraft\Local Sites\localjwcc\app\public\wp-content\plugins\wps-hide-login\vendor\composer/../nicolaskulka/wp-dismissible-notices-handler/handler.php’ (include_path=’.:/usr/share/php:/www/wp-content/pear’) in C:\Users\lcraft\Local Sites\localjwcc\app\public\wp-content\plugins\wps-hide-login\vendor\composer\autoload_real.php on line 71
    [17-Feb-2021 16:50:15 UTC] PHP Stack trace:
    [17-Feb-2021 16:50:15 UTC] PHP 1. {main}() C:\Users\lcraft\Local Sites\localjwcc\app\public\index.php:0
    [17-Feb-2021 16:50:15 UTC] PHP 2. require() C:\Users\lcraft\Local Sites\localjwcc\app\public\index.php:17
    [17-Feb-2021 16:50:15 UTC] PHP 3. require_once() C:\Users\lcraft\Local Sites\localjwcc\app\public\wp-blog-header.php:13
    [17-Feb-2021 16:50:15 UTC] PHP 4. require_once() C:\Users\lcraft\Local Sites\localjwcc\app\public\wp-load.php:37
    [17-Feb-2021 16:50:15 UTC] PHP 5. require_once() C:\Users\lcraft\Local Sites\localjwcc\app\public\wp-config.php:77
    [17-Feb-2021 16:50:15 UTC] PHP 6. include_once() C:\Users\lcraft\Local Sites\localjwcc\app\public\wp-settings.php:388
    [17-Feb-2021 16:50:15 UTC] PHP 7. require_once() C:\Users\lcraft\Local Sites\localjwcc\app\public\wp-content\plugins\wps-hide-login\wps-hide-login.php:31
    [17-Feb-2021 16:50:15 UTC] PHP 8. require() C:\Users\lcraft\Local Sites\localjwcc\app\public\wp-content\plugins\wps-hide-login\autoload.php:204
    [17-Feb-2021 16:50:15 UTC] PHP 9. ComposerAutoloaderInit393b2abbc4f40fa5ed9a0e7160b5b801::getLoader() C:\Users\lcraft\Local Sites\localjwcc\app\public\wp-content\plugins\wps-hide-login\vendor\autoload.php:7
    [17-Feb-2021 16:50:15 UTC] PHP 10. composerRequire393b2abbc4f40fa5ed9a0e7160b5b801() C:\Users\lcraft\Local Sites\localjwcc\app\public\wp-content\plugins\wps-hide-login\vendor\composer\autoload_real.php:61

    • This reply was modified 4 years, 1 month ago by leonardcraft.
    • This reply was modified 4 years, 1 month ago by leonardcraft.
    Thread Starter leonardcraft

    (@leonardcraft)

    Sure, I will send the info through that form as well. Thanks!

    Thread Starter leonardcraft

    (@leonardcraft)

    Update: Tobias helped me identify that it seems that a third-party plugin (PublishPress Revisions) was causing the issue. Apparently some update on November 30 broke things. Disabling the PublishPress Revisions plugin fixed the issue.

    Many thanks Tobias!

    Thread Starter leonardcraft

    (@leonardcraft)

    Tobias,

    No, I am unaffiliated with Peter. It does sound like a similar issue, but we are completely independent. I should have checked the surrounding topics! I will follow up with you via email.

    Kind regards,

    Leonard Craft

    • This reply was modified 4 years, 3 months ago by leonardcraft.
    Thread Starter leonardcraft

    (@leonardcraft)

    This ended up being resolved internally. It was an internal issue with our mail server defaulting to using a self-signed certificate in an area where it should have been using our real SSL certificate.

Viewing 8 replies - 16 through 23 (of 23 total)