Arnold, * If you'd look in the OTRS log after you try to run the PHP script, do you find anything useful there? * Are you sure SOAP::Lite is installed on the OTRS box _for the webserver user_? If you'd have installed it for instance using CPAN using your 'arnold' account, it would be available for that user only and not for apache. Please su to the webserver user and run otrs.checkModules again?
((enjoy)) - Michiel Beijen R&D OTRS AG Norsk-Data-Str 1. 61352 Bad Homburg Deutschland T: +31 (0) 6457 42418 F: +49 (0) 9421 56818-18 I: http://www.otrs.com/ Business Location: Bad Homburg, Country Court: Bad Homburg, Commercial register: 10751, Tax ID: 003 240 97505 Chairman of the Board: Burchard Steinbild, Managing Board: André Mindermann (CEO), Martin Edenhofer CU@ IIR Service Desk Forum in Mainz (Germany) and get to know more about OTRS at booth no. 12 from Nov 24-25, 2009! On Fri, Nov 20, 2009 at 12:25 AM, Arnold Ligtvoet <[email protected]> wrote: > Hi James, > > James Morgan wrote: >> >> Check the mailing list archive - I posted a script that creates a new TN, >> opens a new ticket, adds an article and links it to another ticket. It's in >> PHP, too. >> >> James. > > found that and tried it. Same error. Even on the init of the soapclient I > get that error, so in your code on: > $soapclient = new SoapClient(null, array('location' => > $otrs_url, > 'uri' => "Core", > > 'trace' => 1, > > 'login' => $otrs_user, > > 'password' => $otrs_pass, > > 'style' => SOAP_RPC, > > 'use' => SOAP_ENCODED)); > > I suspect that: > a) my PHP is broken (phpinfo says soap is active) > b) perl SOAP is broken somewhere (soap::lite is installed) > c) otrs is broken somewhere > > Arnold. > --------------------------------------------------------------------- > OTRS mailing list: otrs - Webpage: http://otrs.org/ > Archive: http://lists.otrs.org/pipermail/otrs > To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs > > NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! > http://www.otrs.com/en/support/enterprise-subscription/ > --------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! http://www.otrs.com/en/support/enterprise-subscription/
