[phpOpenTracker-general] Fatal Error bei Clickpfad-Analyse

Jörg Halitschke <[email protected]> Mon, 18 Jul 2005 17:18:15 +0200
Newsgroups gmane.comp.web.phpopentracker.general
Message-ID <[email protected]>
Hallo,

sobald ich bei irgendwelchen Clickpfad-API-Calls ein anderes
result_format als array verwende, bekomme ich folgenden Fehler:

Fatal error: Call to a member function on a non-object in
c:\inetpub\wwwroot\auswertung\phpOpenTracker\API\plugins\clickpath_analys=
is.
php on line 448

Testcode:
<?php
$paths =3D phpOpenTracker::get(

  array(

    'api_call' 		=3D> 'top_paths',

    'start'			=3D> 1109631600,

	'end'			=3D> 1109718000,

	'limit'		=3D> 1,

    'length'   		=3D> 3,

	'result_format'	=3D> 'xml'

  )

);

print_r($paths);
?>

Mit 'result_format' =3D> 'array' bekomme ich korrekte Ergebnisse - was l=E4=
uft
da falsch? S=E4mtliche Beispiele aus der Dokumentation funktionieren nich=
t.

Viele Gr=FC=DFe,
J=F6rg Halitschke