phpMyBackupPro

Status
Not open for further replies.

bcarc

Member
Messages
32
Reaction score
0
Points
6
I'm running PHP7 and a Joomla based site. I'm wanting to automate backups so I've installed the phpMyBackupPro package into folder .../public_html/mbp and followed install document to change permissions and edit definitions.php file. When I execute the config.php script I get the following error:

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.

The config.php script is looking for the function mysql_connect when it gets the error. Any suggestions what could be wrong?
 

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
The config.php script is looking for the function mysql_connect when it gets the error. Any suggestions what could be wrong?
-
MYSQL is deprecated from 5.5 and its fully removed in PHP 7
###
 

bcarc

Member
Messages
32
Reaction score
0
Points
6
What a bummer! Are there any other methods that can be automated to backup a free site? I want to take a dump of the database and also zip up all files to be downloaded or emailed offline.
 
Status
Not open for further replies.
Top