• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

how could I disable php safe mode? drupal installation problem

S

samyb

Guest
I have a problem using parallel plesk panel
after being connected to my panel, I go to application & services, web applications
I clik on application installation and I search for drupal

plesk find me drupal v6.1,
I clik on install and I receive this message:

Info
Prise en charge de PHP (>= 4.3.5) (disponible : 5.2.17, OK : oui)
PHP safe mode off (disponible : on, OK : non)
Base de données requise (mysql, version >= 4.1.1) (disponible : 4.1.22, OK : oui)
Espace disque requis : 3.41 Mo (disponible : 973 Mo, OK : oui)

how could I do to disable php safe mode and install drupal??

help me please I really need drupal

PS: sorry for my poor english, I'm french
 
Change the line safe_mode = on to safe_mode = off in the php.ini.

path of the php.ini is "%plesk_dir%\additional\pleskphp5\php.ini"

You should restart the web server service in order for the changes to take effect.
 
Back
Top