Re: error right after installation - Config table does not contain version
by Kishore Babu M. N.. Hi,I have installed Xampp 1.8.3, moodle 2.6.1 on Windows 7 64 bit machine. All the installation went well. But when I try to start the application, I am getting the same error...
View ArticleFile(/var/moodledata/) is not within the allowed path(s):
by james aco. Hello,Trying to install Moodle 2.6.1 and facing permissions issue..Warning: file_exists(): open_basedir restriction in effect. File(/var/moodledata/) is not within the allowed path(s):...
View ArticleError upgrading to 2.6
by juice masters. I am currently using 2.2.6 and I am trying to upgrade to 2.6 but I am having some problems. I imported my production database through phpmyadmin and setup a directory with the 2.6...
View ArticleRe: File(/var/moodledata/) is not within the allowed path(s):
by Howard Miller. Well - it's because open_basedir restrictions have been set up. That setting says "PHP can only write files to the following locations.....".So... who set up PHP and why did they...
View ArticleRe: File(/var/moodledata/) is not within the allowed path(s):
by Ken Task. This tells you:Warning: file_exists(): open_basedir restriction in effect. File(/var/moodledata/) is not within the allowed path(s):/var/moodledata the data folder for Moodle is not...
View ArticleRe: Error upgrading to 2.6
by juice masters. I tried that and I got this error message:Debug info: Table 'mdl_enrol_authorize' already existsCREATE TABLE mdl_enrol_authorize ( id BIGINT(10) unsigned NOT NULL auto_increment,...
View ArticleRe: Error upgrading to 2.6
by juice masters. I tried the 2.2.6 -> 2.6 upgrade again and just for fun I tried renaming the problem tables (ie.'grading1'). The upgrade finished but I got another error saying "Installation...
View Article2.5.1 I deleted the column for "city" in mdl_user on MyPHPAdmin...
by Wendi Turner. ...and now I can't see my list of users. I am thinking I could simply upgrade, and that column will be put back on MyPHPAdmin...won't it? Please advise.
View ArticleRe: 2.5.1 I deleted the column for "city" in mdl_user on MyPHPAdmin...
by Howard Miller. No it won't. Try...ALTER TABLE ADD city varchar(120) COLLATE utf8_unicode_ci NOT NULL DEFAULT '' AFTER address;I'm not going to ask why you deleted it - it's a required field for...
View ArticleRe: How do I install Moodle 2010112400
by Howard Miller. I hope you didn't take me too literally The *relative* path (from wherever you installed Moodle) is question/type/regexp. As I have no idea where you installed Moodle on your...
View ArticleRe: 2.5.1 I deleted the column for "city" in mdl_user on MyPHPAdmin...
by Guillermo Madero S.. Hi Wendi,As you want the field to be optional, I would do either of the following (assuming that the table prefix is mdl and that the collation is utf8_unicode_ci):1. Allow...
View ArticleRe: 2.5.1 I deleted the column for "city" in mdl_user on MyPHPAdmin...
by Wendi Turner. Thank you both! I deleted it in a hopeful attempt to get rid of the required field "City" on the signup sheet. I am an amateur...very much so. I have "tweaked" one other website I had...
View ArticleRe: Forwarding with masking
by Ruth Hadikin. Thank you so much for posting this Fabian!! I've just installed moodle for the first time and couldn't figure out why url forwarding worked without masking but not with it... now...
View ArticleRe: upgrade from 2.4 to 2.5 faild question_match [solved]
by Randy Shuttleworth. Hello Christine -- Thanks so much. I had the same problem. Worked perfectly. Randy S
View ArticleRe: Brand new installation of Moodle, full installation on Windows - "This...
by Jonathan Ambler. I'm having the same problem, and I don't know if this will help because I haven't fixed the problem myself, but my tech guy thinks it has to do with the apache config file....
View ArticleRe: 2.5.1 I deleted the column for "city" in mdl_user on MyPHPAdmin...
by Wendi Turner. Thanks! I think I did it right...if not, I will be groveling once again... ;) (about 30 minutes later...)Yep, seemed to work great! Thank you!!! :D
View ArticleRe: Brand new installation of Moodle, full installation on Windows - "This...
by Luis de Vasconcelos. Have you checked the file permissions? The user that the web server (Apache in your case) is running under must be able to write to your Moodle application and Moodledata folders.
View ArticleRe: Upgrading 2.1.2 to 2.2.11 Windows
by Luis de Vasconcelos. What's the full path to that "search" folder that you describe?There isn't a "search" folder in the Moodle root folder. Did you install some kind of search plugin at some stage?
View ArticleLDAP Sync
by Stephen Hardy. Hi All,I have 2 moodle installations (Both Windows), 1 being on a single server with a MYSQL DB and locally stored MoodleData folder, the other being somewhat different and this is...
View Article