Le jeudi 19 novembre 2009 22:10, [email protected] a écrit :
> Le jeudi 19 novembre 2009 21:21, chasd a écrit :
> > RoundCube writes its errors to the " errors " file in its logs
> > directory.
> > PHP writes errors however you have it configured, usually the web
> > server error log ( /var/log/httpd/error_log ).
> > Each log provides a different insight into the problem.
> >
> > You have many options to configure PHP logging in /etc/php.ini, read
> > it to decide what is best for you. I personally don't like logging
> > PHP errors to syslog, there is too much other stuff going into that
> > log already.
>
> I'll go see a friend in a business like yours that will make me a clean
> installation. I remove the roundcube vhosts away and we left for the
> evening hours in Paris
>
>
> thanks Charles
> _______________________________________________
> List info: http://lists.roundcube.net/users/
Hi all
Hi list
Hi charles , welcome , nice to meet you
I went to see my friend in the computer company, a technician UNIX system
administrator and programmer of web application
my installation is now safe and solid as a rock
it helps me put up a subdomain on any of my areas that now points to
roundcubemail
we created a specific user and all housed in a specific directory using a
specific vhosts
useradd -d /home/roundcube -m -s /bin/false -g users roundcube
I give the command ls -All the directory
[r...@r13151 ~]# ls -All /home/roundcube/www/
total 108
drwx---r-x 2 roundcube users 4096 oct 31 14:21 bin
-rw----r-- 1 roundcube users 2926 oct 31 14:20 CHANGELOG
drwx---r-x 2 roundcube users 4096 nov 21 18:37 config
-rw----r-- 1 roundcube users 1149 nov 21 17:51 .htaccess
-rw----r-- 1 roundcube users 9829 nov 21 19:21 index.php
-rw----r-- 1 roundcube users 18 nov 21 18:08 info.php
-rw----r-- 1 roundcube users 7857 oct 31 14:44 INSTALL
-rw----r-- 1 roundcube users 7645 ao� 28 10:29 INSTALL.orig
-rw----r-- 1 roundcube users 17987 oct 29 2008 LICENSE
drwx---rwx 2 roundcube users 4096 oct 31 14:20 logs
drwx---r-x 22 roundcube users 4096 oct 31 14:20 plugins
drwx---r-x 7 roundcube users 4096 oct 31 14:21 program
-rw----r-- 1 roundcube users 1932 oct 31 14:44 README
-rw----r-- 1 roundcube users 26 mar 22 2008 robots.txt
drwx---r-x 3 roundcube users 4096 oct 31 14:20 skins
drwx---r-x 2 roundcube users 4096 oct 31 14:20 SQL
drwx---rwx 2 roundcube users 4096 oct 31 14:20 temp
-rw----r-- 1 roundcube users 4668 mai 31 10:37 UPGRADING
[r...@r13151 ~]#
We've done some debug php to realize that line 81 was not running by doing
step by step with the following echo'' to see if the line is running print_r
and analyzed for the variables. So S_POST is empty
// try to log in
if ($RCMAIL->action=='login' && $RCMAIL->task=='mail') {
// purge the session in case of new login when a session already exists
$RCMAIL->kill_session();
$auth = $RCMAIL->plugins->exec_hook('authenticate', array(
'host' => $RCMAIL->autoselect_host(),
@@@@@@@@@@@@@@@@@@@@@@@
it is one sub domain
http://roundcube.nicolaspichot.fr/
it is the phpinfo() page
http://roundcube.nicolaspichot.fr/info.php
a telnet session opens without problem
[swilt...@new-host-2 ~]$ telnet roundcube.nicolaspichot.fr 143
Trying 87.98.186.232...
Connected to roundcube.nicolaspichot.fr (87.98.186.232).
Escape character is '^]'.
* OK Dovecot ready.
a login nicolaspichot **************
a OK Logged in.
a select inbox
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags
permitted.
* 2 EXISTS
* 0 RECENT
* OK [UNSEEN 1] First unseen.
* OK [UIDVALIDITY 1258627412] UIDs valid
* OK [UIDNEXT 3] Predicted next UID
a OK [READ-WRITE] Select completed.
a logout
* BYE Logging out
a OK Logout completed.
Connection closed by foreign host.
[swilt...@new-host-2 ~]$
I can not have any log in page index.php effect runs only up to line 81
_______________________________________________
List info: http://lists.roundcube.net/users/