Is there a way to find the version number from the installed files?
Permalink 4 users found helpful
I can't get into one of my sites, but since I'm migrating to new hosting my only interest is figuring out which version of C5 it was installed on so I can install that version at my new host.
Among all the files I can see through FTP, is there one that will reveal the version number? My DNS has already been updated to the new host and I can't seem to get the site.php updated so it will load from the old install.
Among all the files I can see through FTP, is there one that will reveal the version number? My DNS has already been updated to the new host and I can't seem to get the site.php updated so it will load from the old install.
Can't believe no one has an answer to this...
Do you mean the Concrete5 version number?
That is in one of two places.
EDIT: oops updated after seeing @Vidall
But then if it's been updated you should check
For a line with the updated version or you can just check the
directory and that should show you the latest one as well.
That is in one of two places.
/concrete/config/version.php
EDIT: oops updated after seeing @Vidall
But then if it's been updated you should check
/config/site.php
For a line with the updated version or you can just check the
/updates/
directory and that should show you the latest one as well.
concrete/config/version.php
EDIT: Sorry Mkly, wasnt being funny, think we both posted at same time, your reply wasnt there when I hit reply ;-)
Found it by accident despite the typo, thought to look in the config directory first.
Is there a chance there is a marker in the MySQL database that shows what version it was running under? I have a site that is blank after migrating hosts and as near as I can tell there are records in the backup I made. Hope like hell I don't have to rebuild the site from scratch...
Is there a chance there is a marker in the MySQL database that shows what version it was running under? I have a site that is blank after migrating hosts and as near as I can tell there are records in the backup I made. Hope like hell I don't have to rebuild the site from scratch...
In the Config table. SITE_APP_VERSION should be it.
maybe it's changed since this last post. for me APP_VERSION worked.
lol, indeed. I just saw it refresh and said, "oops" forgot the config/ part.
In version 5.7.4 the version data is included in the file concrete/config/concrete.php