Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
Hello.
I need help debugging this...
Using: Plesk 18.0.62, PHP 8.2.21 Running as FPM
My site has some millions of pages and gets hit by many bots, the database is over 100 GB and some queries are slow, so I think that is enough for some pages to respond slow and use all apache slots.
But the...
Hi,
Our servers autoupdated to php 8.2.20 this morning which contains a critical bug.
https://github.com/php/php-src/issues/14480
https://github.com/php/php-src/issues/14495
Is there any way to rollback updates of a PHP version?
Also tried installing a custom version but having trouble...
Hello,
I want to connect to the API of my inventory system, for that I need to use Ripcord (an XML-RPC Client and Server for PHP GitHub - poef/ripcord: Automatically exported from code.google.com/p/ripcord) .
I'm on PHP 8.2 but it looks like php-xmlrpc is not enable.
I've tried to create an...
Hello everyone, I'm new to server setup and panel configuration, and because of this, I would like to ask a few questions for which I haven't found answers, or the answers I found are already outdated.
I've read in guides that setting up Nginx caching might not be the best option for an...
I have installed Memcached using this article: https://support.plesk.com/hc/en-us/articles/12377651968023-How-to-install-uninstall-memcached-PHP-extension-for-Plesk-PHP-handlers
My issue is that Memcached is available in the FPM Application served by Apache but not in the Dedicated FPM...
Since I upgraded from php 8.1 to php 8.2 I got some deprecation warnings like "Deprecated function: Using ${var} in strings is deprecated, use {$var} instead" In some cases I could solve it by replacing used variables i.e. ${var} by ${var}.
But I have no idea how to solve this following warning...
I was able to install memcached with this work around. This was possible for PHP 8.0 and also for version 8.1. PHP 8.2 however makes problems.
After “service plesk-php82-fpm restart” comes the following message:
Job for plesk-php82-fpm.service failed because the control process exited with error...