Web Admin for 3.0 has PHP errors.

#1
I like the new look for the Web Admin, but mine is filled with PHP warnings and notices about expected arrays, etc.

Most of the warnings come from classes/ws/ConfCenter.php, around the member $this->_serv->_data['listeners'] which the class expects to be an array. However, if you have no listeners, as is the case when using Apache's httpd.conf file, it will be null, and thus throw PHP warnings all over the screen.

Lines ~50 and ~186 pop up the most as having the problem.

Thanks :D
 
Last edited:
Top