Re: Moodle update- Moodledata files disappeared
by Roberto Pires. Before updating, I did backup the moodle folder and the moodle database, I didn't back up the moodledata folder.At the moment the size of the moodledata folder is 2GB. In the folder...
View ArticleRe: Moodle update- Moodledata files disappeared
by Howard Miller. Yeh - moodledata is a critical part of the backup. There's no real point backing up the Moodle program files as you can always download those again. The files you are seeing are what...
View ArticleWindows server: you cannot edit own profile sorry (errormessage) Moodle
by Renil Lambert. i had installed the moodle package 2.4.3-0 (windows package).This has been integrated with LDAP (Active directory). it says " sorry cannot edit own profile". same while accessing the...
View ArticleMigrating from Moodle 2.3.2+ on iMac to Moodle 2.5 on a linux host
by Halil Ozmen. I want to migrate our current version 2.3.2+ Moodle installation which is on an iMac system, to a new version 2.5 installation that will be on a rented Linux host.What will be the...
View ArticleRe: Migrating from Moodle 2.3.2+ on iMac to Moodle 2.5 on a linux host
by Howard Miller. The source and destination OSs make little difference as the Moodle code and data is independent of the OS. The documentation you need is here - Moodle_migration
View ArticleRe: Migrating from Moodle 2.3.2+ on iMac to Moodle 2.5 on a linux host
by Howard Miller. The source and destination OSs make little difference as the Moodle code and data is independent of the OS. The documentation you need is here - Moodle_migration
View ArticleRe: Moodle update- Moodledata files disappeared
by Ken Task. At this point, the moodledata folder has been converted to a 2 and think your only option is to continue to move forward.Your hosting provider (justhost.com) appears to offer php 5.3.3...
View ArticleNew moodle installation recommendations
by trent miller. I'm current running a good Moodle setup....server 2003moodle 2.3.2MySQLIISphpfastCGIWe have new server equipment though and will be using HyperV to host multiple moodle servers...
View ArticleRe: Notes on upgrading Moodle from 1.9.x to 2.4.1 on a shared server
by Billy Knox. One other significant difference is that I am not switching web hosts. So what I have done is created a second moodledata file named in accordance with the upgrade (i.e. Moodle1_9_19)...
View ArticleRe: Notes on upgrading Moodle from 1.9.x to 2.4.1 on a shared server
by Shawn LoPorto. I'm by no means and expert at this. I just documented what I did in my specific situation - and that included moving servers. So I can't guarantee that my steps will completely...
View ArticleRe: Migration 2.4.4 -> 2.5: utf-8 not installed (bug?!)
by Howard Miller. You need to find and make sure the database 'character set' is UTF8. The collation is not the character set - it is the rules for comparing strings to each other.
View Article2.0.2 to 2.2.10 Check Errors
by sean lancaster. NameInformationReportStatusunicode must be installed and enabledIt is required that you store all your data in Unicode format (UTF-8). New installations must be performed into...
View ArticleRe: New Moodle user - need help getting site online
by Breanne Weber. Perfect, thank you so much guys! I'll try those things and see how they work. I appreciate the help!
View ArticleRe: Migration 2.4.4 -> 2.5: utf-8 not installed (bug?!)
by Petr Škoda. Database charset is irrelevant since Moodle 2.5, the deciding factor is now charset and collation of the config table. My wild guess is that config.php and screenshot might use...
View ArticleRe: 2.0.2 to 2.2.10 Check Errors
by Shawn LoPorto. Check the utf-8 unicode setting at the lower level - there are two levels of this setting, a top level and bottom level, make sure the bottom level is set- using phpMyAdmin (MySQL)-...
View ArticleRe: Migration 2.4.4 -> 2.5: utf-8 not installed (bug?!)
by Howard Miller. That's interesting, I'll add that to the FAQ (for when I forget)
View ArticleRe: 2.0.2 to 2.2.10 Check Errors
by sean lancaster. Thank you Shawn. That allowed me to continue the upgrade. Whew. I went to login after the upgrade and I get a blank white screen. I want to continue upgrading to eventually get to...
View ArticleRe: Upgrade from 2.4.x to 2.5 and passwords no longer work
by Bret Miller. The only thing I can think of is that you created a new config.php and did not copy your $CFG->passwordsaltmain from your old config.php.
View ArticleError after Installation in cPanel
by Mika Sue. A syntax error Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/mikasue/public_html/mikasuedesigns/externship/lib/accesslib.php on line 5295 Please advise how to...
View ArticleRe: Error after Installation in cPanel
by Mika Sue. I fixed the error at certain lines the code was $classname::function() I changed this to $classname->function() and it worked. the :: is the incorrect syntax. /lib/accesslib.php...
View Article