In What table in Drupal is the current version of core (Drupal) stored? I’m looking for a string like 6.2.3.
I don’t see it in the system table.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
6.2.3? Current is Drupal 6.15.
Answer: system table, seek name=”system” row, unserialize “info” field, or seek text in this field text like “version”;s:4:”6.15″
Also CHANGELOG.txt file you can investigate.
Also see any *.info file in modules folder.