Greetings, I am attempting to operate my frappe hour module on a VPS Ubuntu 24.04 server. Even after setting the environment, hrms, and erpnext, as well as granting all necessary permissions for the hr module, I continue to receive this error.
Hi,
At which step/installation command you are getting this error?
Thanks,
Divyesh Mangroliya
when I attempt a bench start after finishing the setup. In order to add a domain, I moved my project from non-root to root user. already granted root user all necessary permissions.
Hi,
Change user directory permissions
This will give the bench user execution permission to the home directory.
chmod -R o+rx /home/[frappe-user]
Thanks,
Divyesh Mangroliya
I have tried this already.
To get my project live, I moved it from the non-root user’s Innove home/Innove/hrms folder to the root user’s /var/www/hrms folder, but now I am getting this error.
All necessary permissions have already been granted for root.
Hi,
You can keep the installation in /home/innove/hrms and still able to access it from web.
Thanks,
Divyesh Mangroliya