• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Resolved git after pull domain error 500

paskuale

Basic Pleskian
Server operating system version
Debian 10.13
Plesk version and microupdate number
Obsidian v.18.0.53
I create a new domain I connect the github repository and import the files into the document root, the first time I run this operation everything works, as soon as I push the repository and then I go to fer pull on the domain (from plesk) I get a 500 error o_Owithout having no precise information from the logs.
Any suggestions thanks ?
 
[solved]
pay attention to folder permissions, the. mine is a project built with symfony 6.3.x and I noticed that the /var/cache folder was set up with the root user instead of the user/group I had on the whole document root.

solution, execute this from httdocs folder
$ sudo chown -R myUser:myGroup /var/cache
 
Back
Top