User tests: Successful: Unsuccessful:
Fix for #6523
Labels |
Added:
?
|
thanks for testing etc
On 21 March 2015 at 10:41, Fedir Zinchuk notifications@github.com wrote:
think I found why it can happen,
it can happen when use some tool/script for unzip the Joomla_Package.zip
on server side,
the tool can skip the empty folderhow can check:
upload Joomla_Package.zip to the server,
use phpFileManager http://phpfm.sourceforge.net/ for unpack,
go to administrator/manifests and you will see that packages does not
exist,Then, add 'index.html' in to Joomla_Package.zip
administrator/manifests/packages
and repeat the previous steps (upload, unpack),
go to administrator/manifests and you will see that packages exist now,test works good
—
Reply to this email directly or view it on GitHub
#6524 (comment).
Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-03-21 10:45:19 |
Thanks!
Milestone |
Added: |
think I found why it can happen,
it can happen when use some tool/script for unzip the Joomla_Package.zip on server side,
the tool can skip the empty folder
how can check:
upload Joomla_Package.zip to the server,
use phpFileManager for unpack,
go to
administrator/manifests
and you will see thatpackages
does not exist,Then, add 'index.html' in to Joomla_Package.zip
administrator/manifests/packages
and repeat the previous steps (upload, unpack),
go to
administrator/manifests
and you will see thatpackages
exist now,test works good