Site not registered

Permalink
Hello,

I use concrete5 for my main site which is registered under my accounts as my project.

Now i created a new site as a vhost under my site (e.g. subsite.mainsite.com) but it doesn't allow me to register it.

The base URL of your site does not match a registered instance of the site. Please click below to authenticate your site again.


Any ideas how to register it as a project? I need it so i can easier install addons

thanks!

 
admin replied on at Permalink Reply
Just to add that when i try to do "Connect to the Community" i get the error

You must login with a username that is an owner or editor of this project.
davidbuzz replied on at Permalink Reply
I'm having this exact issue too.
davidbuzz replied on at Permalink Reply
in my mysql> console, doing this fixed it:

DELETE FROM `Config` WHERE `Config`.`configItem` = 'marketplace.token';
DELETE FROM `Config` WHERE `Config`.`configItem` = 'marketplace.url_token';

( after doing that, my concrete 5.7 install let me login as my current concrete5.org user account, and it all worked fine ).
Anirban replied on at Permalink Reply
will this effect for the website??