Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
PHP Toolkit: SOAP response from netsuite causes PHP to segfault!
Hello,
I am using the PHP Toolkit to develop a sync utility for our custom built website. I am using it to sync our item categories, as well as our items and some other miscellaneous records. My utility works just fine when performing an ItemSearchBasic, but SiteCategorySearchBasic is a whole different story...
As soon as I run my $nsClient->search(...), PHP segfaults and makes the webserver send various error codes (depending on the server, I have tried several). The actual call in PHP_Toolkit.php that causes the segfault is SoapClient::__soapCall(...) - so I know the problem is happening somewhere inside PHP's SoapClient.
0