Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Troubleshooting

klaussilveira edited this page May 18, 2012 · 7 revisions

If you're having problems during the installation of GitList, make sure your PHP is correctly configured. Certain PHP distributions can have very restrictive default PHAR settings. PHAR is used within GitList to load Silex, a microframework. Setting the following directives on your php.ini might solve your problem:

detect_unicode = Off
phar.readonly = Off
phar.require_hash = Off

If you have the Suhosin patch (Ubuntu has it by default) you will also have to set this:

suhosin.executor.include.whitelist = phar
Clone this wiki locally