PDA

View Full Version : Web Admin for 3.0 has PHP errors.


dreamscape
03-29-2007, 03:07 PM
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

mistwang
03-30-2007, 08:31 AM
Thanks for the bug report.
Those warnings will be fixed in next release, you can safely ignore those for now.