Skip to content
Advertisement

PHP Fatal error: require(): Failed opening required lib prestashop

I have installed prestashop api lib in local (xampp) and works great, but when I upload the it to my server, it throws a exception.

Log file:

JavaScript

autoload_files.php:

JavaScript

composer_real.php:

JavaScript

composer.json:

JavaScript

I supose that laravel doesn´t get correctly the lib but I don´t know how to fix it correctly. Please help, thx.

Advertisement

Answer

Composer is case sensitive, some letters´ path were different.

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement