parse-community / parse-php-sdk

The PHP SDK for Parse Platform
https://parseplatform.org/
Other
811 stars 346 forks source link

class 'ParseClient' not found in index.php #410

Closed JulienMRP closed 6 years ago

JulienMRP commented 6 years ago

Issue Description

i just tried to install parse php sdk, i installed it with the git clone command, but when i try to do ParseClient::initialize(...) i got the error :

Fatal error: Class 'ParseClient' not found in /path/to/index.php on line 8

i checked that the access to autoload.php was ok and it seems to be good.

i don't know what to do with that issue, any idea ?

acinader commented 6 years ago

Can you install using composer? Your php script doesn't know how to find the parse library. Please review the installation instructions in the project readme.

MrMegamind commented 5 years ago

I installed using composer but still getting same error

Fatal error: Class 'ParseClient' not found in /home/**/wp-content/themes/divi-child/hector/boot.php on line 3

Any help is appreciated