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.
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...
Hi,
i'm using plesk api php lib in order to get all domains on my plesk server and their status (suspended, disable and so on).
My question is what's the difference between site and webspace?
because if i get all webspace, i've all domains on my plesk but if i get all site i've only subdomain...