Closed fritzmg closed 8 years ago
I cannot merge the PR like this.
On the start page of the check, only the PHP versions are checked. If you want to check for PHP extensions, you would have to add a details page (as for the file permissions, the repository etc.).
Yes, but currently, none of the compatibility checks for Contao have something like that. Should it only be added for Contao 4?
It does not have to be added at all IMO. But if you still want to, you would ideally do it for all Contao versions; whereby we can remove the Contao 2 check I guess.
It does not have to be added at all IMO.
Well it would be helpful. The following procedure is described quite frequently on the community forum:
/install.php
, enter the Install Tool password and after that are presented with a blank page./app/logs
, they wonder why it's not working.In most cases it's the missing PHP Intl extension.
I have created a more detailed PR: #108
So can this one be closed?
Yes
This adds an additional check for the PHP Intl Extension (see #95). Again, this PR comes without any translations.