♥Ken_Shea Posted March 29 Share Posted March 29 (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 by Ken_Shea Quote OSC v2.3.4.1 BS EDGE Ultimate SEO Link to comment Share on other sites More sharing options...
pandrei Posted March 29 Share Posted March 29 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 Link to comment Share on other sites More sharing options...
♥Ken_Shea Posted March 29 Author Share Posted March 29 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 OSC v2.3.4.1 BS EDGE Ultimate SEO Link to comment Share on other sites More sharing options...
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.