Viewing 1 replies (of 1 total)
  • Plugin Author kennibc

    (@kennibc)

    Hello Jannis,
    I think you are using the wrong MySQL settings for the user and password. This needs to be MYSQL account for moodle so that it can access the DB Directly via MYSQL.

    Here…
    Line 44 (Moodle Database Connection)- mysql_connect(“localhost”,”MySQLusername“,”MYSQLpassword“);

    Logins are not the issue as far as I can tell because this is just a form that sends the login details to your moodle login page for processing.

    You should have Moodle 2.4.

Viewing 1 replies (of 1 total)
  • The topic ‘Warning: mysql_fetch_object()’ is closed to new replies.