Author Topic: Weird login page  (Read 3412 times)

Offline wastemp

  • Newbie
  • *
  • Posts: 2
Weird login page
« 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 :



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

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Weird login page
« Reply #1 on: June 28, 2007, 09:28:53 PM »
What is the path to skins in main.inc.php?
 
  

Offline wastemp

  • Newbie
  • *
  • Posts: 2
Re: Weird login page
« Reply #2 on: June 29, 2007, 02:33:55 AM »
// relative path to the skin folder
$rcmail_config['skin_path'] = 'skins/default/';

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Weird login page
« Reply #3 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.