Replies: 3 comments 5 replies
-
@MassiPi at what point is the installer failing? |
Beta Was this translation helpful? Give feedback.
-
I've also released a new version of the Installer with your suggested fix for the |
Beta Was this translation helpful? Give feedback.
-
Hello, i get that error while the setup is "installing dependencies"
i'm now thinking about that notice about rising memory limit to 1.5Gb. (sorry i can't understand how to keep newlines in code blocks lol) |
Beta Was this translation helpful? Give feedback.
-
Hello,
i'm trying to install Winter CMS on a PHP 8.2.1 server with the latest install package (i can't understand the specific version of the install, but it's the 4.748.395 bytes version)
I found information about an old incompatibility with php 8.1, but it got sorted out.
I changed max execution time and max input time directives in my php.ini
Still the same error.
I fear this is coming from the 8.2 version of PHP, because of its "Deprecate dynamic properties RFC".
Indeed, i can see this error server side, that is breaking the JSON and so rising the error while trying to install
Sat Feb 4 09:59:50 2023 daemon.err nginx[8100]: 2023/02/04 09:59:50 [error] 8129#0: *24 FastCGI sent in stderr: "PHP message: PHP Deprecated: Creation of dynamic property Winter\Installer\Api::$log is deprecated in /mnt/sda1/web/cms/install/api/src/Api.php on line 734" while reading response header from upstream, client: 192.168.1.238, server: home.massi.biz, request: "POST /cms/install/api.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php8-fpm.sock:", host: "xxx", referrer: "https://xxx/install.html"
Is there a beta install compatible with php 8.2 to try?
Other ideas to fix?
I thought this could be the issue:
/** @var Logger */ protected $logger; //WRONG name, never used protected $log; //name used in the script, not declared
but even with this i get the error and see no more errors in logread
Thanks
Beta Was this translation helpful? Give feedback.
All reactions