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.
PHPToolkit error
hi,
When i use the following code, i get the following error:
Code:
in the file PHP_Toolkit/samples/sample_search_items.php bundled with the sample toolkit.
Error:
[CODE]
[Mon Mar 23 07:28:45 2009] [error] [client 192.168.130.1] PHP Notice: Undefined property: stdClass::$nsComplexObject_type in /var/www/html/nsmain/PHP_Toolkit/PHPtoolkit.php on line 390, referer: http://192.168.130.128/nsmain/PHP_Toolkit/samples/sample_search_items.php
[Mon Mar 23 07:28:45 2009] [error] [client 192.168.130.1] PHP Notice: Undefined index: in /var/www/html/nsmain/PHP_Toolkit/PHPtoolkit.php on line 1890, referer: http://192.168.130.128/nsmain/PHP_Toolkit/samples/sample_search_items.php
[Mon Mar 23 07:28:45 2009] [error] [client 192.168.130.1] PHP Fatal error: Uncaught exception 'Exception' with message 'ComplexType reference was not found in directory. ComplexTypeName = ' in /var/www/html/nsmain/PHP_Toolkit/PHPtoolkit.php:1910\nStack trace:\n#0 /var/www/html/nsmain/PHP_Toolkit/PHPtoolkit.php(25): getNameSpace(NULL)\n#1 /var/www/html/nsmain/PHP_Toolkit/PHPtoolkit.php(390): nsComplexObject->__construct(NULL)\n#2 /var/www/html/nsmain/PHP_Toolkit/PHPtoolkit.php(1230): nsSearchResponse->__construct(Object(stdClass))\n#3 /var/www/html/nsmain/PHP_Toolkit/samples/sample_search_items.php(47): nsClient->search(Object(nsComplexObject))\n#4 {main}\n thrown in /var/www/html/nsmain/PHP_Toolkit/PHPtoolkit.php on line 1910, referer:
When i use the following code, i get the following error:
Code:
in the file PHP_Toolkit/samples/sample_search_items.php bundled with the sample toolkit.
Error:
[CODE]
[Mon Mar 23 07:28:45 2009] [error] [client 192.168.130.1] PHP Notice: Undefined property: stdClass::$nsComplexObject_type in /var/www/html/nsmain/PHP_Toolkit/PHPtoolkit.php on line 390, referer: http://192.168.130.128/nsmain/PHP_Toolkit/samples/sample_search_items.php
[Mon Mar 23 07:28:45 2009] [error] [client 192.168.130.1] PHP Notice: Undefined index: in /var/www/html/nsmain/PHP_Toolkit/PHPtoolkit.php on line 1890, referer: http://192.168.130.128/nsmain/PHP_Toolkit/samples/sample_search_items.php
[Mon Mar 23 07:28:45 2009] [error] [client 192.168.130.1] PHP Fatal error: Uncaught exception 'Exception' with message 'ComplexType reference was not found in directory. ComplexTypeName = ' in /var/www/html/nsmain/PHP_Toolkit/PHPtoolkit.php:1910\nStack trace:\n#0 /var/www/html/nsmain/PHP_Toolkit/PHPtoolkit.php(25): getNameSpace(NULL)\n#1 /var/www/html/nsmain/PHP_Toolkit/PHPtoolkit.php(390): nsComplexObject->__construct(NULL)\n#2 /var/www/html/nsmain/PHP_Toolkit/PHPtoolkit.php(1230): nsSearchResponse->__construct(Object(stdClass))\n#3 /var/www/html/nsmain/PHP_Toolkit/samples/sample_search_items.php(47): nsClient->search(Object(nsComplexObject))\n#4 {main}\n thrown in /var/www/html/nsmain/PHP_Toolkit/PHPtoolkit.php on line 1910, referer:
0