WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
Do I understand it correctly the SQL Injection Fix zip-file can be installed as an Addon?Or manually by FTP?
There was an uncatched exception: Unknown MySQL server host 'mysql02:3306' (2) in line (51) of (/framework/class.database.php)
thanks! But this is the first website I tested the fix on, I'm not using anyold (non functional) modules so they must be uninstalled to in order torun the upgrade?
Code: [Select]There was an uncatched exception: Unknown MySQL server host 'mysql02:3306' (2) in line (51) of (/framework/class.database.php)
The port number must be a separate argument:$link = mysqli_connect('host', 'user', 'pass', 'db', 5306);