[phpxmlrpc-devel] line 333
Brought to you by:
ggiunta
From: Oliver M. <dow...@ho...> - 2003-04-21 12:40:15
|
Hello there =20 XML-RPC with PHP 4.2.3 and Apache 1.3.27(Win32) on Win2k SP3. I got the following notice on the http: Undefined index: ac in = xmlrpc.inc on line 333. And the following warning: Can't add header = information - headers already sent by (output started at xmlrpc.inc:333) = in xmlrpcs.inc on line 178. I added the following peace of code at line 333, as described in the = book "professional php4 xml" from wrox (see page 650): = if(!isset($_xh[$parser]['ac'])){$_xh[parser]['ac']=3D'';}. But it = doesn't help. I still got the same notice and warning. Who can help? |