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

Forwarded to devs Cannot install SMF

Oldiesmann

Basic Pleskian
TITLE:
Cannot install SMF
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
Onyx 17.8.11, Ubuntu 18.04 x64
PROBLEM DESCRIPTION:
When you go into the apps catalog and try to install SMF, it gives you an error saying "The 'mysql' extension was not found.". The current version of SMF (2.0.15) supports MySQLi.​
STEPS TO REPRODUCE:
Login to the customer panel
Go to Applications
Search for smf
Click "Install"​
ACTUAL RESULT:
Application is not installed because the 'mysql' extension is no longer available in PHP​
EXPECTED RESULT:
I expect to be able to install the application​
ANY ADDITIONAL INFORMATION:
Latest version of SMF is 2.0.15 and it appears the applications feature is trying to install 2.0.9.
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:
Confirm bug
 
Last edited:
Go to PHP Settings of your domain and click View the phpinfo() page there. For your domain PHP version you should see something like:

Screen Shot 2018-07-10 at 12.35.35.png
 
- Find the PHP handler version which is used by affected domain, e.g example.com, in Domains > example.com > PHP Settings:

- Enable extensions both mysqli and mysqlnd (for Linux only) extensions in Tools & Settings > PHP Settings > 7.0.30 FPM application:

Are you still facing the same issue ?
 
Ubuntu 18.04. I still believe the issue is it's trying to install an outdated version of SMF, as MySQLi support was added with 2.0.14.
 
You have an .htaccess file in the root of the domain? I've seen weird errors like this before in similar situations.
 
Currently, package available in APS catalog requires mysql extension, which is not available in PHP 7:

Code:
# cat APP-META.xml
<...>
<requirements>
<...>
<php:extension xmlns:php="http://apstandard.com/ns/1/php">mysql</php:extension>
<...>
</requirements>

Support for modern PHP have been introduced in SMF 2.0.14: SMF 2.0.11 and php 7
Please contact the maintainer of this package to update it. The maintainer is SofCloudIT: smf - 2.0.9-15
 
Back
Top