Re: second domain name, second moodle install same server
by Jason Mariano. Yes it is restricted to block external IPs on one site via apache. Also, on the other one It needs to be open. Since people can stop by register with their own email accounts. Yes...
View ArticleTwo general questions about upgrading
by Ronald de Caluwé. Hi there,Just did an upgrade to Moodle 2.6.2. Followed all steps from this page (http://docs.moodle.org/26/en/Upgrading) and everything went well.Nevertheless two questions came...
View ArticleRe: Upgrade Moodle 2.3.11 -> 2.6.2 fails
by Bret Miller. I googled the error and found a couple of interesting references.See http://docs.moodle.org/26/en/error/moodle/dmlwriteexceptionIt could be a table schema problem. When was the last...
View ArticleRe: Two general questions about upgrading
by Bret Miller. 1) No, making a backup copy of moodledata does not prevent an error. However, should an error occur during upgrade, you'll need that backup (along with the database and moodile php...
View ArticleRe: Upgrade Moodle 2.3.11 -> 2.6.2 fails
by Michael Mulvihill. Hi Bret,thanks for the suggestion - I may do that if I don't get anywhere with some other approaches.In this case it seems unlikely that this is the issue, as the table in...
View ArticleRe: Help please... moodle upgrade not working
by Lee sciedteacher. Thank you so much for your responses. I found the PHP pear packages but could only find two of the php files to install (Soap and xmlrpc). The others (zip, intl and opcache) could...
View ArticleRe: Help please... moodle upgrade not working
by Miguel Santos. Hi Lee, I am sure you host will help you out. A quick google search shows that some cPanel controlled hosts compile php without the enable zip flag. If your host did include...
View ArticleRe: Help please... moodle upgrade not working
by kamel kaled. hiOpen cash is setting that mean you have to check on you httpd or php.ini ann enabledd it baut if you user the laste ver 6.2 or 7 of Moodle you don't need it. for Intl you you have to...
View ArticleRe: I have problem in the middle of the instalation (moodle version 2.6.2)
by AL Rachels. It is telling your that a required plugin is missing. Both Feedback Block (block_feedback) and Feedback Activity (mod_feedback) are standard in Moodle 2.6.2. Feedback Block has to have...
View Articletwo domains 1 server selfhosted
by john owen-jones. hi i've set up apache on debian and in my test configuration have virtual hosts working for the purposes of my testing i set up a couple of redirects in hosts on my laptop so...
View ArticleRe: I have problem in the middle of the instalation (moodle version 2.6.2)
by Radek Bednar. I downloaded pack from original website and after download I put the pack on server so nobody couldn't delet any files. So, where I can download missing files and where put them...
View ArticleRe: Login after migration
by Ruth Brown. Sorry Bret - did you mean that I SHOULD have changed the passwordsaltmain in config.php or that I shouldn't have? I very carefully didn't as I assumed it would need to be consistent ...
View ArticleRe: Login after migration
by Ken Task. Just did some sluthing and it appears your site is in the maintenance mode. Don't run a 2.4 anymore so don't know if this is true or not but in higher versions of Moodle there has been a...
View ArticleRe: Login after migration
by Ruth Brown. Ah Ken there's nothing like a good sleuth .I added the maintenance line to config.php and it certainly got the site out of maintenance but no joy with the login.Yes, I have the admin...
View ArticleRe: Login after migration
by Ken Task. You don't have to send file. Copy from browser and paste into NotePad/TextEdit locally. Then do search and replace with local text editor to strip out info that needs NOT to be shared...
View ArticleRe: SCORM stuck updating to 2.6.2
by Matteo Scaramuccia. Hi Ben,that upgrade stage is part of MDL-43541, https://github.com/moodle/moodle/commit/9f3a4cbbcfd0688ec61485d36e5c26234c689dd5#diff-8f409afdb710dc2d678acde021558174R205.3621...
View ArticleRe: I have problem in the middle of the instalation (moodle version 2.6.2)
by AL Rachels. You can download from here: http://download.moodle.org/Look in the folder at ...yourmoodle/mod/feedback/on your server and compare to a new download. See if something really is missing.
View ArticleRe: SCORM stuck updating to 2.6.2
by Ben Cooper. Thanks for the reply, yes the update runs fine manually.After 10min it was still stuck, the timeout does not appear to do anything. It does not get past the first loop of foreach...
View ArticleRe: Installation does not complete 2.5.4 and 2.6
by todd vainisi. Okay lookers, with special thanks to Howard and Ken who walked a mile in my shoes, I took care of this by upgrading my php to 5.5. The installer said my php was adequate (I had...
View ArticleRe: SCORM stuck updating to 2.6.2
by Ben Cooper. So if I change:line 211: \mod\scorm\db\upgrade.php$scorms = $DB->get_recordset_sql($sql);to: $scorms = $DB->get_records_sql($sql);and also comment out $scorms->close(); then it...
View Article