Fedora 10 ISPConfig 3.0.1.1 When trying to add new whitelist i get in web interface: Error 1. In apache logs there is: PHP Notice: Undefined index: limit_spamfilter_wblist_txt in /usr/local/ispconfig/interface/web/mail/spamfilter_whitelist_edit.php on line 66 What is the problem?
The error level in your php.ini file is set to the wrong level, please change it to: error_reporting = E_ALL & ~E_NOTICE and restart apache.
I have error_reporting = E_ALL in my php.ini. Does not it mean "show all errors and notices"? Ok, i've changed it to error_reporting = E_ALL & ~E_NOTICE. Now there are no errors and no notices in logs. However, the problem persists.