]> git.mxchange.org Git - friendica.git/commit
Proper error when rewrite fails during install.
authorAndreas Neustifter <andreas.neustifter@kapsch.net>
Fri, 27 Apr 2018 19:27:55 +0000 (21:27 +0200)
committerAndreas Neustifter <andreas.neustifter@kapsch.net>
Fri, 27 Apr 2018 19:27:55 +0000 (21:27 +0200)
commit70a781fa5a654dce4314182bae59377f1d52ae56
tree7e5e4fa4e5244af823f81310b6f275eddf8612e1
parenta19784d209935d77b1ed50dbfbca0487696c1b40
Proper error when rewrite fails during install.

When Curl tries to fetch the rewrite test URL and something goes wrong the user
has no clue what was the problem. This problems can include:
- The rewriting not working at all.
- HTTPS redirects do not work.
- Curl does not accept the presented SSL cert.

This commit fixes this by providing the Curl error message to the user to further
debug the problem.

Fixes #3629.~
mod/install.php
src/Util/Network.php
view/install/style.css
view/templates/install_checks.tpl