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
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
db_query aborting after nsClient->search call
I have a PHP script on our Drupal site that references our Netsuite instance to read and write data. It uses login_info.php, directory_v2009.2.php, and a shell PHP file called netsuitesync.module that has been customized to write and sync data.
I am having a weird issue where part of my code has started erroring out as soon as it encounters any db_query command after it calls nsClient->search($customSearch), where $customSearch is a CustomRecordSearchBasic object. It's always worked fine, but we recently made some major changes to the custom records in question, adding many new records (we've gone from about 250 to nearly 1000) and adding many new fields.
0