[nextBBS]

Warning: Parameter 1 to DOMIT_Lite_Parser::startElement() expected to be a reference, value given in /customers/geilepraat.be/geilepraat.be/httpd.www/0.5.3/helpers/chat/lib/domit/xml_saxy_shared.php (258)
at call_user_func("""", "path_config""") (/customers/geilepraat.be/geilepraat.be/httpd.www/0.5.3/helpers/chat/lib/domit/xml_saxy_shared.php:258)
at SAXY_Parser_Base->fireStartElementEvent("path_config""") (/customers/geilepraat.be/geilepraat.be/httpd.www/0.5.3/helpers/chat/lib/domit/xml_saxy_lite_parser.php:216)
at SAXY_Lite_Parser->parseTag("path_config") (/customers/geilepraat.be/geilepraat.be/httpd.www/0.5.3/helpers/chat/lib/domit/xml_saxy_lite_parser.php:109)
at SAXY_Lite_Parser->parse(" ./data ") (/customers/geilepraat.be/geilepraat.be/httpd.www/0.5.3/helpers/chat/lib/domit/xml_domit_lite_parser.php:1777)
at DOMIT_Lite_Parser->parseSAXY("", " ./data ", "1""") (/customers/geilepraat.be/geilepraat.be/httpd.www/0.5.3/helpers/chat/lib/domit/xml_domit_lite_parser.php:1000)
at DOMIT_Lite_Document->parseXML(" ./data """) (/customers/geilepraat.be/geilepraat.be/httpd.www/0.5.3/helpers/chat/lib/St_XmlParser.class.php:37)
at St_XmlParser->parseMainConfigToArray("/customers/geilepraat.be/geilepraat.be/httpd.www/0.5.3/helpers/chat/lib/../config/path-config.xml") (/customers/geilepraat.be/geilepraat.be/httpd.www/0.5.3/helpers/chat/lib/St_ConfigManager.class.php:55)
at St_ConfigManager()() (/customers/geilepraat.be/geilepraat.be/httpd.www/0.5.3/helpers/chat/lib/St_ViewManager.class.php:21)
at St_ViewManager()() (/customers/geilepraat.be/geilepraat.be/httpd.www/0.5.3/helpers/chat/view.php:13)
at require("/customers/geilepraat.be/geilepraat.be/httpd.www/0.5.3/helpers/chat/view.php") (/customers/geilepraat.be/geilepraat.be/httpd.www/0.5.3/ajaxserver.php:415)
at AjaxServer->nextChat() (/customers/geilepraat.be/geilepraat.be/httpd.www/0.5.3/ajaxserver.php:64)
at AjaxServer()() (/customers/geilepraat.be/geilepraat.be/httpd.www/0.5.3/ajaxserver.php:484)
at require("/customers/geilepraat.be/geilepraat.be/httpd.www/0.5.3/ajaxserver.php") (/customers/geilepraat.be/geilepraat.be/httpd.www/0.5.3/index.php:442)

Source Code:
249        }
250    } //parseBetweenTags    
251    
252    /**
253    * Fires a start element event
254    * @param string The start element tag name
255    * @param Array The start element attributes
256    */
257    function fireStartElementEvent($tagName$attributes) {
258        call_user_func($this->startElementHandler$this$tagName$attributes);
259    } //fireStartElementEvent        
260    
261    /**
262    * Fires an end element event
263    * @param string The end element tag name
264    */
265    function fireEndElementEvent($tagName) {
266        call_user_func($this->endElementHandler$this$tagName);
267    } //fireEndElementEvent
268    

Variables: