I am trying to run this project via docker. After deployment, I am trying to login with default login credentials i.e. admin/12345678, sadly I am not able to log in.
- Branch used
https://github.com/BillRun/system.git [master]
- The command used to run the docker
docker-compose -f docker-compose-php80.yml build
docker-compose -f docker-compose-php80.yml up
- login details
URL: https://localhost:8080
username: admin
password: 12345678
Error
[19-Apr-2023 19:32:02] WARNING: [pool www] child 190 said into stderr: "NOTICE: PHP message: PHP Fatal error: Declaration of ApiController::render(string $tpl, ?array $parameters = null) must be compatible with Yaf_Controller_Abstract::render(string $tpl, array $parameters = NULL): string|bool|null in /billrun/application/controllers/Api.php on line 174"
10.103.0.4 - 19/Apr/2023:19:32:02 +0000 "POST /index.php" 500
[19-Apr-2023 19:32:14] WARNING: [pool www] child 191 said into stderr: "NOTICE: PHP message: Xdebug: [Step Debug] Could not connect to debugging client. Tried: 10.103.0.1:9091 (through xdebug.client_host/xdebug.client_port)."
Error Log from bill run container
Note: If I try to build docker image from 7.3 or 7.4 docker compose files it gives me build failure exception stating PHP version 8 is required found 7.x