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