Open r3pek opened 3 years ago
Which PHP version are you running on? 7.4?
Which PHP version are you running on? 7.4?
yes
Can this be fixed with any other version (of PHP)?
I could be but I am not 100% sure. I will do a test shortly and my goal is to fix it so it works with PHP 7.4 as well.
I can replicate with a public "lamp stack" docker file. To replicate:
git clone https://github.com/sprintcube/docker-compose-lamp.git
cd docker-compose-lamp/
cp sample.env .env
rm -rf www
tar xzf IdeaSpace-1.2.2.tar.gz
mv IdeaSpace-1.2.2 www
chown -R 33:33 www
docker-compose up -d
http://localhost
, run through configuration (db host is "database", u/p are set in .env
) , observe the error.
Hi! I'm trying to setup IdeaSpace but after setting up the DB connection details and User mail/pass/name I'm getting a server error and laravel.log contains the following: Stack trace:
Not really sure what's wrong here :( EDIT: Database is created but the tables never get created