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

Application vault mysql_connect error

B

BuGoFf

Guest
When i tried to install an application vault i get the following error:

Warning: Program execution failed, please check Plesk log files for details (
Fatal error: Call to undefined function: mysql_connect() in /var/www/vhosts/mydomain.be/vault_scripts/brim/scripts/db-util.php on line 66
). Contact your system administrator for assistance.

Warning: Site application installation failed:
Fatal error: Call to undefined function: mysql_connect() in /var/www/vhosts/mydomain.be/vault_scripts/brim/scripts/db-util.php on line 66

I'm running plesk 8.3 on debian sarge.

PHP version 4 & 5 are installed, i checked if they both have mysql.

Server:~# php5 -m | grep mysql
mysql
mysqli
pdo_mysql

Server:~# php -m | grep mysql
mysql

Server:~# php -v
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies

Server:~# php5 -v
PHP 5.1.4-swsoft.1 (cli) (built: Jul 20 2006 18:09:06)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies

If you need more info, please ask.

Kind Regards,
Bram
 
Identical Problem

Hey,

Im experiencing the exact same problem, and im also running Debian.

Did you end up fixing the problem? how?

Im wondering if anyone can help with this?

Thanks.
Glen
 
Hi,

The problem was solved by chmod'ing my php.ini to 644.

was:
-rw------- 1 root root 37719 2007-10-27 02:31 php.ini
became:
-rw-r--r-- 1 root root 37719 2007-10-27 02:31 php.ini

Kind Regards,
Bram
 
Back
Top