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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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