• Hi
    I’m trying to use this plugin but the import.php file is using some deprecated code:
    mysql_connect()
    In PHP7 we need to use mysqli_connect()
    I’ve changed it all over the code but still it’s not working, I’m getting:
    Uncaught Error: Function name must be a string
    when trying to connect to the database.
    Would appreciate some help.
    Thanks

The topic ‘Update import.php to PHP7’ is closed to new replies.