Posts: 0
Threads: 3
Joined: Jan 2025
Reputation:
0
Hi, I have set 2 of my domains to passive mode... when I tried to make them active, ehcp takes no notice of the setting and just keeps them in passive mode...
Please help me!
Thanks
Restored from old drupal forum, for user uid:4182 username:lewismichaelbbc
You may reset your password to access your new account here.
Posts: 0
Threads: 3
Joined: Jan 2025
Reputation:
0
If no one knows how to fix this problem, please can someone tell me how I can manually set this domain back to 'active' mode.
Thanks!
Restored from old drupal forum, for user uid:4182 username:lewismichaelbbc
You may reset your password to access your new account here.
Posts: 1,386
Threads: 252
Joined: Jan 2025
Reputation:
0
most probably, you are using old ehcp version. old versions have this bug.
either upgrade to 0.30.4, or do it manually:
in console,
mysql -p
use ehcp ;
update domains set status='active' where domainname='yourdomain.com';
after doing that, ehcp->options->syncdomains
this should fix it.
for upgrade, follow http://www.ehcp.net/?q=node/529
Restored from old drupal forum, for user uid:4182 username:lewismichaelbbc
You may reset your password to access your new account here.
Posts: 0
Threads: 3
Joined: Jan 2025
Reputation:
0
Fantastic! Thanks a lot
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.