Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New installation error issue


Ken_Shea

Recommended Posts

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.

image.png.ce1378f602e2b09ccc358e51ff511b85.png

Edited by Ken_Shea
Link to comment
Share on other sites

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');
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...