Support Forums
ATutor Support
installation problem
You must be signed-in to post.
| Author | Subject | |
|---|---|---|
| Page: 1 | 2 | ||
| DeCa | Subject: installation problem | |
| Hi everybody, I just install ATutor 1.2 on a windows 2000pro server with php 4 and mysql uptodate, but Im having this error: [Error missing language. Variable: error. Language: ] 116 Warning: Cannot add header information - headers already sent by (output started at localhost\tutor\include\vitals.inc.php:243) in localhost\atutor\include\vitals.inc.php on line 70 Warning: Cannot add header information - headers already sent by (output started at localhost\atutor\include\vitals.inc.php:243) in localhost\atutor\include\basic_html\header.php on line 15 ::confused:: please help. bye by DeCa Posted: 2003-07-08 10:12:57 | ||
greg![]() | Subject: More info | |
| It looks like the default language is not being set. It should default to English if no other languages are found. We haven't been able to recreate the problem however. What browser are you using, it's version, and it's default language? Comment out the first line of include/basic_html/header.php to bypass the header problem, and replace the opening HTML element with the following line. <html lang="<?php echo $available_languages[$_SESSION['lang']][2]; ?>"> greg Posted: 2003-07-08 14:19:49 | ||
| DeCa | Subject: first problem resolved | |
| now there is: Error: Cache dir cannot be created. Cache disabled. See the configuration options to either disable or fix the problem. Warning: Cannot add header information - headers already sent by (output started at localhost\atutor\include\vitals.inc.php:243) in localhost\atutor\include\vitals.inc.php on line 70 the Warning is always of the language: there's a method for bypass the header problem in vitals.inc.php? for the Error: I don't know where I must construct the tmp directory... ::muah:: I'm using Crazy Browser 1.0.5 in Italian bye by DeCa Posted: 2003-07-09 03:48:41 | ||
| DeCa | Subject: no cache no problem | |
| I have disabled the cache and the problems are vanished, but is a good solution? :\ bye by DeCa Posted: 2003-07-09 05:59:03 | ||
greg![]() | Subject: Windows disabled Caching | |
| That's the solution. Caching must be disabled on Windows systems. Posted: 2003-07-09 08:43:44 | ||
| jferrer | Subject: SAME PROBLEM | |
| i HAVE THE SAME PROBLEM, I HAVE CHANGED BOTH INSTRUCTIONS, BUT THE PROBLEM PERSISTS. I AM USING WINDOWS 2000 SERVER, PHP 4, AND MYSQL. MY BROWSER IS IE EXPLORER 6.1. BY THE WAY HOW CAN I DISABLE THE CACHING
Posted: 2003-07-09 13:23:40 | ||
| DeCa | Subject: disabled cache in config.inc.php | |
| to disable caching I have making empty the definition of CACHE_DIR in config.inc.php... Posted: 2003-07-10 03:29:22 | ||
| jferrer | Subject: Browser languaje | |
| I installed atutor 1.2 and until now I have been experienced a error with languaje: I made the changes in previous posts y It didnt work, but cheking it I tried to work in netscape english version browser, And ATutor 1.2 work well, while in MIE spanish I had the error messages. So I import spanish languaje from netscape browser and the problem was solved, no more languaje error messages. I think there is a relation between Atutor configuration and Browser lenguaje. Posted: 2003-07-11 12:48:18 | ||
| jferrer | Subject: Browser languaje | |
| I installed atutor 1.2 and until now I have been experienced a error with languaje: I made the changes in previous posts y It didnt work, but cheking it I tried to work in netscape english version browser, And ATutor 1.2 work well, while in MIE spanish I had the error messages. So I import spanish languaje from netscape browser and the problem was solved, no more languaje error messages. I think there is a relation between Atutor configuration and Browser lenguaje. Now every thing is correct (except for a problem with email). Congratulations it is an excellent LCMS. Thanks for your previous support Posted: 2003-07-11 12:49:59 | ||
| user | Subject: The same | |
| I have the same problem as you guys. My server satisfies all listed requirements, it's a RH Linux 7.2 box. Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/www/atutor/ATutor/include/vitals.inc.php on line 582 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/www/atutor/ATutor/include/vitals.inc.php on line 438 [Error missing language. Variable: home. Language: en] [Error missing language. Variable: register. Language: en] [Error missing language. Variable: browse_courses. Language: en] [Error missing language. Variable: login. Language: en] [Error missing language. Variable: password_reminder. Language: en] [Error missing language. Variable: home. Language: en] [Error missing language. Variable: welcome_to_atutor. Language: en] [Error missing language. Variable: atutor_is. Language: en] [Error missing language. Variable: acquiring_atutor. Language: en] [Error missing language. Variable: atutor_available. Language: en] [Error missing language. Variable: more_information. Language: en] [Error missing language. Variable: find_latest. Language: en] ATutor.ca [Error missing language. Variable: version. Language: en] 1.2 | [Error missing language. Variable: copyright. Language: en] 2001-2003 ATutor.ca. [Error missing language. Variable: general_help. Language: en] ::angry:: Posted: 2003-07-15 04:01:34 | ||
greg![]() | Subject: no database | |
| Your database is not setup properly Posted: 2003-07-15 09:22:25 | ||
joel![]() | Subject: language | |
| We've been looking at this issue and we can't seem to duplicate it. However, we have made some changes to what we think is causing it. Those changes were put into version 1.2.1, which is basically the 1.2 release plus some language fixes. I don't want to release 1.2.1 to the public because it may be a bit confusing, instead I'd like a few of you who are experiencing this problem to contact me (via replying to this thread) so that I can email you and arrange a 1.2.1 version for you to install and try. thanks, .joel Posted: 2003-07-15 10:53:55 | ||
| jferrer | Subject: 1.2.1. Version | |
| Please send me this version, I am Working with 1.2 but in every page a receive a error message about language (inside ATutor), so I have to disable language options and forced Atutor to only Spanish language Posted: 2003-07-15 11:40:16 | ||
| elmachete | Subject: Installation of 1.2.1 in Linux not working | |
| I installed ATutor 1.2.1 an got the same problem. I have installed it about four times with different versions 1.2 1.2.1 and 1.2.2. with the same problem every time. I use every browser possible: IE5.5 Netscape in Windows, Opera in Windows and Mozilla and Konqueror in Linux with the same problem. Here's the link to my troubled installation: elmachete.dyndns.org/ATutor I have tried everything? Any other suggestions? El Machete Posted: 2003-09-01 00:25:14 | ||
greg![]() | Subject: What is the problem? | |
| What is the "same problem every time"? Language? Your ATutor seems to have installed sucessfully, though there are other problems. I'm unable to create a new user. Can you give us a url to a phpinfo page, and access to ATutor as an instructor and as an adminstrator. You may want to email that info to us directly at infoATatutor.ca
Posted: 2003-09-01 12:05:54 | ||
| Page: 1 | 2 | ||
You must be signed-in to post.



