cPanel username: nkorth
Browser: (irrelevant) Chrome/Linux
Nature of Problem: PHP
Domain: sproutsocial.net
Error: Class 'Silex\Application' not found
I am using the Silex PHP library, which has a known issue on servers with Suhosin installed -- it blocks loading of the .phar archive the library is packaged in. The fix, as documented here, is a change to php.ini:
suhosin.executor.include.whitelist = phar
Is this a reasonable change? My app kinda depends on it...













