So last weekend I installed PHP5 on my server, to finally be able to do some new stuff, and this, it seemed, created some trouble with my SEO scripts that used NUSOAP. What is the problem? Well it’s easy: PHP5 has a soapclient built in, and this causes trouble :).
The solution is easy as well, rename class soapclient and function soapclient to nusoapclient in nusoap.php, and make sure you use new nusoapclient instead of new soapclient in your scripts.
November 27 - 28, 2025
Team Yoast is Attending, Sponsoring, Yoast Booth at WordCamp Netherlands 2025! Click through to see who will be there, what we will do, and more!
See where you can find us next »
Discussion (7)