dineshkummarc / portal3

A hub-and-spoke platform for organizations to effectively manage their operations and data. Uses GSuite.
MIT License
0 stars 0 forks source link

500 internal server error on local system with php7.4.33 #3

Open dineshkummarc opened 4 hours ago

dineshkummarc commented 4 hours ago

500 internal server error on local system with php7.4.33

dineshkummarc commented 4 hours ago

composer requires php version as 7.4 minimum

"require": { "php": "^7.4", "ext-gd": "*", "aws/aws-sdk-php": "^3.121",

and portal requires minimum php version 7.5

"config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true, "platform": { "php": "7.5" } },