• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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