composer require get error in centos 7 |
hi all.
i have my project in CI4 working ok in my VPS (centos 7). Recently, i'm trying to emplement new report funciton, in that function, i need to use PHPSpreadsheet to export data to excel ( https://phpspreadsheet.readthedocs.io/en...ng-started ) in my localhost, i run the installation script: composer require phpoffice/phpspreadsheet and it work oki in my localhost but when i upload my code to the live version, and run the installation script above, i got this error message: Quote:Script bash admin/setup.sh handling the post-update-cmd event returned with error code 127 You can see full error in the image below does anyone have this problem? and how to fix it pls. |
Messages In This Thread |
composer require get error in centos 7 - by tmtuan - 10-29-2020, 01:42 AM
RE: composer require get error in centos 7 - by captain-sensible - 10-29-2020, 09:33 AM
RE: composer require get error in centos 7 - by tmtuan - 10-29-2020, 06:54 PM
RE: composer require get error in centos 7 - by paulbalandan - 10-29-2020, 09:50 AM
RE: composer require get error in centos 7 - by paulbalandan - 10-30-2020, 03:00 AM
RE: composer require get error in centos 7 - by captain-sensible - 10-30-2020, 04:51 AM
RE: composer require get error in centos 7 - by paulbalandan - 10-30-2020, 10:52 AM
|