function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vishal Gaddi6Vishal Gaddi6 

Warning Messages with PHP Tool Kit

Hey Everyone out there...

 

I am having following message while inserting a record into custom object via php script.

 

Strict Standards: Creating default object from empty value in C:\xampp\htdocs\Connection\soapclient\SforceBaseClient.php on line 520

 

Thanx in Advance...

Vishal

Best Answer chosen by Admin (Salesforce Developers) 
Pat PattersonPat Patterson

I just fixed that warning and a couple more - thanks for reporting them! You can grab the latest code from https://github.com/developerforce/Force.com-Toolkit-for-PHP

 

BTW - although it's good to track down and fix these 'strict' warnings, they shouldn't stop the code from working.