This is a PHP setting. Look in the php.ini file (usually in /usr/local/lib or /etc) for a setting called upload_max_filesize. Change it to 50M or something, then restart the web server (Apache).
Martin Dougiamas
Missatges enviats per Martin Dougiamas
How's it going? Can I help?
The only problem here is that the username and password you've specified in config.php are not working -- the other messages are just a consequence of this. Doublecheck these three settings:
$CFG->dbname = "databasename";
$CFG->dbuser = "username";
$CFG->dbpass = "password";
ALso try installing the MySQL web admin module to give you a web-view of your database and perhaps help you debug the problem (it uses the database settings out of config.php).
http://moodle.com/download/moodle-mysql-admin.zip
(you just unzip it in the admin directory)
Then go directly to :
http://yoursite/admin/mysql/
$CFG->dbname = "databasename";
$CFG->dbuser = "username";
$CFG->dbpass = "password";
ALso try installing the MySQL web admin module to give you a web-view of your database and perhaps help you debug the problem (it uses the database settings out of config.php).
http://moodle.com/download/moodle-mysql-admin.zip
(you just unzip it in the admin directory)
Then go directly to :
http://yoursite/admin/mysql/
Deutsche Moodler -> Moodle-Technikforum -> German -> Re: German
per Martin Dougiamas -
Not yet - want to start one?
I'd love to see a German translation.
Currently there's not a way to do that automatically. I would suggest just changing the key when you feel the class is "full".