• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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