mirakl / sdk-php-shop

Mirakl PHP SDK for sellers
29 stars 16 forks source link

problem whit setup #73

Open Alessandro8823 opened 2 days ago

Alessandro8823 commented 2 days ago

Hi i have create a folder in my root api_mirakl/ and i have insert api key.

but if going to webpage i recive this error

Fatal error: Uncaught Error: Class "Mirakl\MMP\Shop\Client\ShopApiClient" not found in /home/hitechonline/public_html/api_mirakl/index.php:14 Stack trace: #0 {main} thrown in /home/hitechonline/public_html/api_mirakl/index.php on line 14

jreinke commented 2 days ago

Hello,

It is probably because you did not include the autoloader correctly. Can you share with us how you installed the Mirakl SDK and how you include the autoloader please?

Thank you.