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 Everyone, I thinks its little relevant question was asked but I'm not satisfied with that. I have a VPS with OS Ubuntu 18.04. I've created a new web hosting to move from another hosting a website with all contents, but I have a issue with the functions include in php. Where I have the...
Dear Community,
I'd appreciate some help with the following problem:
I've got two vhosts installed on my Plesk (Plesk Obsidian 18.0.35 Update #1). Both run a moodle instance with exactly the same PHP settings.
In order to run unoconv for moodle I installed it as root following this...
The default version of my plesk is at 5.4, and I wanted to use version 7.4, how can I make it the default?
When I run php -v on SSH it gives version 5.4 I intend to change it to 7.4.
Printscreens:
https://prnt.sc/114g7hv
https://prnt.sc/114g7qd
Thx.
Hello,
I am trying to create a new domain through the REST API in PHP but although the call successfully creates the domain, I get ERR::Connection refused after 2-3 seconds when sending the POST Request. Since the domain gets successfully created I assume that all the parameters and json format...
Hi Plesk's Forum Members,
I have a problem with my Plesk Obsidian and Onyx (two servers) :
If I try to change some PHP Settings (memory_limit) or change PHP Version (7.2.x --> 7.3.x), Plesk ignore totally my configuration, because if I use the phpinfo() I cannot see the modifications.
The last...
first face this issue " Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /var/www/vhosts/freewebcart.com/httpdocs/wp-includes/
"
i change memory limit 512m in plesk php settings
now that issue fixed but not working my MasterStudy LMS Learning...
Hey, Overall Plesk Panel is Very Good. But i would love to see a new feature in plesk where users can search php extensions form within plesk and install extensions required by their application instead if ssh into server and install manually. I really need plesk php extentions installer.
Hello Everyone, I am learning php with the help of the online book but I want to learn more about php with the help of the tutorial. Can anyone know any paid version of the tutorial? Can anyone suggest me which paid tutorial is best for beginner point?
Hello, I need to know if by updating from Plesk Onyx v17.8.11(Ubuntu 16.04) to Plesk Obsidian 18.0.32, the differents PHP configuration and versions of each subscriptions I have, does`t change, is it this correct?
Thanks.
Hello there,
I implemented a steam login on my website with PHP, which works perfectly on my own machine, but as soon as I upload it to my plesk website, I always get a 403 Forbidden after confirming the log in on steam.
The website is forcing HTTP to HTTPS, but its not denying HTTP requests...
Hi,
Our customer has a reseller account on our Plesk server, they want access to the "Performance and security" php settings for their domains, but currently they cant change the settings:
I've checked online and it seems like they need the specific permissions for their reseller (and...
I don't know if this question is already answered but I just want to ask about how am I going to increase the post_max_size and upload_max_size of my php. I can't find the php.ini file and there's no available field for this update in my php settings. Thanks in advance
Hello,
Short story : I need PLESK BIN to be executed from a PHP file.
Long story
I made a SH script to add Plesk subscription (newplesk.sh)
I need this script to be started from a PHP file.
It's working through SSH when typing php testplesk.php
It's not working when I enter the direct path...
Obsidian: 18.0.28
OS: Debian 8.11
Component list does not have php 7.3 in the list, only php 7.4, 7.1, 7.2
# plesk installer list PLESK_18_0_28 --components
I think it might be a source issue, this is how plesk.list is look like
# cat /etc/apt/sources.list.d/plesk.list
## Persistent...
I have a problem regarding port 2083: I can't open it. I have iptablet installed on my server, I ran:
sudo iptables -A INPUT -p tcp --dport 2083 -j ACCEPT
then rebooted with sudo service iptables save.
iptables-save | grep 2083
but it does not open anything. It is always closed, I need to...
Hi,
I'm developing a PHP RestAPI server with JWT and Bearer Auth.
In my client side (postman) send the header authorization but in PHP the variable $_SERVER['HTTP_AUTHORIZATION'] is empty.
Here is my plesk configuration is (details in attaached images):
Hosting Settings: PHP 7.4.11 - FPM...
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" =>...
I just completed a migration of a bunch of subscriptions from one server to another running CentOS 8. All of them used .htaccess files. They all are working on the new platform except one. Somehow it stubbornly won't accept under Hosting Settings PHP 7.2 with FastCGI under Apache. I change it...