Posts made by Visvanath Ratnaweera

Picture of Particularly helpful Moodlers Picture of Translators
Here is a sample "screen shot":
$ cd /path/to/moodle 
$ grep CFG-\>db config.php
$CFG->dbtype = 'mysqli';
$CFG->dblibrary = 'native';
$CFG->dbhost = 'localhost';
$CFG->dbname = 'dbname';
$CFG->dbuser = 'dbuser';
$CFG->dbpass = 'dbpass';
$CFG->dboptions = array (
$ mysql -udbuser -pdbpass dbname
Welcome to the MySQL monitor. ...

Picture of Particularly helpful Moodlers Picture of Translators
Hallo Florian

You said:
> Possible slasharguments is the reason.

"Possible" or _the_ reason? If it is not, administering all the medicine mentioned here, will kill your site!
wink

Have you activated https://docs.moodle.org/en/Debugging and confirmed the cause?
Picture of Particularly helpful Moodlers Picture of Translators
Hi

You said:
> XP. internet Explorer 6. My class computer running the data projector is not quite on the cutting edge and I can not even log in to Moodle with IE6.

In which planet do you live? That crap is hindering your teaching. Complain to the school administration. With all the work-around you waste time and energy of everybody.

> how great it would be it would be if every student had a modern computer in class

You have to make a distinction between "class" work and home work. If you have the luxury of brick-and-mortar classes, make it for (human) interaction. Computer work off-class.

> I use it for providing notes and homework -

Nothing wrong about it. This is the most common model, often called blended learning.
Average of ratings: Useful (1)