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/
On Plesk for Linux mod_status is disabled on upgrades to improve Apache security. This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.
Hi,
i'm trying to use wiki.js with docker so i've run requarks/wiki docker and i've set that variables :
but when i run this docker i've connection error to database, i've double check environment variables and like wikijs documentation said (Docker) they are correct. so why i cannot connect...
Hi,
i'm trying to use wp cli in order to update wp core and themes so i do that command :
plesk ext wp-toolkit --wp-cli -instance-id 13 -- theme update --all
but i've that error :
Parse error: syntax error, unexpected '.', expecting '&' or variable (T_VARIABLE) in...
Hi
Thanks, i've done, but i've still same problem.
it's only change pma user :
#1142 - SELECT command denied to user 'pma_wggggXXa0fjQ'@'localhost' for table 'pma_column_info'
Hi,
i've plesk obsidian 18.0.19 installed on a centos 7 vps, today i've tried to browse a db with phpmyadmin but when i click on phpmyadmin i've that error :
Messaggio di MySQL: Documentazione
#1142 - SELECT command denied to user 'pma_9CCa0CBxiZwX'@'localhost' for table 'pma_column_info
How...
Hi,
i'm using plesk php api in order to get status of every webspace and site on my plesk server.
But today i've change a status of a webspace from 'active' to 'disable' and from api i've always 0 as status. Instead on plesk DB i've 16 as status and it's correct.
So why and how can update api...
ok i've solved putting status property on \plesk\api-php-lib\src\Api\Struct\Webspace\GeneralInfo.php like this :
<?php
// Copyright 1999-2019. Plesk International GmbH.
namespace PleskX\Api\Struct\Webspace;
class GeneralInfo extends \PleskX\Api\Struct
{
/** @var string */
public $name...