• Resolved falopiuss

    (@falopiuss)


    Repeatedly appears these 2 entries in debug.log file:

    [13-Dec-2023 12:59:22 UTC] PHP Warning: session_start(): open(/var/cpanel/php/sessions/alt-php74/sess_ed4fc58ad25739bc09b6c6493788b5d1, O_RDWR) failed: No such file or directory (2) in /home/……../public_html/……../wp-content/plugins/limit-login-attempts-reloaded/core/LimitLoginAttempts.php on line 387
    [13-Dec-2023 12:59:22 UTC] PHP Warning: session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/alt-php74) in /home/………/public_html/………/wp-content/plugins/limit-login-attempts-reloaded/core/LimitLoginAttempts.php on line 387

    Should I be worried?

    Plugin (free version) and WP updated to last version. Live site, shared hosting.

    Thanks to bring us your good work!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPChef

    (@wpchefgadget)

    This could happen after changes on the server side or after site migration, for example when session.save_path variable was set incorrectly or omitted. You should ask your hosting provider to fix the folder that contains session data, or to fix the PHP config section related to session. The LLAR plugin can’t affect it, nor can it fix it.

    Thread Starter falopiuss

    (@falopiuss)

    Thanks for answering.

    I will investigate it.

    I detect divergences in CPanel, PHP.ini and .htaccess with respect to EA-Php74 and Alt-Php74. I have reconfigured everything (all I can see) to Alt-Php74. Although obviously I can’t restart the server to check it …

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP Warnings in debug.log’ is closed to new replies.