• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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