WHM/Cpanel Reseller Permisions
First off, as my post count makes pretty obvious
I have just switched from a cpanel reseller account to my first dedicated server...
I have built a php based CMS that allows my industry specific clients to edit their own web content as well as upload images and videos to place on their pages...
In the past all of my library/core code was kept in my central reseller account. (e.g. /home/firesite/core)
This allowed me to store only a small handful of executable files as well as the unique user uploaded image/video files into each of my client accounts. (e.g. /home/client041/images)
The code that contained any of the functions to upload the content were housed on the core account... And this worked wonderfully for version control. If I noticed a bug in the CMS I could just make the changes to my core files in my reseller account and all of my client's software would be updated at once.
Also, because of the permissions on my shared reseller plan, the core php files had the necessary rights to actually perform any changes... such as add images... into the local client directories.
Since I have switched to a dedicated server... It appears that my reseller accounts are not being given the permissions they need to move the data that is uploaded into the /tmp directory into the local client directory. I am getting "unable to open stream" errors from my core files.
How to I change my reseller permisions? Everything I have found in WHM only pertains to shell access.
Edit: After looking around a little more I realize I may have posted this in the wrong forum... my apologies. Feel free to move it.