Roundcube Community Forum

Release Support => Pending Issues => Topic started by: wastemp on June 28, 2007, 07:58:24 AM

Title: Weird login page
Post by: wastemp on June 28, 2007, 07:58:24 AM
Hi,

I have a strange problem : I installed the latest release, executed the mysql queries, modified db.inc.php and main.inc.php, etc ... Everything worked fine, but when I go to the login page I only get this :

(http://www.chorale1857.fr/bug_roundcube.jpg)

I took a peek at the page source and I noticed that from to every double quote (") is 'antislashed' (" become \"), that's what messing with the display...

But now that I now the "what", does anyone knows the "why" and the "how to fix it" ?

If this can help, I use PHP 5.2.1 with MySQL 5.0.37 on a linux server (Mandriva 2007.1 Spring)

Thanks

EDIT : I don't know if this can help but there id a message in Apache2's error log :
[Fri Jun 29 00:52:22 2007] [error] [client xxx.xxx.xxx.xxx] File does not exist: /var/www/html/roundcube/\\"skins, referer: http://www.xxx.xx
Title: Re: Weird login page
Post by: bpat1434 on June 28, 2007, 09:28:53 PM
What is the path to skins in main.inc.php?
Title: Re: Weird login page
Post by: wastemp on June 29, 2007, 02:33:55 AM
// relative path to the skin folder
$rcmail_config['skin_path'] = 'skins/default/';
Title: Re: Weird login page
Post by: bpat1434 on July 08, 2007, 05:32:50 PM
Try using the latest trunk and see if that fixes it. Other than this being an encoding issue (like a stray BOM at the beginning) I can't see why it would be doing this.