• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Message after reinstalling a backup 2 days before

alpinecare

New Pleskian
Server operating system version
Debian 10.13
Plesk version and microupdate number
18.0.53
Hello everyone,

following a big problem on my PrestaShop 1.7.8, with "creative element", I no longer had a home page, just a phrase "popular products"
For this reason I went back with the backup manager and put back 48 hours.

The problem comes back on my PrestaShop despite going back (I had no problems 48 hours before)
and I noticed this message at the end of the backup,

Restoring task details July 29, 2023 8:45 PM

Restore from backup July 25, 2023 03:39 is complete, although some issues have occurred.


Warning: Restore domain "domain.com"
Failed to restore the extension composer: Utility returns not valid response: <html> <head><title>504 Gateway Time-out</title></head> <body> <center><h1>504 Gateway Time-out</h1></center> <hr><center>nginx</center> </body> </html>

is this a bug or another configuration problem on Plesk? Thank you in advance for your precious help.

Stephanie
 
@alpinecare, for the restore issue: You can try some tweaks that might solve the issue.

# vi /etc/sw-cp-server/config

1) Increase the client_max_body_size to several GB, for example
client_max_body_size 4096m;

2) Increase the value of "fastcgi_read_timeout" and "fastcgi_send_timeout" to something long like 1200 seconds or even longer:
fastcgi_read_timeout 1200;
fastcgi_send_timeout 1200;

Save these changes to sw-cp-server/config, then edit /usr/local/psa/admin/conf/php.ini to allow a longer execution time, for example:
max_execution_time 1200

Save the changes to /usr/local/psa/admin/conf/php.ini.
Then restart the panel services:
as root service sw-cp-server restart && service sw-engine restart

For the Prestashop issue: That is an issue of Prestashop, not Plesk.
 
Back
Top