Trying to install open source Pimcore but ran into an error during last stage of install
We managed to install PimCore via composer but ran into an error at the last stage where we need to go to /admin/ for the first time.
The error is permission denied to one of the folder in cpanel which I assume is a tmp folder ..
Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php81) failed: Permission denied (13)
How do I fix this issue?
If you want to see the whole error, head over at
-
Look like the folder it's trying to write is not writable so I tried adding php.ini in my root doc folder and add this string to it session.save_path = "/home/techbill/session" But php info shows that the path did not change to what I put in php ini. What I am doing wrong? Thank you 0 -
Got it working .. I think lol ... Took out the quotes in php.ini session.save_path = /home/techbill/session 0 -
I'm glad you were able to get that working! 0
Please sign in to leave a comment.
Comments
3 comments