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. |