+---------------------------------------------------------------------------
| ConPresso 3.3 - Content Management by Bartels.Schoene
+---------------------------------------------------------------------------
|             Company:  Bartels Schoene GmbH & Co. KG
|                       Corrensstr. 80, 48149 Muenster, Germany
|                 URL:  www.conpresso.de | www.bartels-schoene.de 
|              Author:  Tobias Musholt - musholt@bartels-schoene.de
|          Co-Authors:  Thomas 'Balu' Walter - walter@bartels-schoene.de 
|                       Stefan Heitmann - heitmann@bartels-schoene.de
|                       Steffen Schoene - schoene@bartels-schoene.de
|                       Ralf Margott - margott@bartels-schoene.de (grafic)
|  
| general information:  README_EN.txt
|             Licence:  LICENCE_EN.txt
|        Introduction:  CONPRESSO_EN.txt
|
+---------------------------------------------------------------------------
| Copyright (c) 2002 - Bartels Schoene GmbH & Co. KG - All rights reserved.
+---------------------------------------------------------------------------

   This file contains frequetly asked questions.

   - ERROR:
	While opening one of the ConPresso pages or while executing the
	setup the following message apperars:

        Warning: MySQL Connection Failed: Access denied for user:
        'user@localhost' (Using password: YES) in
        /news/_include/db0_mysql.inc.php on line 32
        Database error: Link-ID == false, connect failed
        MySQL Error: 0 ()
        Session halted.

        or/and

        Warning: Access denied for user: 'user@localhost' (Using password: YES) 
        in /home/[...]/conpresso/_include/db_mysql.inc.php on line 58
        
        or/and

        Warning: MySQL Connection Failed: Access denied for user: 'user@localhost' 
        (Using password: YES) in /home/[...]/conpresso/_include/db_mysql.inc.php on line 58
        Database error: Link-ID == false, connect failed
        MySQL Error: 0 ()
        Session halted.        
        
     SOLUTION:
        
	  The user you set in _cfg/db.inc.php does not have access to the provided 
        database. Please check the settings in the file _cfg/db.inc.php.
        If the problem appears, even if the settings are correct you should restart
	  the MySQL database to make sure that the changed user-rights are accepted
	  form the mySQL database.

    - QUESTION:
      Which Sessionvariables does Conpresso use?
  
      ANSWER:
        SID_loggedin:     Usually 1 -  user is logged in
        SID_login:        Username from login-field 
        SID_email:        Email-address of connected user
        SID_autor:        Full name of the connected user
        SID_initial:      Initials of the connected user
        SID_user_id:      User-ID of the connected user
        SID_level:        Authorization level of connected user
                                0: Member
                                1: Editor
                                2: Chief editor
                                3: Superuser
                                4: Administrator
        SID_Rubrik:       Name of current rubric
        SID_RubrikDesc:   -
        SID_stufe1:       Right "Erfassen" in der aktiven Rubrik 
        SID_stufe2:       Right "Aenderung" in der aktiven Rubrik 
        SID_stufe3:       Right "Bilder/Dateien" in der aktiven Rubrik  
        SID_stufe4:       Right "Freigabe" in der aktiven Rubrik  

 