Hi all,

this is a very first try of FAQ for tutos.

------------------------------------------
     Please help to improve this file.
------------------------------------------

reply to mailing-lists at sourceforge:

Project: TUTOS: Discussion Forums: Help
http://sourceforge.net/forum/forum.php?forum_id=35921

Project: TUTOS: Discussion Forums: Open Discussion
http://sourceforge.net/forum/forum.php?forum_id=25073

To __add infos to this faq__ you can send email to
'markusleist@users.sourceforge.net' in form:

>
> subject: [tutos4faq] short-title
> mail:
>   q: Are there helping people out there?
>   a: Yes, you can search under www.helping-people.tv.

Have fun,

Markus

--->
1.
q: Currently it seems that the number of projects shown in the mytutos.php
   page is limited to 6. Is there any way to increase that number and where
   can I do this.
a: Look for "$tutos[maxshort]  = 3;" in config.php. mytutos.php will display
   the first 2*$tutos[maxshort] projects.


2.
q: i was seing tutos and i wolud like to see it live.
   do anyone has a demo?
a: There is a demo on the hompage www.tutos.org


3.
q: is there a config-option to show up tasks in personal/groups calendar?
a: yes, you may set '$tutos[tasksincalendar]  = 1;' in your config.pinc.


4.
q: unknown error in unknown hardware?
a: Did you edit config_default.pinc, customizing it for your
   installation, and then save it as config.pinc in the
   tutos/php directory?

5.
q: when i try to open the scheme.php i got this error Msg:
   Error:
     Database type not supported by this PHP
   Detail:
     Type is 'Postgres' 
a: your config.pinc tells TUTOS that you will run with a Postgres Database
   but checking for the postgres functionality fails.
   Please call http://yourserver/tutos/php/phpinfo.php and search for the
   supported Database Types. Not all preinstalled PHP packages will provide
   suupport for Postgres and/or other database types.

6.
q: will TUTOS work with a https 'secure' connection
a: YES

7.
q: blank/empty pages (I)
a: I had the same problem - and i solved it:
   In the debug.out I found many of these error-messages: "Cannot add header
   information - headers already sent by (output started at xxx/php/config.pinc:580)"
   So I deleted all the (empty!) Lines behind the last "?>" in the config.pinc
   - and now it works fine!

8.
q: Documents upload works fine for relatively small documents (1-2 Megs), but for bigger
   documents, I get the following msg:"Temporary file missing. Maybe too big" 
a: In php.ini:
   >   ; Maximum allowed size for uploaded files.
   >   upload_max_filesize = 10M
   will set max-size of uploaded files.

9.
q: When I try to upload file on a slow connection, it tooks more than
   30 seconds and so I got this error message:
     "Fatal error: Maximum execution time of 30 
     seconds exceeded in {tutospath}\tutos\php\file_ins.php on line 12"
   How can I workaround this?
a: In php.ini:
   >   ; Maximum execution time of each script, in seconds
   >   max_execution_time = 90

10.
q: Is it possible to have a automatic login without password/username questions
   for guests/customers
a: you can provide the neccessary info in the calling URL like
   http://www.tutos.org/php/mytutos.php?uname=linus&pw=guest&dbnr=0
   (BTW: we use this for W3C Validation purposes see http://validator.w3.org)

11. Popups
q: Where are my Popups?
a: Download the overlib package from 
     http://www.bosrup.com/web/overlib/
   and install the overlib.js in the [tutosdir]/html directory. Then if you
   have enabled popups in the permissions (config.pinc and users permission page)
   everything should work.

12: "Could not create ../repository/1048"
q: when I want to upload a document (add a document), an error occures :
   "Could not create ../repository/1048 " 
a: Check the permissions and existance of your repository directory.
   The Apache process owner must be allowed to write there.

13: "how to add more users?"
q: i want to add more users, where is the create-option?
a: 1. you create the address, 2. You select Modify, 3. You see the user create option
   If you just go to the address tab you will not see the user create option.
   You HAVE TO select modify in order to see it.

<--

--
this is tutos-faq
$Id: FAQ.txt,v 1.17 2003/02/13 09:39:27 markusleist Exp $
$Author: markusleist $
$Date: 2003/02/13 09:39:27 $
see http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/tutos/tutos/FAQ.txt 
