View Single Post
Old 13.02.2006, 11:46   #2 (permalink)
sujit_rajput
Baby Mamber
 
Join Date: Feb 2006
Posts: 4
sujit_rajput is on a distinguished road
Smile Re: Error:'document.adminForm.task' is null or not an object

Atlast Got the Solution To Error:'document.adminForm.task' is null or not an object:
No one in the forum nor on the web had the solution.Atlast we the developer team found the bug.

The problem is that the class SoapClient was added into PHP5. The quickfix that I made and works is changing in nusoap.php, "soapclient" to "soapclient2" in the class and constructor lines and then changing all instances of "new soapclient" to "new soapclient2" in respective pages


Thanks all.
sujit_rajput is offline   Reply With Quote