Moodle Lubuntu Installation
by James Noxon. Hi all, I ended up getting some things going but felt I needed to refresh my memory of the command line programs, so I went to the library and got a LINUX manual and after a few days I...
View ArticleRe: Problems after upgrading from 2.7.2+ to 2.8.1+
by Brian Yanosik. No apologies needed. Thank you for taking the time to respond.Line 27 is require_once(dirname(__FILE__) . '/lib/setup.php');Tried purging the cache via the admin interface and the...
View ArticleRe: Problems after upgrading from 2.7.2+ to 2.8.1+
by Ken Task. For some reason, sometimes, using the Moodle UI to purge caches didn't work for me but manually removing them via command line does for sure.Might be related to mysql innodb session lock...
View ArticleRe: 2.0 Upgrade Database Error
by madhu bheemagani. Before Upgrading you must check below requirementsBefore upgrading what all the plug-ins available in Moodle 1.9, you have to cross check once in upgraded version plug-ins...
View ArticleRe: Theme not displaying (new installation)
by Luis de Vasconcelos. Noah,Do you experience this theme rendering problem on the Moodle front page, or only when you go into that course? Do you experience it in ALL your courses, or just this one...
View ArticleRe: Theme not displaying (new installation)
by Luis de Vasconcelos. Usman, are you saying that Moodle servers have to be internet facing? That sounds crazy! That would imply that you can't run those themes on an intranet. Or at a rural school...
View ArticleRe: Theme not displaying (new installation)
by Matteo Scaramuccia. Hi Luis,here the HTTP 404 errors are related to the incorrect PATH_INFO support i.e. the server hosting the Moodle instance does not honor the so called Moodle slash...
View ArticleRe: Theme not displaying (new installation)
by Matteo Scaramuccia. Hi Luis,Husman is right: it could depend on the theme code design and/or its configuration and... - some rare times ;) - on Moodle bugs, e.g.: MDL-42679, MDL-36334.HTH,Matteo
View ArticleRe: Theme not displaying (new installation)
by Luis de Vasconcelos. Mateo,Thanks. How did you work that out? Wouldn't it be better to disable slasharguments through the option under Site administration / Server / HTTP instead of changing it in...
View ArticleRe: Theme not displaying (new installation)
by Matteo Scaramuccia. Hi Luis,if you already know the Moodle interface - no beauties here due to the lack of the CSS files - it could be easy to disable it being logged in as the administrator;...
View ArticleRe: Theme not displaying (new installation)
by Noah A. Thank you all for your help! The first thing I tried was to change the value in the SQLdatabase, as you suggested. That didn't work. (It didn't even change the value shown in the...
View ArticleRe: Does 2.5 to 2.7 Change the data files in dataroot
by Yael Z. Hello MarcusThe upgrade will not effect your files.See also: https://moodle.org/mod/forum/discuss.php?d=232144Good Luck!Yael - developer in Openapp
View ArticleRe: Does 2.5 to 2.7 Change the data files in dataroot
by Petr Skoda. Please do not even attempt to run two different versions from one dataroot. It can break extremely badly and you may loose your data easily. Always make a copy of both database and...
View ArticleRe: Does 2.5 to 2.7 Change the data files in dataroot
by Marcus Green. My enquiry was based on a test server so nothing terrible could have gone wrong in the worst case scenario. Even then we had backups. I understand that the upgrade from 1.9 to 2.0...
View ArticleRe: Theme not displaying (new installation)
by Luis de Vasconcelos. It's scares me that slasharguments can break Moodle like this...
View ArticleRe: Theme not displaying (new installation)
by Matteo Scaramuccia. Hi Luis,it prevents the loading of some CSS files and maybe some JS files and than the WebUI is broken due to the missing of those expected files.When Moodle doesn't use slash...
View ArticleRe: Does 2.5 to 2.7 Change the data files in dataroot
by Petr Skoda. Upgrade can change anything. It would be very very very irresponsible to share dataroot between live site and anything else and especially during upgrade.
View ArticleRe: Moodle FreeTDS MSSQL Moodle on Linux
by Luis de Vasconcelos. Sorry, I'm not familiar with FreeTDS on UNIX... but what happens when you try to connect using the 'mssql' dbtype without a DSN:$CFG->dbtype = 'mssql';And what happens when...
View ArticleRe: Ubuntu 12, Moodle 2.7
by john Simpson. The latest server is ubuntu 14.04LTS. The latest moodle is 2.8Would it help with these step by step instructions?...
View ArticleRe: Moodle FreeTDS MSSQL Moodle on Linux
by Shawn Tolivar. I get the error that the database is available or busy. I see no communications from the server to my database server at this time.Both ways give me the same error. It is like the...
View Article