On 27-Jul-2007, at 19:51, tangaish.en wrote:
BTW, add a line under the [mysqld] secion in my.cnf file should log
everything and you can find out if your mysql was wrong configed. log=/var/log/mysqld.log
4 Connect Access denied for user
'roundcube'@'localhost' (using password: YES)
$ grep local /www/roundcube/config/db.inc.php $rcmail_config['db_dsnw'] = 'mysql://rc-user:<password>@localhost/rc- data';
So somewhere roundcube is trying to login as user 'roundcube'.
Well, this, FINALLY, led to the problem, the web path to roundcube
was linked against an old install.
So now I am back to a blank screen on load. Sigh.
BUT, at least now there is some logging in logs/errors:
[28-Jul-2007 06:52:57] PHP Warning: preg_split() [<a
href='function.preg-split'>function.preg-split</a>]: Compilation
failed: lookbehind assertion is not fixed length at offset 7 in /usr/
local/www/data-dist/roundcube/program/lib/DB/common.php on line 751
[28-Jul-2007 06:52:57] PHP Warning: Invalid argument supplied for
foreach() in /usr/local/www/data-dist/roundcube/program/lib/DB/
common.php on line 756
[28-Jul-2007 06:52:57 -0600] DB Error: DB Error: mismatch Query: [DB
Error: mismatch] in /usr/local/www/data-dist/roundcube/program/
include/rcube_db.inc on line 505
[28-Jul-2007 06:52:57] PHP Fatal error: Call to a member function
getMessage() on a non-object in /usr/local/www/data-dist/roundcube/
program/include/rcube_db.inc on line 366
mysql 4.1.22 php 5.2.3
Not liking php5, eh?