Quantcast
Channel: nitesH
Viewing all articles
Browse latest Browse all 10

[Solved] symfony 2 Major problems Major problems have been detected and must be fixed before continuing: Add “phar” to suhosin.executor.include.whitelist in php.ini*.

$
0
0

Well, when I was checking the requirements for symfony 2, I was presented with this Major Problem. I tried adding

suhosin.executor.include.whitelist=”phar”

to the end of php.ini file, but that was not helping. The important thing I was missing was installing php5-suhosin.
So install php5-suhosin by

sudo apt-get install php5-suhosin

And do restart your apache server before checking again.


Viewing all articles
Browse latest Browse all 10

Trending Articles