up vote 1 down vote favorite
share [g+] share [fb]

Hello: I have a crashed/hacked Joomla installation (Files and Folders only) Database has NOT been compromised so I have the DB which is in Good Condition.

I need to find out what was the installed version of Joomla that was live, so I can download that exact version package and reinstall it on a new location.

Is there a table or an entry in the DB that tells me this?

I have a JoomlaPack backup and I also need to know which version of Joomla Pack was installed right before the devastation, so I can restore properly.

thank you

link|improve this question

If all else fails, here is the direct link to the SQL installation files: joomlacode.org/gf/project/joomla/scmsvn/… you may be able to at least tell the approximate version by comparing the table structures, however that is probably not going to give you a definite result. – Pekka Mar 17 '10 at 12:57
Accodring to this (torkiljohnsen.com/wp-content/uploads/2006/04/…) I would try to look for it in users & access control. Unfortunetly there is only one entry with "version" and it's stands for the version of one content. – Random Mar 17 '10 at 13:10
feedback

1 Answer

up vote 2 down vote accepted

After some research:

The Joomla version is not saved on the DataBase. The Joomla version is saved in a file here:

/libraries/Joomla/version.php

link|improve this answer
Thank you very much. Perfect answer..! – DevCompany Mar 18 '10 at 9:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.