Ken_Shea Posted March 29, 2023 Posted March 29, 2023 (edited) Hi all, Just had the V4 re-installed fresh to start over with a clean slate now that I've learned some of the setup steps. Now the stock furniture theme frontend loads but the backend/admin login shows ERROR for site owner:Invalid domain for site key even before any login attempt was made Any suggestion to resolve this? Server and browser cache was cleared multiple time My apologies on the red font, can't see where that can be changed. Edited March 29, 2023 by Ken_Shea Quote
pandrei Posted March 29, 2023 Posted March 29, 2023 4 hours ago, Ken_Shea said: Any suggestion to resolve this? Unfortunately that issue might happen in osCommerce < 4.12 There are two ways to solve it: 1) Run this SQL UPDATE configuration SET configuration_value = 'False' WHERE configuration_key = 'PREFERRED_USE_RECAPTCHA'; 2) Editing the file 'admin/includes/local/configure.php' and add the following line: define('PREFERRED_USE_RECAPTCHA', 'false'); Ken_Shea 1 Quote
Ken_Shea Posted March 29, 2023 Author Posted March 29, 2023 3 hours ago, pandrei said: define('PREFERRED_USE_RECAPTCHA', 'false'); Thanks pandrei I can do the 2nd way, don't know how to run a SQL And I do not want the CAPTCHA Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.