- Posts: 3
Error msg in moodle
- Victor Zadayanny
- Topic Author
- Offline
- New Member
-
Less
More
14 years 6 months ago #1
by Victor Zadayanny
Error msg in moodle was created by Victor Zadayanny
Plugin "joomdle" (2008080114) could not be installed. It requires a newer version of Moodle (currently you are using 2007101520.03, you need 2007101550).
need some help.
(moodle 1.9)
need some help.
(moodle 1.9)
Please Log in or Create an account to join the conversation.
- Victor Zadayanny
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
14 years 6 months ago #2
by Victor Zadayanny
Replied by Victor Zadayanny on topic Re: Error msg in moodle
<?php
// MOODLE VERSION INFORMATION
// This file defines the current version of the core Moodle code being used.
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)
$version = 2007101520.03; // YYYYMMDD = date of the 1.9 branch (don't change)
// X = release number 1.9.[0,1,2,3...]
// Y.YY = micro-increments between releases
$release = '1.9.2+ (Build: 20080730)'; // Human-friendly version name
?>
this is our moodle version. so the quetion is:
how can i upgrade our moodle to work joomdle with?
thx
// MOODLE VERSION INFORMATION
// This file defines the current version of the core Moodle code being used.
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)
$version = 2007101520.03; // YYYYMMDD = date of the 1.9 branch (don't change)
// X = release number 1.9.[0,1,2,3...]
// Y.YY = micro-increments between releases
$release = '1.9.2+ (Build: 20080730)'; // Human-friendly version name
?>
this is our moodle version. so the quetion is:
how can i upgrade our moodle to work joomdle with?
thx
Please Log in or Create an account to join the conversation.
- Victor Zadayanny
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
14 years 6 months ago #3
by Victor Zadayanny
Replied by Victor Zadayanny on topic Re: Error msg in moodle
ok. problem is solved!
sorry for the topic
sorry for the topic
Please Log in or Create an account to join the conversation.