- Posts: 1
Joomdle 1.0 Installation
Upgrade to Moodle 3
- George
- Topic Author
- Offline
- New Member
-
Less
More
10 years 5 months ago #1
by George
Upgrade to Moodle 3 was created by George
Today I upgraded my Moodle site to the last 3.0 version and did encounter some problems with joomdle plugin and received a message that the plugin is outdated, etc. It appeared that Moodle 3.0 requires $plugin->component to be defined in the version.php file. So, before upgrading add a line containing
$plugin->component = 'auth_joomdle';
between the php tags of the respective file (it's located in moodle/auth/joomdle) and follow the upgrade procedure.
$plugin->component = 'auth_joomdle';
between the php tags of the respective file (it's located in moodle/auth/joomdle) and follow the upgrade procedure.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
10 years 5 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Upgrade to Moodle 3
Thanks for the info.
I had been away lately, and didn't realize Moodle 3.0 was out already. I will do some testing and try to release a new package soon.
If you find any other problems, please let us know.
I had been away lately, and didn't realize Moodle 3.0 was out already. I will do some testing and try to release a new package soon.
If you find any other problems, please let us know.
Please Log in or Create an account to join the conversation.
- yeranarraila
- Offline
- New Member
-
Less
More
- Posts: 4
10 years 5 months ago #3
by yeranarraila
Replied by yeranarraila on topic Upgrade to Moodle 3
The same with me
... waiting
Please Log in or Create an account to join the conversation.
- Chris
-
- Offline
- Moderator
-
10 years 5 months ago #4
by Chris
Replied by Chris on topic Upgrade to Moodle 3
Moodle 3.0 was only released a few days ago. It will take a little time to test the full integration. While waiting , we would be grateful if you could apply the above patch and then test in your test environment for any other issues as well.
Thanks for your patience
Thanks for your patience
Please Log in or Create an account to join the conversation.
- Rudolf Widmer
- Offline
- New Member
-
Less
More
- Posts: 1
10 years 5 months ago #5
by Rudolf Widmer
Replied by Rudolf Widmer on topic Upgrade to Moodle 3
Where can I find « the above patch»?
Rudolf
Rudolf
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
10 years 5 months ago #6
by Antonio Durán
Replied by Antonio Durán on topic Upgrade to Moodle 3
For anyone else that is looking for this. George's info above is correct.
If you upgrade to Moodle 3, you should before add this in auth/joomdle/version.php:
$plugin->component = 'auth_joomdle';
I have already tested basic Joomdle features, and everything seems to be working fine.
We will release a new Joomdle package along the weekend.
If you upgrade to Moodle 3, you should before add this in auth/joomdle/version.php:
$plugin->component = 'auth_joomdle';
I have already tested basic Joomdle features, and everything seems to be working fine.
We will release a new Joomdle package along the weekend.
Please Log in or Create an account to join the conversation.
- Alexandre Texeira
-
- Offline
- New Member
-
Less
More
- Posts: 10
10 years 5 months ago - 10 years 5 months ago #7
by Alexandre Texeira
Replied by Alexandre Texeira on topic Upgrade to Moodle 3
Hi!
I'm testing it. We have this screenshot to include in this topic.
We will wait the new release.
Antonio you're the best!
Nice weekend.
https://www.dropbox.com/s/3vgctz321tw7x7j/ss-moodle3.png?dl=0
I'm testing it. We have this screenshot to include in this topic.
We will wait the new release.
Antonio you're the best!
Nice weekend.
https://www.dropbox.com/s/3vgctz321tw7x7j/ss-moodle3.png?dl=0
Last edit: 10 years 5 months ago by Alexandre Texeira.
Please Log in or Create an account to join the conversation.
- Simon C
- Offline
- New Member
-
Less
More
- Posts: 9
10 years 5 months ago #8
by Simon C
Replied by Simon C on topic Upgrade to Moodle 3
Antonio, thanks updating us on this topic.
Will wait to grab the update package next week.
I really appreciate the effort you put in to supporting Joomdle and keeping it up-to-date. Thank you.
I really appreciate the effort you put in to supporting Joomdle and keeping it up-to-date. Thank you.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
10 years 5 months ago #9
by Antonio Durán
Replied by Antonio Durán on topic Upgrade to Moodle 3
We just released Joomdle 1.0.3, with support for Moodle 3.
Please Log in or Create an account to join the conversation.