J3.x

Не устанавливается расширение

From Joomla! Documentation

Revision as of 05:04, 9 March 2015 by AlexSmirnov (talk | contribs) (Created page with "Некоторые расширение не будут устанавливаться под Joomla! 3.4.0, выдавая сообщение об ошибке "No file selec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Joomla! 
3.4.0

Некоторые расширение не будут устанавливаться под Joomla! 3.4.0, выдавая сообщение об ошибке "No file selected. Unable to find install package"

Errors reported

No file selected. Unable to find install package

(Note that this error is very generic and can apply to many other issues. This is however the only UI error shown as a result of this issue that affects Joomla 3.4.0 ONLY)

Versions affected

General Information

This pertains only to Joomla! version(s):- 3.4.0

What is the cause

Extra security checks for PHP files were added for file uploads in JFile::upload. Unfortunately these were not disabled for the extension installer meaning any uncompressed zip files were interpreted as insecure and therefore not installed.

How to fix

Ensure that your zip files are properly compressed before installing

Apply the following patch https://github.com/joomla/joomla-cms/pull/6180.patch (this will be shipped in Joomla 3.4.1)