|
Posted by Alex on 06/20/05 14:44
James Kennedy wrote:
> Aidan wrote:
>
>
>> Not sure if it has anything to do with your problem, but when I have
>> had 'error on line xxx', where xxx is the last line of my file, it was
>> generally because there were missing braces({}) in nested loops or
>> function definitions.
>>
>> HTH
>>
>>
>
> Hi,
>
> No, this is generating an error in nusoap.php, as in the dowloaded class
> libraries, that, I would assume, is coplete and ready to go. I think the
> problem is that I have to set something up concerning nusoap, but I
> don't know what?
>
> Thanks Jim.
If you are using php5 and have the built-in soap classes (i.e.
SoapClient) enabled then it is going to think you are redeclaring the
SoapClient class and throw this error. If you want to use NuSOAP then
disable the built-in classes...
Fast
[Back to original message]
|