phpMyBackupPro
                                
                                 phpMyBackupPro copied to clipboard
                                
                                    phpMyBackupPro copied to clipboard
                            
                            
                            
                        The MySQL module for PHP seems not to be installed correctly
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.
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.
It not a solution but why not working info here
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