Closed Wolvverine closed 1 year ago
Hi,
It seems that you are trying to mix the release archive with an updated composer.json file. Release archive is cleaned to remove files that are useless on production environment. If you want to do such thing, you should remove the vendor
directory and then use composer install
to force fetching all vendor files.
This issue has been closed as we only track bugs here.
You can get community support on forums or you can consider taking a subscription to get professional support. You can also contact GLPI editor team directly.
@cedric-anne Maybe in that case add apereo/phpcas to the standard GLPI build ?
As far as I can see, the licensing problem that caused the library to be removed 4 years ago currently does not exist.
https://www.apache.org/licenses/GPL-compatibility.html
composer.json: "ext-zlib": "*", "apereo/phpcas": "^1.6", "blueimp/jquery-file-upload": "^10.32",
Code of Conduct
Is there an existing issue for this?
Version
10.0.5
Bug description
Problem with build apereo/phpcas.
Warning: file_get_contents(/var/www/vendor/glpi-project/inventory_format/lib/php/../../source_files/pci.ids): Failed to open stream: No such file or directory in /var/www/vendor/glpi-project/inventory_format/lib/php/FilesToJSON.php on line 205
Fatal error: Uncaught RuntimeException: Empty content in /var/www/vendor/glpi-project/inventory_format/lib/php/FilesToJSON.php:209
Relevant log output
Page URL
No response
Steps To reproduce
No response
Your GLPI setup information
No response
Anything else?
No response