Hi,
I'm using ubuntu 22.04 and aapanel 7.11.0 beta
When I install wordpress in the new mode or the old mode, the permissions are wrong. See the print:
I recommend:
find . -type d -exec sudo chmod 755 {} \; && \
find . -type f -exec sudo chmod 644 {} \; && \
sudo chmod 440 .user.ini && \
sudo chmod 640 wp-config.php && \
sudo chown www:www wp-config.php && \
sudo chown -R www:www ../folder && \
sudo chown root:root .user.ini
best regards