Hello Fred and all!
I need to do this too: resetting lesson grades. Is it at all feasible without having to go to the mySql (I am not an administrator) ?
Joseph_R
Hi Petr and thanks for your reply.
I finally managed to solve all the problems I mentioned in my 2 previous posts by
Maybe I had developed a kind of problem with my previous installations (and re-installations) of the standard Moodle 1.4 package. Anyway, the only thing I no longer have with Windows4Moodle is EasyPHP, but I don't really need it.
Joseph_R
Hello! Further to my previous post I have to report that things are getting worse with my local installation of Moodle 14.
OK, something must be wrong with my Apache or php intallation (sorry, I'm not conversant enough with these environments to tell the difference). But what I don't understand is that the very same courses, images & javascripts work fine in Moodle 1.5 and go all wrong in Moodle 1.4, on the same machine, with the same Apache & php settings.
I know such problems are hard to replicate, maybe no-one has ever experienced the pb described, but I would be very grateful if one of the php/Apache/moodle dev gurus would advise me on what to do.
Thanks in advance,
Joseph_R
Hello!
I have read many posts on this forum about this image display & GD library problem but have have found no solution to the following weird problem.
I am running both moodle stable version 1.4 and dev version 1.5 locally for tests, using Windows XP SP2, Apache 1.3.27, PHP 4.3.3 & mysql 4.0.15 on my home computer where I test my courses before uploading them to our university Moodle server.
The GD2 library (php_gd2.dll) is enabled and correctly detected in moodle admin config.
I have recently developed a strange problem with my graphics refusing to display in my course pages with moodle 1.4 but displaying OK with moodle 1.5.
In moodle 1.4, for example, if I go to Resourses|Compose a web page|Insert image button, in the Insert Image window I can see the list of my graphics files in the File browser, but they are not displayed in the Preview window and, if I actually insert an image in my web page it won't be displayed later on when that web page resource is used. This is NOT a problem with the Insert Image window, the problem is the same with locally authored html files dowloaded to my moodledata directory.
This problem is only affecting my moodle 1.4 installation, not moodle 1.5 which works fine. Well, actually, with moodle 1.5 in the Insert Image window, graphics are not displayed in the preview window but they are eventually correctly displayed in the body of whichever resource it is I am editing, which better than nothing. Also I do not have the problem on my institution moodle 1.4 site.
However, yesterday I was suddenly able to display images again in moodle 1.4 in MSIE (but not using Mozilla!). This morning the problem reverted to what it was yesterday morning, i.e. images are displayed in moodle 15 but not in moodle 14...
Is this a problem with my Apache server? or the php config file(s) in my moodle 1.4 directory, I have no idea why the problem comes on and off in a seemingly random manner.
Urgent help needed and much appreciated,
Thanks,
Joseph_R
Hi David.
Following your "recipe" and editing the header.html file in my chosen theme directory I have managed to customize my own courses... up to a point. Customization is still hampered by a number of problems:
In your workaround (posted 22 sept 2004) you write:
... And add a line
<link rel="stylesheet" type="text/css" href="<?php echo "$CFG->wwwroot/file.php/$course->id/style.css"; ?>" />
Your solution relies on the current course's id being passed on to the header.html file in the $course->id variable. Unfortunately, when a resource such as a 'composed web page" or text page is viewed, no such variable is passed on to header.html...
I would be most grateful if someone who has experienced this problem can confirm it and if a further workaround can be found for this particular case...
All the best,
Joseph_R