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

fcgid - mysql ext no found

PCpractico.es

New Pleskian
I have a problem to auto-install Wordpress on one site, when I try returno me the following error:

PHP Extension: Not found the 'mysql' extension.

Try to repair it with the following article:
http://kb.odin.com/es/123910

But it did not work

This is my fcgid.conf

Code:
LoadModule fcgid_module modules/mod_fcgid.so

<IfModule mod_fcgid.c>

<IfModule !mod_fastcgi.c>
    AddHandler fcgid-script fcg fcgi fpl
</IfModule>

  FcgidIPCDir /var/run/mod_fcgid/sock
  FcgidProcessTableFile /var/run/mod_fcgid/fcgid_shm

  FcgidIdleTimeout 40
  FcgidProcessLifeTime 30
  FcgidMaxProcesses 20
  FcgidMaxProcessesPerClass 8
  FcgidMinProcessesPerClass 0
  FcgidConnectTimeout 30
  FcgidIOTimeout 45
  FcgidInitialEnv RAILS_ENV production
  FcgidIdleScanInterval 10

</IfModule>

Please, Help me.
 
More Details about my problem:

when i configure the "Preferred domain" to "mydomain.com" we can install wordpress ok, but we change the "Preferred domain" to "www.mydomain.com" then return me the error on installing Wordpress.
 
Hello,

Most of times issue is that the mysql extension is enable in php configuration. You can add phpinfo under domain check if it is enable or not. You will also get the php configuration file path in info file.
 
Back
Top