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.
Problem with PHP Toolkit using Netsuite 2009.1
Should the newest php toolkit be compatible with Netsuite 2009.1? I'm new to using SuiteTalk but I can't seem to get the sample webstore running. Here's a sample of code that produces the error. Any time a SOAP request is made I receive an error on line 1498 of the tool kit.
<?php
require_once 'php_toolkit/PHPtoolkit.php';
// create a client object. You can specify the host to send requests to, e.g. live, beta, sandbox. Default is live.
$myNSclient = new nsClient( nsHost::live );
$email = "xxxxxxx";
$password = "xxxxxxxx";
$account = "xxxxxx";
$role = "3";
// set request level credentials. (email, password, account#, internal id of role)
0