phpMyBackupPro icon indicating copy to clipboard operation
phpMyBackupPro copied to clipboard

The MySQL module for PHP seems not to be installed correctly

Open olpo24 opened this issue 6 years ago • 3 comments

On this step "Load the config.php file in your browser (e.g. http://localhost/phpMyBackupPro/config.php)." I get the message:

The MySQL module for PHP seems not to be installed correctly. You can configure the MySQL module in php.ini. Read the HTTP servers (eg. Apache) log files for more infomation.

Other Application like Wordpress or Nextcloud are running fine. In the Apache Log are no entrys.

olpo24 avatar Jun 26 '19 13:06 olpo24

Hi, @olpo24! I have a long time without using this and I don't have a way to reproduce the bug. The last time I tried it worked with PHP 7.1 using Xampp.

andreshg112 avatar Jun 26 '19 13:06 andreshg112

It not a solution but why not working info here

Jmos avatar Mar 30 '20 08:03 Jmos

works just fine on PHP 7. But I had to do some tweaks:

import.php line 115 should be: $db = mysqli_select_db($con, $dbname = PMBP_file_info("db", PMBP_EXPORT_DIR . $import_file));

and functions.inc.php line 674 should be: if (!mysqli_query($con, trim($query))) {

Maybe I'll get to create a pull request at some point

rapsli avatar Aug 16 '22 08:08 rapsli