Module: External Authentication
Posted by Joe Curia
April 20, 2011 01:23AM |
Registered: 22 years ago Posts: 793 |
July 31, 2011 07:03AM |
Registered: 22 years ago Posts: 46 |
Re: Module: External Authentication May 29, 2013 09:43AM |
Registered: 11 years ago Posts: 1 |
This works for Phorum 5.2.18 and moodle 2.3.6
You have to install both on the same server and adjust the path to the moodle files. Explanation is in the file.
Under the Settings you have to write the root-path of your moodle
Edited 1 time(s). Last edit at 05/29/2013 09:45AM by shogathu.
You have to install both on the same server and adjust the path to the moodle files. Explanation is in the file.
Under the Settings you have to write the root-path of your moodle
Edited 1 time(s). Last edit at 05/29/2013 09:45AM by shogathu.
Re: Module: External Authentication November 29, 2013 01:22AM |
Registered: 11 years ago Posts: 1 |
Re: Module: External Authentication August 17, 2015 09:19AM |
Registered: 15 years ago Posts: 160 |
While playing with the logging event module,my list was full of a php warning about undefined index:
line 274 : utilize_synchronization_table
added isset and the warning is gone:
using version: v5.2.1.04
line 274 : utilize_synchronization_table
added isset and the warning is gone:
Language: PHP// load the synchronization table code if necessary // added isset to prevent php warning if (isset($PHORUM["phorum_mod_external_authentication"]["utilize_synchronization_table"])) { include_once "./mods/external_authentication/db_bin/db_functions.php"; }
using version: v5.2.1.04
Sorry, only registered users may post in this forum.