I wanted to recommend using a Docker container but I ran into the same issue with the default config for "drupal:10-apache" (aka "drupal:10.3.7-apache-bookworm"). Opening "node/add/article" results in the OOM error. Downgrading to "drupal:10.3.6-apache-bookworm" resolved the issue. Looks like a Drupal regression to me. Maybe you can also try an older version of Drupal 11?
post
Did the 8.3 replace official repo 8.2 or does it use different naming for php binaries? The config files might be separate too.
Try using phpinfo() to check your working config. You can just place a file with the function in the root of your webserver and it should work.
It seems like the memory allowance is too low for drupal to load.
Is there a reason for creating a new thread? For example have you stopped trying to use proxmox or other virtual environments to get it working?
This is why I made a new thread because the error is not coming from anything else than the php repo of sury.org, no more a "self-hosted" or Linux proxmox issue.
EDIT : tried the same install in KVM and on my desktop, it's not working. Tried Debian 10 with official PHP and it's working
So just to be clear, you're trying to install Drupal 11 on your system OS which is Debian?
I want to install it on a Debian VM inside promox, but to eliminate the potential issues, I tried to install it inside KVM on host, and on a other PC which is running Debian as host. When installing drupal 11 I needed PHP 8.3 so I used the sury.org repo, and I think it the main problem. Because when installing drupal 10 with "official" Debian PHP (8.2) it works.
all 17 comments