Index: [Article Count Order] [Thread]

Date:  Wed, 16 Sep 2009 07:45:59 -0500
From:  "Gerald Waugh" <gwaugh (at mark) frontstreetnetworks.com>
Subject:  [coba-e:16041] Re: Can't delete site
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <FAC6EC86CBB94943B0523EBA409F8EB6@raqware>
References:  <66963F2FAC194329B127842CBC26D566@GeraldHP>
X-Mail-Count: 16041

Gerald Waugh wrote; Tuesday, September 15, 2009 9:29 AM

> trying to delete a site
>
> In the GUI
> Sep 14 09:27:04 www cced(smd)[25446]: client 0:[48:9467]: AUTHKEY to user 
> "" failed
> Sep 14 09:27:04 www cced(smd)[25449]: client [0:25448] has admin rights
> Sep 14 09:27:04 www cced(smd)[25450]: client [0:25448] has admin rights
> Sep 14 09:27:04 www cced(smd)[25450]: client 6:[0:25448]: DESTROY  62
> Sep 14 09:27:05 www cced(smd)[25450]: client 
> 6:handlers/base/sitestats/log_account.pl: DESTROY  85
> Sep 14 09:27:05 www cced(smd)[25450]: client 
> 6:handlers/base/sitestats/log_account.pl: DESTROY succeeded
> Sep 14 09:27:05 www cced(smd)[25450]: handler 
> /usr/sausalito/handlers/solarspeed/mod_mysql/modify_mysql_data.pl failed
> Sep 14 09:27:05 www cced(smd)[25450]: client 6:[0:25448]: DESTROY failed
>
> in a Shell Sessison
>
> [root (at mark) www sites]# cdelvsite --fqdn host.domain.tld
> could not convert host.domain.tld to group
>
Fixed  Solarspeed Mod MySQL 1.0.2;
edit /usr/sausalito/handlers/solarspeed/mod_mysql/modify_mysql_data.pl
Around lines 37 (was 37 and 38 on the server in question)
 #$cce->bye('SUCCESS');
 #exit(0);
Remove hashs, from those lines, then delete the site will work.
This effectively exits the program, modify_mysql_data.pl, without doing 
anything.

Gerald