RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Older Versions > 0.1 Beta 1

For more information about the ads and why they're here, please see the FAQ
Closed Thread
  #1  
Old 07-04-2006, 03:47 PM
Registered User
 
Join Date: Jul 2006
Posts: 3
Downloads: 0
Uploads: 0
Default blank page

hi everybody,

i searched this forum a few week ago about my blank page problem.
i found some answers, telling that blank pages accure, when there
is a problem with the databaseconnection. but i wasn't able to fix
the problem.

i'm working with windows 2000 server. php is installed and runs on
my iis webserver. the mysql database server runs on a remote machine.
as mailserver i use hMailServer. i tested sending and receving mails with
thunderbird and everything worked.

i did what's written here:
http://trac.roundcube.net/trac.cgi/wiki/Howto_Install

My Connectionstring:
mysql://myuser:mypassword@192.168.0.11/dbRoundcube

i tried my root account, but i didn't work.

can anybody help?

thanks, etienne
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 07-04-2006, 04:49 PM
Registered User
 
Join Date: Jun 2006
Posts: 19
Downloads: 0
Uploads: 0
Default Re: blank page

Have you checked your webserver's error log to see if you're getting any error output?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 07-04-2006, 07:41 PM
Registered User
 
Join Date: Jul 2006
Posts: 3
Downloads: 0
Uploads: 0
Default Re: blank page

there are no error outputs and no error log in mysql database.
is it possible to turn on logging in php?

my mailserver works. you can write mails to test@translate.ch and you
can download mails (password: test).

is there an example configuration for roundcube with mysql and mailserver
on a remote server?

are there known problems with mysql 4.1 should i upgrade to 5.0? problems
with php 4?

...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 07-04-2006, 08:08 PM
flosoft's Avatar
Administrator
 
Join Date: Jun 2006
Location: Brussels, Belgium
Posts: 349
Downloads: 1
Uploads: 0
Send a message via ICQ to flosoft Send a message via AIM to flosoft Send a message via MSN to flosoft
Default Re: blank page

In the config you can set the debug level to 8
__________________
New VPS for just 9,99!
Flosoft.biz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 07-04-2006, 11:29 PM
Registered User
 
Join Date: Jul 2006
Posts: 3
Downloads: 0
Uploads: 0
Default Re: blank page

Had the same problem.

I had:

mysql://myuser:mypassword@127.0.0.1/dbRoundcube

Changed it to:
mysql://myuser:mypassword@localhost/dbRoundcube

I thought it should be able to read 127.0.0.1 aswell but seems like it won't read ipadresses somehow.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 07-05-2006, 06:43 AM
Registered User
 
Join Date: Jul 2006
Posts: 3
Downloads: 0
Uploads: 0
Default Re: blank page

thanks for your replies.

i tried to turn debug level to 8 but i wasn't able to do so. how do i do
that? in php.ini?

i tried to install roundcube on my database server. i installed iis and
php and changed the connection to
mysql://userass@localhost/dbRoundcube'
it didn't work. it seems i do not have a problem with database connection.

then i tried a reinstallation.
i changed:
$INSTALL_PATH = dirname($_SERVER['SCRIPT_FILENAME']);

to

switch (php_sapi_name()){

case "apache":

$INSTALL_PATH = dirname($_SERVER['SCRIPT_FILENAME']);

break;

case "cgi":

case "cgi-fcgi":

$INSTALL_PATH = dirname($_SERVER

["PATH_TRANSLATED"]);

break;

}

i found this code in an other post in roundcubeforum, which
doesn't exist anymore. the problem is php on windows doesn't
seem to support this 'SCRIPT_FILENAME' var. But 'PATH_TRANSLATED' isn't
supported either.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 07-05-2006, 07:57 PM
flosoft's Avatar
Administrator
 
Join Date: Jun 2006
Location: Brussels, Belgium
Posts: 349
Downloads: 1
Uploads: 0
Send a message via ICQ to flosoft Send a message via AIM to flosoft Send a message via MSN to flosoft
Default Re: blank page

Quote:
i tried to turn debug level to 8 but i wasn't able to do so. how do i do
that? in php.ini?
In the main.inc.php there is a value.
__________________
New VPS for just 9,99!
Flosoft.biz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 07-06-2006, 10:13 AM
Registered User
 
Join Date: Jun 2006
Posts: 84
Downloads: 0
Uploads: 0
Send a message via ICQ to xoqez Send a message via MSN to xoqez
Default Re: blank page

I had a remote installation and it did not like my ip either

I ended up doing on the actual server and using localhost and it worked

Have people used it with the an IP?
__________________
--<br />Venond; using roundcube since June 2006<br />www.venond.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 07-06-2006, 03:50 PM
flosoft's Avatar
Administrator
 
Join Date: Jun 2006
Location: Brussels, Belgium
Posts: 349
Downloads: 1
Uploads: 0
Send a message via ICQ to flosoft Send a message via AIM to flosoft Send a message via MSN to flosoft
Default Re: blank page

No. But many MySQL Servers only accept local connections!
__________________
New VPS for just 9,99!
Flosoft.biz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 07-07-2006, 09:15 AM
Registered User
 
Join Date: Jun 2006
Posts: 84
Downloads: 0
Uploads: 0
Send a message via ICQ to xoqez Send a message via MSN to xoqez
Default Re: blank page

I have checked and my mysql is only local connections. answered my question.
__________________
--<br />Venond; using roundcube since June 2006<br />www.venond.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 06:49 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community