Submitted by clwheatley on Thu, 09/16/2010 - 13:32
Somehow one of our domains has a Joomla installation cannot upgrade to the latest available package. It was installed using the install script, but the database it is currently using doesn't match what the installation script believes it to be.
There is no place to change this in the front end (feature request maybe?) so where can I change the info the install script is reading to match the database Joomla is actually using?
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Thu, 09/16/2010 - 13:38 Comment #1
You can manually change this by editing the file at /etc/webmin/virtual-server/scriptlog/XXX/YYYY.script , where XXXX is the unique ID for the domain. You can get that ID with the command :
virtualmin list-domains --domain whatever.com --id-only
If the domain only has one script installed, that directory will only contain one file. The database is set in the
db=
line of the file.Submitted by Issues on Thu, 09/30/2010 - 14:20 Comment #2
Automatically closed -- issue fixed for 2 weeks with no activity.