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.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
Hey Peter, thank you for ur feedback. Based on that, i've deactivated EVERY plugin but borlabs and used default 2024 theme - still same errors:
any other idea what it could be ( if its really not the plugin itself causing the issue ) ?
Hey,
after upgrading to borlabs 3.0 i got lots of warnings regarding open_basedir restriction etc.
I worte their support to check it out and their plain answer was: not our fault check with ur system admin and fix your open_basedir configuration and they linked me to A website hosted in Plesk...
Hi i have the following problem:
I wanted to use WP-Rocket together with nginx fastcgi cache and have modified the plesk template to my needs. I havent touched the proxy_cache_path so its still plesk default /var/cache/nginx/domain_fastcgi
Clearing the cache via plesk nginx backend works, but as...
Already found my answer - for anyone with the same problem:
1. Install lz4 - GitHub - kjdev/php-ext-lz4: LZ4 Extension for PHP
# git clone --recursive --depth=1 https://github.com/kjdev/php-ext-lz4.git
# cd php-ext-lz4
# phpize
# ./configure
# make
# make install
2. Install liblz4 - Package...
Thanks for your feedback - and how can i get phpredis to be compiled with lz4 support afterwards ? same process i assume ? But i have to uninstall it first with pecl ?
Hey,
as pecl does not support lz4 yet (at least i couldnt find it) i wonder if theres a way to add this extension manually to plesks php handlers (8.x) so i can use it with phpredis
cheers