• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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