No permission to install plugins, themes in Child domains

I cant install in child domains
Permissions are correct the same as main domain
Any ideas?

Do you get any error when you try to install?

No just asking for FTP credentials
main domain working correct

Did you try Fix Permissions from File manager?

I tried but is not working

I’ve tested to another server with cyberpanel, and again the same issue

Try

cd /path/to/child/domain
find . -type d -exec chmod 0755 {} \\;
find . -type f -exec chmod 0644 {} \\;

Not working neither

Turns out it was a minor bug. The bug is patched and pushed. However to solve this issue for the existing child domain you need to do some things.

Open vHost Conf for the master domain and find extUser, take the value of this directive and open Child Domain vHost Conf.

Now in Child Domain vHost Conf use value of extUser and extGroup from the master domain vhost Conf. Once saved refresh or reopen the plugins/themes page on WordPress and it should not prompt for FTP again.

Thank you.
random numbers added after username

Yes random number should be used for socket addresses and not the extUser and extGroup

Hi, I can’t write to the site now after applying for an update on last day. Now I can’t upload a file on site also if I am checking which user is running PHP then It’s showing ‘nobody’ instead of system username! How can I fix it?