The objective of ISPconfig in terms of helping newbies learn to use linux seems to be working for me. I'm very happy with how things are going. I noticed that the shell would occasionally tell me that I have new mail so I looked it up and installed mutt show I could find these messages. There are 92 of them and most of them go something like this… Code: Date: Sun, 15 Apr 2012 16:39:01 -0400 (EDT) From: Cron Daemon <[email protected]> To: [email protected] Subject: Cron <root@rule303> [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -n 200 -r -0 rm PHP Deprecated: Comments starting with '#' are deprecated in +/etc/php5/cli/conf.d/suhosin.ini on line 2 in Unknown on line 0 Is this something I need to be concerned about? Do I need to go through all my cron files related to PHP and change or remove the comments symbols?
These are just notices, so nothing to worry about. If you like to get rid of them you mif´ght want to check the files in /etc/php5/cli/conf.d/ directory and if they conatin a comment starting with #, replace # with ;