ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


importing a languagepack


  • 2004-10-08 07:54:35

    importing a languagepack

    When I am trying to import a language pack I got the following messages, what dio I do wrong:


    Warning: set_time_limit(): Cannot set time limit in safe mode in /hsphere/local/home/holge0/xcorporate.dk/ATutor/admin/import_lang.php on line 24

    Warning: fopen(): Unable to access /hsphere/local/home/holge0/xcorporate.dk/ATutor/content/import/language.csv in /hsphere/local/home/holge0/xcorporate.dk/ATutor/admin/import_lang.php on line 79

    Warning: fopen(/hsphere/local/home/holge0/xcorporate.dk/ATutor/content/import/language.csv): failed to open stream: No such file or directory in /hsphere/local/home/holge0/xcorporate.dk/ATutor/admin/import_lang.php on line 79

    Warning: fgetcsv(): supplied argument is not a valid stream resource in /hsphere/local/home/holge0/xcorporate.dk/ATutor/admin/import_lang.php on line 81

    Warning: Cannot modify header information - headers already sent by (output started at /hsphere/local/home/holge0/xcorporate.dk/ATutor/admin/import_lang.php:24) in /hsphere/local/home/holge0/xcorporate.dk/ATutor/admin/import_lang.php on line 111

  • 2004-10-09 17:02:20

    Safemode off

    It appears php safemode is turned on. It needs to be turned off.

  • 2004-10-10 04:07:50

    Safe Mode

    Thank You, you are right, that was the problem.