Closed Jurek-Raben closed 9 months ago
Fixed by disabling this php extension in the chialab php8.x-apache image: /usr/local/etc/php/conf.d/xx-php-ext-event.ini
Maybe this should be finally fixed, by renaming the Event alias, since Event is common PHP base class.
Maybe this should be finally fixed, by renaming the Event alias, since Event is common PHP base class.
No way, all hell would break loose...
At very least we should be using the fully namespaced version of all facades rather than the class aliased global versions we use sporadically throughout the codebase right now. That would be better for IDE support as well.
Winter CMS Build
dev-develop
PHP Version
8.1
Database engine
MySQL 5.7.30 arm
Plugins installed
none
Issue description
While installation on a docker setup (php 8.1/apache/mysql), I always getting this error:
Steps to replicate
Use these docker images: biarms/mysql:5.7.30 chialab/php:8.1-apache
Install wintercms with (where composer runs inside the php image): bin/composer create-project wintercms/winter my-project "dev-develop" or bin/composer create-project wintercms/winter my-project
Workaround
None