[BlueOnyx:24538] Re: failed to destroy vsite(s) -The server encountered an internal error and was unable to complete your request.

Michael Stauber mstauber at blueonyx.it
Thu Nov 26 18:28:52 -05 2020


Hi Tim,

> Below is a snip from /var/log/messages
> 
> handler handlers/Compass/webapps/vsite_userdel.pl failed
> DESTROY failed

That handler does the deletion of Vsite WebApps such as RoundCube,
Wordpress and others. On Vsite deletion it removes the associated MySQL
database(s) and User(s).

It might fail like this if the MySQL connection either isn't possible,
or if the DBs are already gone.

You can temporarily disable this handler like this:

Edit /usr/sausalito/handlers/Compass/webapps/vsite_userdel.pl as "root".
Find the line ...

$cce->connectfd();

... and put this right below it:

# Start: Disable me
$cce->bye('SUCCESS');
exit(0);
# End: Disable me

Then save the changes and you will be able to delete the Vsites as the
handler then will never fail. But it'll also not remove the MySQL
databases and users, so you then have to do that manually via phpMyAdmin.

-- 
With best regards

Michael Stauber



More information about the Blueonyx mailing list