Nusoap – PHP Warning: Attempt to modify property of non-object in nusoap/lib/nusoap.php on line 4603

N

How Can We Help?

Nusoap – PHP Warning: Attempt to modify property of non-object in nusoap/lib/nusoap.php on line 4603

Open the file lib/nusoap.php and change line 4594 from

$this->schemas[$ns]->imports[$ns2][$ii]['loaded'] = true;

to

$this->schemas[$ns][$ns2]->imports[$ns2][$ii]['loaded'] = true;

Source: http://sourceforge.net/projects/nusoap/forums/forum/193578/topic/4566878

About the author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me