Please, send me screenshot
I get the same 404 error. There’s nothing really to show in a screenshot, since it’s a 404 page.
The URL that is provided in the plugin page is:
http://www.MYDOMAIN.com/wp-admin/admin.php?page=notify-users-e-mail-settings
I think that links isn’t right. I don’t see an admin.php file in my wp-admin subdirectory.
BigGrayGolem as you are.
1 – Open new ticket to your problem.
2 – You have a problem in your WordPress, if you do not have a file admin.php
3 – Here it works perfectly https://cloudup.com/cnovh89KGzf After various tests
No, I found the error. The link provided in the Plugin page is static. It does not account if the user has installed WordPress in a subdirectory.
For example, in my case WP is installed in the subdirectory “XYZ” so the proper path to admin.php is:
http://www.MYDOMAIN.com/xyx/wp-admin/admin.php?page=notify-users-e-mail-settings
Manually entering the URL works.
Your plugin should sense where the WP install is, and alter the URL accordingly.