Discussions
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
PHP Toolkit v3 login error
I am testing the PHP tool kit ver 3.
The login_info.php file has the following data for the login (not changed) ,
$email = "jDoe@netsuite.com";
$password = "mySecretPwd";
$account = "MYACCT1";
$role = "3";
The webstore search gives the following error,
Fatal error: Uncaught SoapFault exception: [soapenv:Server.userException] You have entered an invalid email address or account number. Please try again. in \wamp\www\TestNSToolKit\PHP_Toolkit\PHPtoolkit.php:1498 Stack trace: #0 \wamp\www\TestNSToolKit\PHP_Toolkit\PHPtoolkit.php(1498): SoapClient->__soapCall('search', Array, NULL, Array, Array) #1 \wamp\www\TestNSToolKit\PHP_Toolkit\PHPtoolkit.php(1228): nsClient->makeCall('search', Array) #2 \wamp\www\TestNSToolKit\PHP_Toolkit\samples\webstore\search.php(78): nsClient->search(Object(nsComplexObject)) #3 {main} thrown in