Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to get property of non-object #7

Open
ricwein opened this issue May 3, 2012 · 0 comments
Open

Trying to get property of non-object #7

ricwein opened this issue May 3, 2012 · 0 comments

Comments

@ricwein
Copy link

ricwein commented May 3, 2012

If im trying to run this library, i'm just getting back the following error:

Strict Standards: Creating default object from empty value in /var/www/exchange/lib/ExchangeClient.php on line 332
Strict Standards: Creating default object from empty value in /var/www/exchange/lib/ExchangeClient.php on line 333
Strict Standards: Creating default object from empty value in /var/www/exchange/lib/ExchangeClient.php on line 338
Strict Standards: Creating default object from empty value in /var/www/exchange/lib/ExchangeClient.php on line 340
Strict Standards: Creating default object from empty value in /var/www/exchange/lib/ExchangeClient.php on line 342
Notice: Trying to get property of non-object in /var/www/exchange/lib/ExchangeClient.php on line 354
Notice: Trying to get property of non-object in /var/www/exchange/lib/ExchangeClient.php on line 354
Notice: Trying to get property of non-object in /var/www/exchange/lib/ExchangeClient.php on line 354
Notice: Trying to get property of non-object in /var/www/exchange/lib/ExchangeClient.php on line 357
Notice: Trying to get property of non-object in /var/www/exchange/lib/ExchangeClient.php on line 357
Notice: Trying to get property of non-object in /var/www/exchange/lib/ExchangeClient.php on line 357

So clearly somthing is wrong with the variable $CreateItem, but i'm not able to figure out what...
phpStorm shows me the useless error 'Undifined Variable "CreateItem"... '

Any Idea why this error occurred?
Is it possible, that this error has something todo with the, may not right configured, curl at the server?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant