Hi @steve92
subscribe-to-comments-reloaded.php
Only change in that file since version 190214 was the call to the function setUserCookie()
being changed to set_user_cookie()
. It’s not the cause of the 404, but the function is defined in wp_subscribe_reloaded.php
so if using the old wp_subscribe_reloaded.php
it will throw a PHP error because the function does not exists.
As for wp_subscribe_reloaded.php
, you said last week that you used the 190214 and still got a 404:
I also tried to completely replace the wp_subscribe_reloaded.php v.200813 file with v.190214 it always shows 404 error
This means that the problem is not in this file.
I guess there was some problem with the testing itself and the 404 issue is in wp_subscribe_reloaded.php
So, now that the testing can be done properly, use the latest version of the plugin and just replace wp_subscribe_reloaded.php
with this modified file.