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'm running wordpress website and application
when I proceed to checkout, the checkout keeps loading and I got this error in log
How to solve this please?
Date
Type
IP
Code
Message
R
Agent
Size
Source
2022-07-05 10:24:33
Error
5.155.43.173
500
POST /en/app-checkout/ HTTP/1.0
4.12...
I am using Plesk Obsidian on a Centos 7 VPS.
I occasionally have the need to log POST data in received in web requests.
I tried following this guide which says to use "mod_dumpio" (which is already active in Plesk in the server's Apache modules).
I then inserted :
DumpIOInput On
DumpIOOutput...
I'm trying to build a PHP function to get a user loging link in PHP.
The user/pass method works very well
function getLinkUrlWithUser($account, $username, $password, $server){
$url = "https://" . $server . ":8443/api/v2/cli/admin/call";
$request = array("params" =>...
Dist-Upgrade Support
regarding the pre and post scripts under /usr/local/psa/bin/ or /opt/psa/bin/:
in have the following files only. a deb7-deb8_post file is missing.
distupgrade.helper.deb6-deb7_post.x64.sh
distupgrade.helper.deb7-deb8_pre.x64.sh
distupgrade.helper.deb7-deb8.x64.sh
were...
Hey there,
I'am going to write an Angular2-Module for Plesk API for my own small Needs.
I noticed that Plesk don't Support the CORS preflight OPTIONS request: https://www.html5rocks.com/en/tutorials/cors/
Is there any Option to allow that request so I can continue my work?
(For this...