@JcMagpieI am having a similar issue to that shown above, having loaded the jcm-recaptcha module into Phoenix 1.07.13 . I have only create account and contact us listed in good pages.
var $good_pages = ['contact_us.php', 'create_account.php'];
var $version = 'JcMgoogleCapatcha Hooks V1.5 by JcMagie 04-12-2019';
If I now attempt, as a customer, to edit my address the process doesn't update the address or move me to the next page and three errors are thrown up in the log:
[15-Jan-2021 15:43:51 Europe/London] PHP Notice: Constant MODULE_CONTENT_RECAPTCHA_ERROR already defined in /home/solarpro/public_html/phoenix1/includes/languages/english/hooks/shop/siteWide/jcm_google_recaptcha.php on line 15
[15-Jan-2021 15:43:51 Europe/London] PHP Notice: Constant MODULE_CONTENT_RECAPTCHA_SITEKEY already defined in /home/solarpro/public_html/phoenix1/includes/languages/english/hooks/shop/siteWide/jcm_google_recaptcha.php on line 16
[15-Jan-2021 15:43:51 Europe/London] PHP Notice: Constant MODULE_CONTENT_RECAPTCHA_SECRETKEY already defined in /home/solarpro/public_html/phoenix1/includes/languages/english/hooks/shop/siteWide/jcm_google_recaptcha.php on line 17
I hope this means something to somebody who might be able to suggest a solution?