You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.
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: