Report this

What is the reason for this report?

in installation Prestashop how to Add "phar" to suhosin.executor.include.whitelist in php.ini*.

Posted on October 21, 2017

Hello,

I want to install Prastashop 1.7 but I am getting message

Add “phar” to suhosin.executor.include.whitelist in php.ini*.

I am using Sentora Panel please help me how I can solve it

Waiting for reply hope someone help me asap.

thanks.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello,

Suhosin is a protection system for PHP installations. What you could do to fix this error is:

  • Find your php.ini file:
php -i | grep php.ini
  • Then open that file and add the following to the bottom of the file:
extension = suhosin.so
suhosin.executor.include.whitelist="phar"

Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.