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 all, i have a very common problem i cannot seem to resolve.
My website returns a 503 error.
I have a wordpress 5.3 (latest version) on my webhost running:
OSCentOS 6.10 (Final)ProductPlesk Obsidian
Version 18.0.23, last updated on Jan 22, 2020 02:33 PM
Things i have tried to resolve the...
Hello
It's not comun, but we have recieved sometime request about our clients to have mssql driver for php on our web hosting in plesk/linux.
I join you today an oficial link to microsoft website that explain perfectly how to do it, it's very easy.
Hope that can help someone!
I'm searching for a tutorial like this one (How to install APCu module on Plesk server?) but just for installing VIPS for PHP.
My System
OS: Debian 9.11
Plesk: Obsidian 18.0.21 Update 5
PHP Versions: 7.1, 7.2, 7.3, 7.4
I already did this:
1. pre:
yes '' | apt-get install libvips-dev...
Hi, on my Ubuntu 18.04 I do not have the "plesk-phpXX-dev" packages?!
The OS is preinstalled by the hoster (hetzner), maybe he left the sources out?
These are the sources via apt-get update:
root@webserver ~ # apt-get update
Hit:1 http://mirror.hetzner.de/ubuntu/packages bionic InRelease
Get:2...
so I am starting to develop a new web site using angular for front-end and PHP for the backend but I have to use Plesk, so I was wondering is it possible for me and can anyone provide me with documents that can help me
Hello, I'm trying to setup cron job to run php script(s), and I need to send parameters to script, but it is not working in any way.
First I was trying to add do php filename ?id=xxx but in that case script file is not found.
Then I have tried to add arguments in several ways ... id=xxx...
Hi, I have a centOS 7 server and I am having an issue with PHP. I need to update composer, however, I get an error saying that "- laravel/framework v5.4.9 requires php >=5.6.4 -> your PHP version (5.4.16) does not satisfy that requirement." however, when looking at the GUI for the site it says...
I've some problems with htaccess's attributes named Alias and RewriteRule.
This script was added in additional instructions for http/s on my vhost example1.com:
RewriteEngine On
RewriteRule ^/Microsoft-Server-ActiveSync /usr/share/psa-horde/rpc.php [L,QSA]
...
Alias /testme-int...
hello everyone
i have just installed a brand new centos 7 host with obsidian bu i have an issue with paypal tls 1,2
following this test
tls_test.php
i'am in this situation
OS: Linux
PHP version: 7.2.23
curl version: 7.66.0
SSL version: NSS/3.36
SSL version number: 0...
Hello, I have a client who wants to update their php version in Wordpress. Currently it's at 5.4.45. and wanna upgrade it to 5.6.20 or higher than that. However I looked around tutorials or instruction on how to use plesk and I went to website & domains > PHP Settings and from there I'm suppose...
Hi,
if I try to use my icingaweb2 installation via a vhost URL https://vhost/icingaweb2 every time my browser want's to download the php file instead it get's executet by the webserver.
PHP is enabled for that vhost.
I think the problem is that the icingaweb files are not in web server...
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...
Hello everyone
I am trying to automate the ordering process. I want to use the REST API and PHP. The official documentation is not very helpful, hardly anything is described. The swagger version is not very informative either. Does anyone know good documentation that describes how to create a...
Hello,
we have a problem when you join our website we have a TTFB from 2.2 sec+ and the website is then loaded in 20ms! If we change to FASTCGI the TTFB is 400ms and the website load 2,2 sec.
But for our Database is FPM better to work and we don't get eroors in logs.
How can we fasten up the...
Hi
I am trying to run composer install after automatically deploying from a remote git repo.
I try this in the additional deployment actions:
cd /var/www/vhosts/xxx/xxx/httpdocs && /opt/plesk/php/7.2/bin/php /usr/lib64/plesk-9.0/composer.phar install --optimize-autoloader
but the cd part of...
Hey-hooo,
i need to install the mailparse extension in order to get something running in our administration system (not plesk; also doesn't matter to solve the problem haha).
In order to get mailparse running I need mbstring.
So: mbstring is also listed and checked in my phpsettings in plesk...
I have a PHP Zend extension(built in C++) that monitors the web requests. The extension gets the call stack, Database details and stuffs by reading the executing function's parameters. I use some Zend call backs like zend_execute etc.
My requirement here is whenever a HTTP request is initiated...
Hi everyone, Im having this error for days
(C:\Parallels\Plesk\admin\bin\filemng exampledomain.com file_exists C:\Inetpub\vhosts\exampledomain.com\.ssh) failed: Unable to execute plesk_exec_with_response: Unable to start (C:\Parallels\Plesk\admin\bin\filemng exampledomain file_exists...
FR
Bonjour,
Actuellement, j'essaie de comprendre comment la Plesk API PHP LIB fonctionne... Malheureusement sur le github il y a 3 lignes d'explications et après démerder vous.... Quelqu'un serait en mesure de m'aider pour gérer cette librairie php plesk sur mon site svp ?
Cordialement...
I have two servers which can no longer connect to MSSQL after this upgrade. PHP versions 7.1.x, 7.2.x and 7.3.x are all affected. 7.0.x and earlier can still connect fine.
Simple connection script
$serverName = "myserver";
$uid = "myuid";
$pwd = "mypassw";
$databaseName...