Open philipwhiuk opened 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 ;-) )
Steps to reproduce the issue
Expected result
One of:
A successful installation
A message giving sufficient information to fix the issue e.g. :
Unable to download install package to
extensions
folder - folder is not writeable by serverUnable to extract install package to
administration/components
folder - zip extension is missingActual result
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: