Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted (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.

image.png.ce1378f602e2b09ccc358e51ff511b85.png

Edited by Ken_Shea
Posted
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');
Posted
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 

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.

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...