Has support for this plugin been abandoned?
]]>[09-Oct-2023 10:39:30 UTC] PHP Warning: session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php74) in /home/customer/www/thesitename.com/public_html/wp-content/plugins/email-notification-on-login/email-notification-on-login.php on line 19
[09-Oct-2023 10:39:30 UTC] PHP Warning: session_start(): open(/var/cpanel/php/sessions/ea-php74/sess_4bd6a2345e5da007c1dc6ec56aa05b01, O_RDWR) failed: No such file or directory (2) in /home/customer/www/thesitename.com/public_html/wp-content/plugins/email-notification-on-login/email-notification-on-login.php on line 19
[09-Oct-2023 10:39:30 UTC] PHP Warning: session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php74) in /home/customer/www/thesitename.com/public_html/wp-content/plugins/email-notification-on-login/email-notification-on-login.php on line 19
[09-Oct-2023 10:39:32 UTC] PHP Warning: session_start(): open(/var/cpanel/php/sessions/ea-php74/sess_4470a278d394161af8e6999227589deb, O_RDWR) failed: No such file or directory (2) in /home/customer/www/thesitename.com/public_html/wp-content/plugins/email-notification-on-login/email-notification-on-login.php on line 19
[09-Oct-2023 10:39:32 UTC] PHP Warning: session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php74) in /home/customer/www/thesitename.com/public_html/wp-content/plugins/email-notification-on-login/email-notification-on-login.php on line 19
[09-Oct-2023 10:39:33 UTC] PHP Warning: session_start(): open(/var/cpanel/php/sessions/ea-php74/sess_654139ab40747e9fb48453194f908809, O_RDWR) failed: No such file or directory (2) in /home/customer/www/thesitename.com/public_html/wp-content/plugins/email-notification-on-login/email-notification-on-login.php on line 19
[09-Oct-2023 10:39:33 UTC] PHP Warning: session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php74) in /home/customer/www/thesitename.com/public_html/wp-content/plugins/email-notification-on-login/email-notification-on-login.php on line 19
[09-Oct-2023 10:39:36 UTC] PHP Warning: session_start(): open(/var/cpanel/php/sessions/ea-php74/sess_7ae98b30430726ef7c0ed431cad325a4, O_RDWR) failed: No such file or directory (2) in /home/customer/www/thesitename.com/public_html/wp-content/plugins/email-notification-on-login/email-notification-on-login.php on line 19
[09-Oct-2023 10:39:36 UTC] PHP Warning: session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php74) in /home/customer/www/thesitename.com/public_html/wp-content/plugins/email-notification-on-login/email-notification-on-login.php on line 19
[09-Oct-2023 10:39:37 UTC] PHP Warning: session_start(): open(/var/cpanel/php/sessions/ea-php74/sess_48e7252a746e5f98afa11aff84b87746, O_RDWR) failed: No such file or directory (2) in /home/customer/www/thesitename.com/public_html/wp-content/plugins/email-notification-on-login/email-notification-on-login.php on line 19
[09-Oct-2023 10:39:37 UTC] PHP Warning: session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php74) in /home/customer/www/thesitename.com/public_html/wp-content/plugins/email-notification-on-login/email-notification-on-login.php on line 19
[09-Oct-2023 10:39:53 UTC] PHP Warning: session_start(): open(/var/cpanel/php/sessions/ea-php74/sess_bd4588f70e4d9c863edfd282a8105470, O_RDWR) failed: No such file or directory (2) in /home/customer/www/thesitename.com/public_html/wp-content/plugins/email-notification-on-login/email-notification-on-login.php on line 19
[09-Oct-2023 10:39:53 UTC] PHP Warning: session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php74) in /home/customer/www/thesitename.com/public_html/wp-content/plugins/email-notification-on-login/email-notification-on-login.php on line 19
[09-Oct-2023 10:40:07 UTC] PHP Warning: session_start(): open(/var/cpanel/php/sessions/ea-php74/sess_bf6dd18f7ed3cf754bbe98597dea4e31, O_RDWR) failed: No such file or directory (2) in /home/customer/www/thesitename.com/public_html/wp-content/plugins/email-notification-on-login/email-notification-on-login.php on line 19
Hi there
This app is great any way i can modify it only to send emails for admin logins ?
]]>Hello this error is being created by your plugin. Please can you help with a fix? See error log below:
Cannot start session when headers already sent in /home/xxxxxx/public_html/wp-content/plugins/email-notification-on-login/email-notification-on-login.php on line 19
]]>Hi, the plugin is causing the following issues in the site
“An Active PHP session was detected”
A PHP session was created by a session_start() function call. This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests.
and
“REST API encountered an error”
The REST API is one way WordPress, and other applications, communicate with the server. One example is the block editor screen, which relies on this to display, and save, your posts and pages.The REST API request failed due to an error.
Error: cURL error 28: Operation timed out after 10001 milliseconds with 0 out of -1 bytes received (http_request_failed)
AFter disabling all plugins one by one, I got this plugin as the culprit.
Can you please fix the issue?
Thank you.
]]>With this plugin installed, whenever I login to WP, it dies, saying “Call to undefined function is_plugin_active.”
The plugin should ensure that this is only called after admin_init has fired, but it doesn’t. It therefore breaks logins in some scenarios. Please see: https://wordpress.stackexchange.com/questions/9345/is-plugin-active-function-doesnt-exist
]]>Hello,
I noticed that if your plugin is activated, there are 2 critical errors displayed in the admin panel under “Tools”-> “Site Health Status”. You can see the screenshot at the end of the message. The first error “The REST API encountered an error”. The second error “Your site could not complete a loopback request”.
I tested and made sure that this problem occurs even on a clean WordPress installation when there are no other plugins besides your plugin.
WordPress 5.4.x
PHP 7.2.31
I have just installed this plugin but unfortunately it doesn’t work.
I logged in at the front end and wondered if that made any difference.
Thanks
]]>hi,
i test this plugin but function only for administrator account.
i have an editor account but the system not send to me (administrator) notify email.
Dear Developer
The email will be sent only if a user either logs in via wp_admin or Switch to the Dashboard.
Would it be possible to send the email on Login via a form (see my homepage-link) and not via wp_admin?
BR
Michael