Posted by mxc4 on October 1, 2006 at 6:19pm
Hi all,
Might seem like a silly question but how can you determine which version of drupal you are running?
thanks
Hi all,
Might seem like a silly question but how can you determine which version of drupal you are running?
thanks
Comments
...
http://drupal.org/handbook/version-info
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
How do I know which version
How do I know which version of Drupal I'm running?
If it's available, go to Administer (or Administration) >> Reports >> Status report. This will list your version number if you have Drupal 6.0 or later. In Drupal 5.x and earlier, the path to go to is Administer >> Logs >> Status report.
Failing that, look for a file called CHANGELOG.txt in the root of your Drupal directory and open it up to find the version you are running.
If CHANGELOG.txt is missing, you can also check in system.module for a line at the top like:
define('VERSION', '5.5');
If this is present, it will tell you which version you are running. If not, you have a version earlier than 4.7.2.
thanks
I knew it would be simple
Loving Drupal, considering marriage