joomla / joomla-cms

Home of the Joomla! Content Management System
https://www.joomla.org
GNU General Public License v2.0
4.79k stars 3.65k forks source link

Installer logic doesn't provide much information to help diagnose the issue #29727

Open philipwhiuk opened 4 years ago

philipwhiuk commented 4 years ago

Steps to reproduce the issue

Expected result

One of:

Actual result

Error 
Unable to find install package 

System information (as much as possible)

Additional comments

Likely the issue in my individual case is that a certain folder needs chgrp-ing. But this is a not un-reported issue on other installs (e.g. https://stackoverflow.com/questions/47210149/joomla-error-unable-to-find-install-package ) and surely it's possible to do better.

From code inspection this likely affects 3.x and 4.x:

ReLater commented 4 years ago

From my point of view it would go to far to analyze environment miscongigurations in situations that you describe. That would result in an overhead of additional code with eventualities blah.

But yes, at least a prominent after-Joomla-installation-message that points to the system informations that are present in Joomla with hint like "Before you proceed have a look ..." could be helpful sometimes.

See also: https://github.com/joomla/joomla-cms/issues/25921 (good idea but no manpower ;-) )