• 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 Application Not Installing (PHP: The 'mysql' extension was not found.)

Richard Ward

New Pleskian
I've been trying to install AfterLogic WebMail Lite, which is a popular alternative to Roundcube, and I was happy to find it in the Plesk Applications database. When I go to install it on my website, however, the install never finishes and complains about not having the 'mysql' extension. MySQL is enabled and working, as I have existing WordPress sites working fine on the server.

I double-checked my settings, and it appears I have a few SQL modules loaded in PHP. I tried adding these into inclusion in PHP settings for the site to no avail -- it still won't install.

root@server1:/# php -m|grep mysql

mysqli
mysqlnd
pdo_mysql

I could always install it manually in my hosting-site/webmail directory, but I'd like it to auto update with new packages and not have to maintain a separate package myself.

Any idea why this is happening? Is the 'mysql' module being depreciated or something? I've worked with WebMail Lite and WebMail Pro before, so I know their software works. I think this is an error on my end?

Thanks,
 
The "MySQL extension" is the old fashioned PHP extension. It is deprecated since 5.5 and completely removed since 7.0. If the module is missing, could it be that this is for you are using PHP 7?
 
I was unaware that it's completely gone in PHP v7. I've switched the domain to older PHP 5 and it works perfectly now.

I will contact the software vender and ask about their plans for newer PHP support. Thank you so much for this information.
 
Back
Top