Issue
CloudLinux Manager in WHM failed to open due to an execution error in the CloudLinux Python interpreter used by the plugin:
The received data is wrong. Contact support for resolution. --: /usr/share/l.v.e-manager/utils/cloudlinux-cli.py: /opt/cloudlinux/venv/bin/python3: bad
interpreter: Permission denied--: /usr/share/l.v.e-manager/utils/cloudlinux-cli.py: SuccessEnvironment
- CloudLinux
- cPanel
Solution
The CloudLinux Python interpreter has no execute permission:
/opt/alt/python311/bin/python3.11 → was 0644 (rw-r--r--), should be 0755 (rwxr-xr-x)
To work it out, set the proper permissions with this command:
chmod 0755 /opt/alt/python311/bin/python3.11
Comments
0 comments
Please sign in to leave a comment.