Forums | Mahara Community
Support
/
Version record
28 May 2009, 4:02
Hi,
I was wondering how you can find out which version of Mahara you are running? I can't find a version record anywhere.
28 May 2009, 5:25
Hi Carl,
There are two places the version lives - lib/version.php and the database. You want to look for records in the config table called either 'release' or 'version' (release is like 1.1.3 and version is like YYYYMMDDxx).
The way Mahara detects whether to upgrade itself or not is by making sure the code version and the db version are the same.
Also all plugins have their own version.php and database record - in $plugintype_installed table (eg artefact_installed, blocktype_installed, etc)
30 May 2009, 21:43
Also, for the record - in the footer in the admin section