Submitted by DonPeek on Sun, 12/27/2015 - 15:28 Pro Licensee
I am reposting this here because I still need a answer.
Posted: Wed, 2015-12-16 10:04 We have updated a Joomla site.. from 1.5x to 3.4.6. Now I need to let Virtualmin know... I thought I could go to /etc/webmin/virtual-server/scriptlog/0001customer/ edit the file that had the Joomla number. the problem is the that must not be correct because it gets over written.. So how do I let the system know we updated the program.. Thanks Don PS: I stopped Virtualmin, updated the scriptlog, restarted virtualmin, same issues.. keeps going back old one.
Status:
Active
Comments
Submitted by JamieCameron on Sun, 12/27/2015 - 19:35 Comment #1
Editing the version number in the
scriptlog/domain-id/script-id
directory should do what you want. If not, make sure you have the correct domain ID.Submitted by DonPeek on Mon, 12/28/2015 - 13:07 Pro Licensee Comment #2
Tried that.. but it did not work... That is my issue..
Submitted by DonPeek on Mon, 12/28/2015 - 13:08 Pro Licensee Comment #3
Tried that.. but it did not work... That is my issue..
Submitted by JamieCameron on Mon, 12/28/2015 - 13:17 Comment #4
Can you post the full contents of the file under the
scriptlog
directory that you changed?Submitted by DonPeek on Mon, 12/28/2015 - 23:19 Pro Licensee Comment #5
------- this is the was... ---------------------
opts_phpver=5.4 opts_db=mysql_slenderwrapinc_joomla opts_dir=/home/slenderwrapinc/www partial= desc=Under www url=http://slenderwrapinc.com/ user=slenderwrapinc opts_joomla_secret= pass=andib version=1.6.6 name=joomla opts_sample=0 opts_path=/ opts_lang=en opts_newdb=1 deleted=0 time=1451244963
----------- I change it to this.. --------- opts_phpver=5.4 opts_db=mysql_slenderwrapinc_joomla opts_dir=/home/slenderwrapinc/www partial= desc=Under www url=http://slenderwrapinc.com/ user=slenderwrapinc opts_joomla_secret= pass=andib version=3.4.8 name=joomla opts_sample=0 opts_path=/ opts_lang=en opts_newdb=1 deleted=0
---------------------- Note: I also remove the time stamp ---------------
After checking the script summary, it is back with a new time stamp...
opts_phpver=5.4 opts_db=mysql_slenderwrapinc_joomla opts_dir=/home/slenderwrapinc/www partial= desc=Under www url=http://slenderwrapinc.com/ user=slenderwrapinc opts_joomla_secret= pass=andib version=1.6.6 name=joomla opts_sample=0 opts_path=/ opts_lang=en opts_newdb=1 deleted=0
time=1451365123
The site is 3.4.8 ... I know, just can't convince Virtualmin..
Don
Submitted by JamieCameron on Mon, 12/28/2015 - 23:58 Comment #6
Ok, I think I see the issue - for Joomla, Virtualmin attempts to determine the actual version based on the following files under the install dir :
libraries/joomla/version.php
includes/version.php
libraries/cms/version/version.php
specifically, it looks for the RELEASE and DEV_LEVEL lines.
Submitted by DonPeek on Tue, 12/29/2015 - 21:25 Pro Licensee Comment #7
Thanks, That was where it was hiding.. Don
Submitted by JamieCameron on Tue, 12/29/2015 - 22:20 Comment #8
Great. I'm curious why those files didn't get updated when you manually upgraded Joomla though?
Submitted by rsecor on Wed, 08/31/2016 - 22:44 Comment #9
Was looking around as I have a similar issue.
I would suggest the following files be looked at in a Joomla installation:
(1) ./administrator/manifests/files/joomla.xml --> 3.6.2
(2) ./language/en-GB/install.xml --> 3.6.2
I believe the 2nd one is better.