× R0.23 No Longer Supported

[Closed] Virtuemart Integration and Auto-Create users off

14 years 4 weeks ago 12 years 2 months ago by Chris.
Antonio Durán
Posts: 7717
More
Topic Author
[Closed] Virtuemart Integration and Auto-Create users off #1
In release 0.23 there is a bug which prevents Moodle users from being created when using Virtuemart Integration and setting Auto Create users to Off.

You can install 0.23a to correct this problem. You would only need to re-install the joomdle auth plugin for moodle.

Alternatively, you can upload the attached file (rename it to auth.php) to moodle/auth/joomdle to replace existing auth.php.

File Attachment:

File Name: auth.txt
File Size:33 KB


Or you can fix it by hand. Open file moodle/auth/joomdle/auth.php, and go to line 1196. There, change:
create_joomdle_user ($username);
by:
$this->create_joomdle_user ($username);
Attachments:

Please Log in or Create an account to join the conversation.