OK. I think I have gotten past the issue with autoload. I am using Docker and the permissions of files in the container is different than the permissions on the host, even if they are using shared volumes.Now I am getting this warning and this error. Any ideas?
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: myarray
Filename: controllers/Configure.php
Line Number: 1909
Backtrace:
File: /app/application/controllers/Configure.php
Line: 1909
Function: _error_handler
File: /app/index.php
Line: 315
Function: require_once
An uncaught Exception was encountered
Type: PDOException
Message: SQLSTATE[HY000] [2002] No such file or directory
Filename: /app/application/libraries/koolreport/core/src/datasources/PdoDataSource.php
Line Number: 117
Backtrace:
File: /app/application/libraries/koolreport/core/src/datasources/PdoDataSource.php
Line: 117
Function: __construct
File: /app/application/libraries/koolreport/core/src/core/DataSource.php
Line: 57
Function: onInit
File: /app/application/libraries/koolreport/core/src/KoolReport.php
Line: 264
Function: __construct
File: /app/assets/MyReport.php
Line: 29
Function: src
File: /app/application/libraries/koolreport/core/src/KoolReport.php
Line: 100
Function: setup
File: /app/application/controllers/Configure.php
Line: 1909
Function: __construct
File: /app/index.php
Line: 315
Function: require_once