Welcome Guest, Not a member yet? Register   Sign In
Docker
#2

(This post was last modified: 11-10-2022, 10:04 AM by grimpirate.)

I've created a Dockerfile repository for CodeIgniter4 with SQLite3 based on an Alpine Linux image. However, I've been trying to get codeigniter4/shield working with it unsuccessfully. I receive an error that states Interface "SessionHandlerInterface" not found.

I've successfully installed MySQL on that same container and set up shield without any issues. It does work if I use the appstarter project from composer, but I have it set up to mirror a Multiple Application setup. More likely than not some path constant is configured incorrectly. Ideas?

As it turns out I neglected to install the php-session extension. Shield is installable/functional now. Apparently when I installed phpmyadmin it was installing the php-session extension automatically as a dependency and thusly there was no issue with the SessionHandlerInterface class which comes directly from PHP.
Reply


Messages In This Thread
Docker - by ignitedcms - 06-05-2022, 11:24 PM
RE: Docker - by grimpirate - 11-09-2022, 01:35 PM
RE: Docker - by grimpirate - 11-22-2022, 04:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB