Submitted by Locutus on Tue, 06/07/2011 - 14:11
Title says it all.
I installed three scripts in a test server, then used "Change Domain Name" to move the server's home directory from "/home/example.com" to "/home/example123.com".
Result is this in the "Installed scripts" overview:
Script Version Install path Using database Status MediaWiki 1.16.5 /mediawiki MySQL example_wordpress_mediawiki Manually deleted Simple Machines Forum 1.1.13 /smf MySQL example_smf Manually deleted WordPress 3.1.3 /wordpress MySQL example_wordpress Manually deleted
I suppose I could manually fix this by removing the line deleted=1
from /etc/webmin/virtual-server/scriptlog/domainID/longnumber.script
...
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Tue, 06/07/2011 - 14:45 Comment #1
That sounds like a failure in the home directory change process. In the
/etc/webmin/virtual-server/scriptlog/domainID/longnumber.script
file, does thedir=
line refer to the old home directory, or the new one?Submitted by JamieCameron on Tue, 06/07/2011 - 14:55 Comment #2
Ok, I see the bug that causes this. The work-around is to remove deleted=1 from those files .. the proper fix will be in Virtualmin 3.87.
Submitted by Issues on Wed, 06/22/2011 - 02:22 Comment #3
Automatically closed -- issue fixed for 2 weeks with no activity.
Submitted by Locutus on Wed, 06/22/2011 - 10:09 Comment #4
Oh, forgot to add: Good work! :)