[Webcollab-users] update 2.61->2.70 : can't log
Brought to you by:
andrewsimpson
|
From: Simon G. <sim...@sc...> - 2011-03-18 10:41:11
|
Hi,
On an Ubuntu 9.3.
I'm upgrading our version of webcollab from 2.61 to 2.70. As specified,
I changed the config.php file, went on the site at mysite/setup.php, was
asked to log as an admin, which I did successfully (meaning that the
database is correct up to there), did not wish to create a new database
since I had one already functioning, set up my configuration (below is
the login part configuration), wrote changes in the file (successfully
as well, everything was "tagged" OK, config.php was then with "N" for
web_config). Then I get to the login page, enter my login/password (same
as the ones I used as admin at first), and just can't log in, it gets
back to the login page. I checked /var/log/apache2/mysite/error.log,
where my apache configuration writes the stuff, nothing.
Is there any place where you keep logs, have you any clue about how come
it's not working? Where does the debug info go (not on my screen,
apparently :p)?
my virtual host for the site only contains (that might be relevant)
<directory /path/to/mysite>
Order allow,deny
Allow from all
AllowOverride All
</directory>
the login/error part of the config.php file :
//session timeout in hours
define('SESSION_TIMEOUT', 168 );
//Use external webserver authorisation to login (values are 'N', or 'Y')
define('WEB_AUTH', 'N' );
//Show passwords in user edit screens as plain text or hidden
('****') (values are 'text', or 'password')
define('PASS_STYLE', 'password' );
//Stop GUEST users from changing their login details or posting in
the forums (values are 'N', or 'Y')
define('GUEST_LOCKED', 'N' );
//ERROR DEBUGGER
//If an error occurs, who do you want the error to be mailed to ?
define('EMAIL_ERROR', 'sim...@sc...' );
//show full debugging messages on the screen when errors occur
(values are 'N', or 'Y')
define('DEBUG', 'Y' );
//Do not show full error message on the screen - just a 'sorry, try
again' message (values are 'N', or 'Y')
define('NO_ERROR', 'N' );
--
Simon Gareste
Support& Development Engineer
--
Consortium Scilab
Digiteo
Domaine de Voluceau
Rocquencourt - B.P. 105
78153 Le Chesnay Cedex
--
|