• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved I am really a noob at this and I completely stuck with installing php extensions via SSH

Woody

New Pleskian
Server operating system version
Ubuntu 20.04.5 LTS
Plesk version and microupdate number
Plesk Obsidian Version 18.0.47 Update #4
All I want to do is the run the script that generates the sitemap for my site, (for now) I have had to quickly give myself a crash course in SSH and Linux commands. this morning I knew nothing, this afternoon I managed to instal php 7.4 via CLI (although It's already installed in the control panel, so i don't get why I had to do that again?) but now I have to install these extensions and I really haven't got a scooby how to do it, I searched countless help files, untold forums and maybe I was searching for the wrong things but I can't find anything that guides me through this.

I am betting this is probably basix unix 101 here and I am making myself look a right plumb by asking, but a I really am stuck at this point, can anyone help?

Oh and I have new mail? where do I have new mail, how do I get that?


Clipboard01.jpg
 
You run the script with the vendor OS version of PHP. Plesk uses special versions of PHP for website hosting with all necessary modules included. Your site most likely uses that version of PHP instead of OS vendor PHP. You can verify this by opening the PHP settings for your site in the Plesk interface.
Therefore, you need to use the appropriate version of PHP that is specified in your website settings to run your script.
These PHP versions are located in /opt/plesk/php/<version>/bin/php
Hence your command will be if your site uses PHP7.4:

# /opt/plesk/php/7.4/bin/php generateSitemap.php
 
Back
Top