2003-07-25 09:34:26
Language pack installation
Hi,
How can i install a language pack?
Manuel
2003-07-25 09:34:26
Hi,
How can i install a language pack?
Manuel
2003-07-25 11:03:04
0) Download the language you want to install from the Translation section:
http://www.atutor.ca/atutor/translate/index.php
1) Login to your Control Centre
2) Login as an Administrator (see the installation instructions on how)
3) Select "Language" from the left menu
4) Use the "Import a New Language" option.
2003-07-26 08:11:07
Joel,
Thanks for you reply to my inquiry. I logged as Admin, but I dont see any refernce to "Language" in the left menu. The only options available are: * Home * Edit Profile * Browse Courses, and * Log-out
Manuel
[reply][b]In reply to:[/b]
0) Download the language you want to install from the Translation section:
http://www.atutor.ca/atutor/translate/index.php
1) Login to your Control Centre
2) Login as an Administrator (see the in...
[op]forums/view.php?fid=7;pid=244;page=1#246[/op][/reply]
2003-07-26 08:51:54
As the System administrator that you defined a password for in config.inc.php, after you have first logged in as a regular user
http://www.somewhere.com/atutor/users/admin.php
See the ATutor Howto Adminstrators section for more information
[reply][b]In reply to:[/b]
Joel,
Thanks for you reply to my inquiry. I logged as Admin, but I dont see any refernce to "Language" in the left menu. The only options available are: * Home * Edit Profile * Browse Courses,...
[op]forums/view.php?fid=7;pid=244;page=1#250[/op][/reply]
2003-07-27 19:44:48
I've tried to install the French language pack twice; first with my original installation of ATutor 1.2 and then after upgrading to version 1.2.1.
In both cases I get the following four warnings:
Warning: stat failed for ../../content/import/lang (errno=13 -
Permission denied) in /var/www/ATutor/include/classes/pclzip.lib.php
on line 3917
Warning: fopen("../../content/import/lang/language.csv", "r") -
Permission denied in /var/www/ATutor/users/admin/import_lang.php on
line 82
Warning: fgetcsv(): supplied argument is not a valid File-Handle
resource in /var/www/ATutor/users/admin/import_lang.php on line 84
Warning: Cannot add header information - headers already sent by
(output started at
/var/www/ATutor/include/classes/pclzip.lib.php:3917) in
/var/www/ATutor/users/admin/import_lang.php on line 114
I am doing the import via the admin user as you specify and I don't understand why I get the initial "permission denied". Does this mean that my adminuser password for mySQL is incorrect?
I also fail to import your Howto course after downloading from your site. Would there be any link between these two problems?
Thanks for any help,
Guy::confused::
2003-07-28 09:44:11
Sounds like the permissions on the "content" directory have not been set to writable. run "chmod -R a+rwx content" from within the ATutor main directory
Temporary diredtory/file are created there when importing into ATutor.
2003-07-28 15:03:53
Changing directory permissions has solved the problem. Thanks for your help.:)
Guy