Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
Thats a php debug message and not an error. Debug messages start with "notice" while errors start with "error". You got that message bacause the error level in your php.ini is set to debug. Please edit the file /etc/php5/cli/php.ini and set error_reporting to:
Posts: 464
Thanks: 76
Thanked 35 Times in 29 Posts
Quote:
Originally Posted by till
Thats a php debug message and not an error. Debug messages start with "notice" while errors start with "error". You got that message bacause the error level in your php.ini is set to debug. Please edit the file /etc/php5/cli/php.ini and set error_reporting to:
Recent comments
19 hours 10 min ago
1 day 15 min ago
1 day 4 hours ago
1 day 6 hours ago
1 day 20 hours ago
1 day 20 hours ago
2 days 1 hour ago
2 days 8 hours ago
2 days 9 hours ago
2 days 10 hours ago