This way can fix all Domain at once.
/scripts/upcp --force
/scripts/initfpsuexec
find /home -name "service.pwd" -exec chmod -v 600 {} ';'
/scripts/updatefrontpage
If the above does not work, try the slow way. This can fix the problem. One Domain by one Domain
=====================
chmod 600 /home/username/public_html/_vti_pvt/service.pwd
chattr +i /home/username/public_html/_vti_pvt/service.pwd
=====================