• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

php

  1. H

    Issue [REQUEST] PHP Extentions Installer

    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.
  2. Adi Sharma

    Question Looking for PHP Tutorial for Beginners

    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?
  3. S

    Question Update to Plesk Obsidian 18.0.32 maintaining PHP versions and configuration for each subscription

    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.
  4. C

    Issue 403 after steam login on own website

    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...
  5. J

    Resolved PHP "Performance and security settings" not available for reseller, even when all permissions are given.

    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...
  6. J

    Question post_max_size and upload_max_size

    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
  7. C

    Input Support for PHP 8.0 in Plesk

    PHP 8.0 got released yesterday. https://www.php.net/releases/8.0/en.php Please add support for it in Plesk.
  8. R

    Question PLESK BIN Command Line not Working through PHP

    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...
  9. M

    Issue Upgrade from Onyx php 7.3 is not in the list of components

    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...
  10. C

    Question open door 2083 server centos 7

    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...
  11. nicojmb

    Question Empty Authorization header on PHP with nginx

    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...
  12. Y

    Resolved PHP Curl POST don't works with X-API-Key

    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" =>...
  13. SacAutos

    Issue I migrated a domain and .htaccess isn't working

    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...
  14. O

    Issue Upgrading PHP version on Plesk does not affect my Wordpress

    I have a wordpress which is alerting: I went to my Plesk panel and updated PHP version from 5.4.39 to 5.5.38 However, when I come again to my wordpress, the Warning is still up
  15. elaa

    Issue php file downloading instead of executing when using deny access

    I am denying access website only from one IP Address, so I add this code in PLESK Domains > example.com > Apache & nginx Settings. in the Additional nginx directives section I added this code and my ip address location ^~ /ctst { allow 203.0.113.2; deny all; } but this only...
  16. H

    Question How do I change my PHP version?

    I've seen videos regarding changing the PHP version but I am not longer getting a Dropbox option. Can anyone help?
  17. A

    Question PHP throws error when connecting to MySQL: access denied

    Hi, I am using a webhost in order to keep track of some user information (just a test at this point) using MySQL and PHP. I have created a (actually several) user in order to connect to my database, and this entire process used to worked fine until a few weeks ago, but now I encounter PHP Error...
  18. F

    Question How to run a PHP cron with low task priority

    Hey! How can i run a PHP script via cron with low priority (low CPU load)? I tried to add "nice 19" to the argument field but it doesn't work.
  19. J

    Issue php move_uploaded_file failed to open stream: Permission denied

    Hi there. I'm new to plesk and I always receive this error "move_uploaded_file(G:/PleskVhosts/test/test.com/sample.JPG): failed to open stream: Permission denied in G:/PleskVhosts/test/test.com/sample.JPG on line 43" whenever I try to upload image using php. I tried to add the folder directory...
  20. E

    Issue Url with accent doesn't display

    Hi all, We have this problem: - we have a web hosting with a domain (production) in a Plesk Obsedian 18.0.27 - we have create a subdomain in the subscription. We have create a new website under Wordpress. All is ok. - we have migrate the website on the main domain. Everything works except this...
Back
Top