The directory specified for file uploads is either not defined or not writeable by the webserver process. Run:
mkdir /var/local/alloc/
chmod a+w /var/local/alloc/
this is where I am stuck.
I have done fine to this point. What is the folder ownership? it doesnt like root, apache, psaadm..
really need the ownership to finish my install
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The directory specified for file uploads is either not defined or not writeable by the webserver process. Run:
mkdir /var/local/alloc/
chmod a+w /var/local/alloc/
this is where I am stuck.
I have done fine to this point. What is the folder ownership? it doesnt like root, apache, psaadm..
really need the ownership to finish my install
thanks
actually I found a solution
I chowned the folder to 1000:1000 and it worked.
Excellent. That's great to hear ;-)