• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Recent content by afuego

  1. afuego

    Issue Can't load PHP curl

    PHP 8.4 requires libcurl version 7.61.0 or higher. If your system has an older version of libcurl, the php8.4-curl extension may not be available or may fail to load. Check your version via #curl --version If it's older than 7.61.0, consider upgrading your system or installing a newer version...
  2. afuego

    Issue Can't load PHP curl

    Hi @32bits, I didn't have the PHP 8.4 installed prior to reviewing your post, I installed using the Tools & Settings->Plesk->Updates> Add/Remove Components https://<replace with your plesk-cp-domain>:8447/installer/summary.html Can you try to remove and reinstall PHP 8.4 via Plesk...
  3. afuego

    Issue Can't load PHP curl

    Install PHP 8.4 via Plesk so you can manage the PHP extensions directly from: Plesk Panel → Tools & Settings → PHP Settings → Select PHP 8.4 → Extensions Tab → Enable curl #systemctl restart apache2 #systemctl restart php8.4-fpm
  4. afuego

    Question Backup extension that has encryption or password

    Plesk Backup Manager (built-in), Encryption/Password protection: Yes Acronis Backup (Paid extension), Encryption/Password protection: Yes
  5. afuego

    Issue Plesk 18.0.70 and Could not issue/renew Let's Encrypt certificates

    You need to add A record for mail.fgamenagement.fr pointed to your server IP address
  6. afuego

    Issue Letsencrypt shows second email entry

    You need to add A record for mail.vlowee-vanlife.de pointing to your server's IP address (85.25.46.232)
  7. afuego

    Issue Update to 18.0.64 failed

    If a Plesk package requires a third-party package of a certain version and it cannot be installed by the package manager, the update will fail. Apply the latest OS updates on the server. On Debian: apt-get update && apt-get upgrade. What's the output of? #cat...
  8. afuego

    Issue Intermittent 503 Errors on Plesk Obsidian (Ubuntu 22.04 LTS) with PHP-FPM Crashes - Seeking Advice

    Hi @brother4 I saw this article too, it mentions as possible cause' Incompatibility between the PHP interpreter and website code https://support.plesk.com/hc/en-us/articles/12389254411159-Some-pages-of-the-web-site-returns-503-error-child-exited-on-signal-11-SIGSEGV
  9. afuego

    Question no TXT challenge proposed in Let's encrypt

    You need to be able to resolve the domain on the server to issue the Lets Encrypt SSL. If you want to use wildcard you need to add the TXT record for the domain you are using in the Domain Registrar -> host settings then go and reissue the SSL.
  10. afuego

    Issue plesk repair - ERROR

    Hi Lema, Can you check the remote database server is accessible from the Plesk server? # try to connect to the MySQL server from the Plesk server [another_server]$ mysql --host=mysql_server --user=mysql_admin --password=<password> Check the error logs (i.e. /var/log/plesk/panel.log) for more...
  11. afuego

    Question The New Plesk Firewall is lacking port numbers/specifics. Can anyone supply a map of ports>services??

    Here is the list of Ports used by Plesk services: https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/ports-used-by-plesk.64950/
  12. afuego

    Issue Custom error pages not working from PHP

    My site was running using PHP-FPM Nginx .... and I have to place the corresponding files in /var/www/vhosts/domain.com/error_docs/. For example, the custom404 error page I created "404/index.html", should be moved to /var/www/vhosts/domain.com/error_docs/not_found.html: cp...
  13. afuego

    Issue Cannot connect to Plesk view SSH

    Some server providers offer remote console access (e.g., KVM). If available, you can use it to access the server and fix the SSH configuration. Hopefully you can login that way and revert the changes to /etc/ssh/sshd_config. Next time before restarting sshd service test/check the new...
  14. afuego

    Issue Problem with mod_rewrite

    Hi, What do you have in your document root? It may be need to be /gdadmin
  15. afuego

    Issue Custom error pages not working from PHP

    I have a similar issue with custom error pages, I followed this article on the link below to solve it. I added the Additional nginx directives https://support.plesk.com/hc/en-us/articles/12377890251031-How-to-enable-custom-error-pages-for-a-domain-in-Plesk
Back
Top