Results 39 comments of Zuluru

Seems pretty clear that you need PHP 7.4, and you're running 7.3.

I'll assume you used the master branch. There's a new "cake4" branch which will very soon become official, but isn't quite there yet. It's mostly upgrades for various things (PHP,...

Thanks for your patience on this. Docker support is unofficial, contributed by a third-party. I have not yet gotten into any of that, so I'm not in a good position...

Those look like you're using PHP8, but Zuluru is not yet PHP8 compliant. Should work fine with PHP7.4. One of many updates that need to happen in the next few...

The CakePHP 4 branch has (finally!) been finalized and merged to master. I'm hoping that this will finally clear up all these installation issues. I have successfully run installations of...

You shouldn't ever need to do a `composer update`, just `composer install`; `update` is for developers working on the project, not end users. Perhaps that's the root of all the...

Just to let you know where I'm at with this... I'm most of the way through a fairly significant upgrade, which will include changes to the installer plugin. Aiming to...

Hi Matt, can you give the `feature/cakephp4` branch a try? All the updates are done, and it worked for me today. And it supports MySQL 8 now too. :-) Probably...

Oh, one thing I'm still trying to sort out. After cloning the repository and running `composer install`, please do `cd webroot; ln -s ../vendor/friendsofcake/bootstrap-ui/webroot bootstrap_u_i`. Hope to get a better...

Yes, I only just finished up the installer updates yesterday. Odd that it worked for me without that fix. There were a couple of files that got renamed, I've updated...