• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

ToDos after update from PHP 5.3 to 4.3

sparkxp

Basic Pleskian
Hi,

I just updated my server from PHP 5.3 to 5.4 via the dotdeb sources.
Everything was fine except a few things.

  1. I had to disable all safe_modes in several vhosts. Plesk has the default option, but I had to set them to 'off'. So I think the default value is 'on'. Is there a way to set the default value to 'off'? In my php.ini it is set off.
    safe_mode.jpg
  2. Then I found this article. At the end is a list of incompatible directives. Do I just have to remove them from my php.ini?
  3. Every half hour I get an E-Mail from my server with the subject "Cron <root@hosting> [ -x /usr/lib/php5/maxlifetime ] && [ -x /usr/lib/php5/sessionclean ] && [ -d /var/lib/php5 ] && /usr/lib/php5/sessionclean /var/lib/php5 $(/usr/lib/php5/maxlifetime)" and the content "PHP Fatal error: Directive 'safe_mode' is no longer available in PHP in Unknown on line 0". Where can I fix this? I do not have a cron for the root user which runs every half hour in "crontab -l".
  4. Are there other things I have to do after the upgrade?

Thanks for your help.
 
Last edited:
I fixed some things by myself now.

  1. I found more safe_modes in /etc/php5/cgi/php.ini and /etc/php5/cli/php.ini. After removing them, it is possible to select 'default'.
  2. I removed them all and added some new (see this document)
  3. Fixed with 1.
 
Back
Top