Moodle Integration

Hi Admin,

Please can you assist, I have followed the moodle integration guide and i am getting the below error. For both enrolment and authentication

Hi Shaun, this looks like a Moodle issue, and so a bit outside of my area of expertise. However, at a guess it looks like the PHP library mysql is not installed on your server, and so the mysql_connect() function is not available. My understanding is that this was once the default way to connect PHP to mysql databases, but that it is not disabled by default, as it has been superseded by the mysqli and PDO libraries. So, you may need to check on your server and get the mysql library installed into PHP. Thanks! Ross.