Как узнать версию joomla

от admin

Как узнать версию Joomla?

Узнать, под какой версией Joomla работает ваш сайт полезно в тот момент, когда вы хотите установить новый элемент на сайт, например модуль или расширение. Также, версию Joomla полезно знать для того, чтобы своевременно обновлять ядро данной CMS, так как без регулярного обновления, ваш сайт может быть взломан через уязвимости в старых версиях Joomla.

Посмотреть различные версии Joomla, в том числе и актуальную, можно по данной ссылке.

Существуют различные способы определить версию Joomla Вашего сайта.
Мы рассмотрим два основных из них: просмотр версии Joomla в панели администратора сайта и проверка версии Joomla в скриптах сайта.

Первый способ. Узнать версию Joomla через админку сайта.

Данный способ является самым простым, однако, для данной проверки Вам необходимо иметь доступ в панель администратора сайта.
Перейдем к проверке:

1. Зайдем в панель администратора вашего Joomla сайта (страница site.ru/administrator, где вместо site.ru надо указать домен вашего сайта).
2. В верхней части раздела админки, найдем значок Joomla, рядом с ней будут написаны цифры. Именно данные цифры и означают текущую версию Joomla, установленную на сайт. Просим вас заметить, что данная информация видна только при определенном разрешении окна браузера.

Пример окна где цифры видны:

Пример окна где цифры не видны, здесь нужно нажать на пиктограмму с тремя кружками, там вы увидите необходимую информацию:

Второй способ. Узнать версию Joomla через файлы сайта.

Данный способ подойдет вам в том случае, если по какой-либо причине у вас нет доступа в админскую часть сайта, но у вас есть доступ к файлам сайта.

1. Зайдем в директорию вашего сайта с помощью FTP-клиента, ssh, либо менеджера файлов.
2. Перейдем в каталог administrator/manifests/files и найдем файл joomla.xml:

3. Откроем данный файл и найдем в нем строку с тегом <version></version>.

Между тегами и будет написана версия Joomla, которая на данный момент установлена на сайте:

How to check the Joomla version?

You need to know which version of Joomla! is running on your website and you don’t know where to find it in the backend? Here are the different methods, depending on the Joomla! version.

Joomla! 1.0.x [ править ]

How To Access [ править ]

From the Backend [ править ]
  • Log in the backend of your website,
  • Go to Information   System Info: this screen contains all system information you may need, the Joomla! Version currently running, and also PHP, database versions and so on.

Screenshot [ править ]

Joomla-Version-1.0.x-en.png

Other Ways [ править ]

If you don’t have access to the backend, here are other ways to find the Joomla! version :

  • By FTP, go to root   includes   joomla   version.php
  • You can also view the source code of the page. In the head section, even if the version is not clearly mentioned, you know that you are running 1.0 version if the content of the meta generator tag is Copyright (C) 2005 — 2007 Open Source Matters.

Joomla! 1.5.x [ править ]

How To Access [ править ]

From the Backend [ править ]
  • Log in the backend of your website,
  • Go to Help   System Info: this screen contains all system information you may need, the Joomla! Version currently running, and also PHP, database versions and so on.

The Joomla! version is also mentioned at the top right of every pages of the backend.

Screenshot [ править ]

Joomla-Version-1.5.x-en.png

Other Ways [ править ]

If you don’t have access to the backend, here are other ways to find the Joomla! version :

  • By FTP, go to root   librairies   joomla   version.php: the version is mentioned in the lines var $RELEASE (for the release version) and var $DEV_LEVEL (for the maintenance version).
  • By FTP, go to root   template   system   css   template.css: the version is not clearly mentioned, but you know that you are running 1.5 version thanks to this line: @copyright Copyright (C) 2005 — 2010 Open Source Matters. If you do not have a FTP access, you can also open the template.css file in your browser.
  • By FTP, go to root   languages   en-GB   en-GB.ini: the version is not clearly mentioned, but you know that you are running 1.5.26 thanks to the 1st line of this .ini file: # $Id: en-GB.ini 11391 2009-01-04 13:35:50Z ian $.
  • You can also view the source code of the page. In the head section, the version is mentioned in the content of the meta generator tag: Joomla! 1.5 — Open Source Content Management.

Joomla! 1.6.x [ править ]

How To Access [ править ]

From the Backend [ править ]
  • Log in the backend of your website,
  • Go to Site   System Information: this screen contains all system information you may need, the Joomla! Version currently running, and also PHP, database versions and so on.

The Joomla! version is also mentioned at the bottom of every pages of the backend.

Screenshot [ править ]

Joomla-Version-1.6.x-en.png

Other Ways [ править ]

If you don’t have access to the backend, here are other ways to find the Joomla! version :

  • By FTP, go to root   libraries   joomla   version.php.
  • By FTP, go to root   template   system   css   system.css: the version is not clearly mentioned, but you know that you are running 1.6 version thanks to this line: @version $Id: system.css 20196 2011-01-09 02:40:25Z ian $. If you do not have a FTP access, you can also open the system.css file in your browser.
  • By FTP, go to root   languages   en-GB   en-GB.ini: the version is not clearly mentioned, but you know that you are running 1.6.0 thanks to the 1st line of this .ini file ; $Id: en-GB.ini 20196 2011-01-09 02:40:25Z ian $ or 1.6.5 if the 1st line is ; $Id: en-GB.ini 20990 2011-03-18 16:42:30Z infograf768 $.
Читать:
Pelles c как пользоваться

Joomla! 1.7.x [ править ]

How To Access [ править ]

From the backend [ править ]
  • Log in the backend of your website,
  • Go to Site   System Information: this screen contains all system information you may need, the Joomla! Version currently running, and also PHP, database versions and so on.

Screenshot [ править ]

Joomla-Version-1.7.x-en.png

Other Ways [ править ]

If you don’t have access to the backend, here are other ways to find the Joomla! version :

  • By FTP, go to root   librairies   joomla   version.php: the version is mentioned in the lines var $RELEASE (for the release version) and var $DEV_LEVEL (for the maintenance version).
  • By FTP, go to root   template   system   css   system.css: the version is not clearly mentioned, but you know that you are running 1.7 version thanks to this line: @version $Id: system.css 21322 2011-05-11 01:10:29Z dextercowley $. If you do not have a FTP access, you can also open the system.css file in your browser.
  • By FTP, go to root   languages   en-GB   en-GB.ini: the version is not clearly mentioned, but you know that you are running 1.7.1 thanks to the 1st line of this .ini file ; $Id: en-GB.ini 20990 2011-03-18 16:42:30Z infograf768 $, 1.7.3 if the 1st line is ; $Id: en-GB.ini 22183 2011-09-30 09:04:32Z infograf768 $, 1.7.5 if the 1st line is ; $Id: en-GB.ini 22183 2011-09-30 09:04:32Z infograf768 $.

Joomla! 2.5.x [ править ]

How To Access [ править ]

From the Backend [ править ]
  • Log in the backend of your website,
  • Go to Site   System Information: this screen contains all system information you may need, the Joomla! Version currently running, and also PHP, database versions and so on.

The Joomla! version is also mentioned at the bottom of every pages of the backend.

Screenshot [ править ]

Joomla-Version-2.5.x-en.png

Other Ways [ править ]

If you don’t have access to the backend, here are other ways to find the Joomla! version:

  • By FTP, go to root   librairies   cms   version   version.php: the version is mentioned in the lines public $RELEASE (for the release version) and public $DEV_LEVEL (for the maintenance version).
  • By FTP, go to root   template   system   css   system.css: the version is not clearly mentioned, but you know that you are running 2.5 thanks to this line: Copyright (C) 2005 — 2014 Open Source Matters, Inc. If you do not have a FTP access, you can also open the system.css file in your browser.
  • By FTP, go to root   languages   en-GB   en-GB.xml: the version is mentioned in the file, in the version tag.

Joomla! 3.x.x [ править ]

How To Access [ править ]

From the Backend [ править ]
  • Log in the backend of your website,
  • Go to System   System Information: this screen contains all system information you may need, the Joomla! Version currently running, and also PHP, database versions and so on.

The Joomla! version is also mentioned at the bottom right of every pages of the backend.

Screenshot [ править ]

Joomla-Version-3.4.x-en.png

Joomla! 4.x.x [ править ]

How To Access [ править ]

From the Backend [ править ]
  • Log in the backend of your website,
  • Go to System   System Information: this screen contains all system information you may need, the Joomla! Version currently running, and also PHP, database versions and so on.

The Joomla! version is also mentioned at the bottom right of every pages of the backend.

Other Ways [ править ]

If you don’t have access to the backend, here are other ways to find the Joomla! version :

  • For Joomla < 3.8.x: via filesystem, go to root   libraries   cms   version   version.php
  • For Joomla >= 3.8.x: via filesystem, go to root   libraries   src   Version.php

The version is mentioned in the lines public $RELEASE (for the release version) and public $DEV_LEVEL (for the maintenance version).

Проверка наличия новых версий Joomla 3

Движок для создания сайтов Joomla имеет своё сообщество. Люди, состоящие в этом сообществе работают над улучшением движка Joomla. Следствием этого является появление обновлений Joomla. Полезно проверять наличие выхода новых версий, так как это связано с безопасностью и уязвимостью сайта на Joomla. Как проверить Joomla на наличие обновлений рассказывается ниже.

Все манипуляции с движком сайта конечно происходят через Панель управления сайтом. Как зайти в админку (админпанель) Joomla 3 подробно описано в этой статье.

Где в админке Joomla можно посмотреть наличие новых версий?

Для того, чтобы проверить наличие новой версии Joomla можно в верхнем меню админки выбрать пункт «Компоненты», а в нём подпункт «Обновление Joomla!»:

в верхнем меню админки Обновление Joomla

Или в правом меню Админпанели в пункте «ОБСЛУЖИВАНИЕ» выбрать подпункт «Версия Joomla!»:

в правом меню Админпанели в пункте «ОБСЛУЖИВАНИЕ»

При переходе по одной из указанных ссылок попадаем на страницу «Обновление Joomla!» на которой можно узнать текущую версию Joomla и кликнуть на кнопку «Проверить обновления»:

кликнуть на кнопку «Проверить обновления»

Информация о новых версиях Joomla в админке сайта.

В открывшемся окне можно ещё раз убедиться в отсутствии или наличии новых версий Joomla:

убедиться в наличии новых версий Joomla

Заберите ссылку на статью к себе, чтобы потом легко её найти!
Выберите, то, чем пользуетесь чаще всего:

Как определить версию Joomla?

Посмотрите в правый верхний угол панели администратора. Если версия указана там, то вы используете Joomla линейки 1.5.x.

Джумла 1.5

Если же вы не видите указание версии в правом верхнем углу, значит вы используете версию 1.6.x-3.1.x.

Перейдите в пункт меню Сайт —> Информация о системе (в версии 1.6.x-2.5.x) или Система —> Информация о системе (в версии 3.0.х и выше). И перед вами откроется точная информация об используемой версии движка.

Похожие статьи