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
Reply
  #1  
Old 07-19-2006, 09:59 PM
Registered User
 
Join Date: Jul 2006
Posts: 3
Downloads: 0
Uploads: 0
Default Blank Page

Hello,

I have just installed roundcubemail with HOW TO : http://paulstamatiou.com/2005/10/29/...n-your-server/

But : http://omivu.com/roundcube/ : it's blank Page.

Can you help me ?

Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 07-19-2006, 11:20 PM
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

This is usually because it cannot connect to the database. check your database config and also make sure the database user has permissions to access the database
__________________
--<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!
Reply With Quote
  #3  
Old 07-20-2006, 08:54 AM
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

Try to remove the .htaccess file.
Normally if it can't connect to the DB it gives an Error.
__________________
New VPS for just 9,99!
Flosoft.biz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 07-20-2006, 12:17 PM
Registered User
 
Join Date: Jul 2006
Posts: 3
Downloads: 0
Uploads: 0
Default Re: Blank Page

Hello,

I can log only if enabled auto_create_user but I have error :

DB Error in /var/lib/www/program/include/rcube_db.inc (124): DB Error: no such field
DB Error in /var/lib/www/program/include/rcube_db.inc (210): DB Error: no such field Query: INSERT INTO identities (user_id, `default`, name, email) VALUES (2, '1', '', 'romain5@omivu.com')

Warning: Cannot modify header information - headers already sent by (output started at /var/lib/www/program/include/bugs.inc:96) in /var/lib/www/index.php on line 121

But after I can read the message that I have recevied.

I can log but I have other problem when I try send email, in header I have :

DB Error in /var/lib/www/program/include/rcube_db.inc (124): DB Error: no such field
DB Error in /var/lib/www/program/include/rcube_db.inc (210): DB Error: no such field Query: SELECT identity_id, name, email FROM identities WHERE user_id=1 AND del!='1' ORDER BY `default` DESC, name ASC

And after I click send and I have :

SMTP Error in /var/lib/www/program/steps/mail/sendmail.inc (17: SMTP error: No From address has been provided

Can you help me ?

In Roundcube I can read the mail that I have recevied.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 07-20-2006, 02:37 PM
Registered User
 
Join Date: Jun 2006
Posts: 66
Downloads: 0
Uploads: 0
Send a message via MSN to simplistsims
Default Re: Blank Page

it looks like you havent filled in everything in the settings file.

it cant find or connect to an SMTP server, if you find the line in the setting file usually its somethin like for the server: mail.domain.com

and it looks like you haven't inserted the SQL into ure database for roundcube
__________________
Duca Duca Duca Duca - Dr. Evil *Say it fast*
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 07-20-2006, 10:10 PM
Registered User
 
Join Date: Jul 2006
Posts: 16
Downloads: 0
Uploads: 0
Default Re: Blank Page

Quote:
Originally Posted by flosoft
Try to remove the .htaccess file.
Normally if it can't connect to the DB it gives an Error.
I had to remove this file in order to make mine work. What is the purpose of this file?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 07-21-2006, 05:28 AM
Registered User
 
Join Date: Jul 2006
Posts: 5
Downloads: 0
Uploads: 0
Default Re: Blank Page

I've seen blank lines/white space after the closing ?> tag in a file being included also cause a blank page


re: htaccess - the purpose of that htaccess file is to prevent access to your config files (including database login credentials) by uninvited guests. Are the files in the config directory owned by the user running the web server?

you can read more about htaccess files here: http://httpd.apache.org/docs/1.3/howto/htaccess.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 07-24-2006, 06:05 PM
Registered User
 
Join Date: Jul 2006
Posts: 4
Downloads: 0
Uploads: 0
Default Re: Blank Page

HELP!
I keep getting this, I've removed the htaccess files and tryed both mysql and postgres, with both I get error messages....
This gets on the error log:

[24-Jul-2006 13:01:17 -0400] DB Error: DB Error: connect failed in /home/ae/public_html/roundcube/program/include/rcube_db.inc on line 97
[24-Jul-2006 13:01:17] PHP Fatal error: Call to undefined function: query() in /home/ae/public_html/roundcube/program/include/rcube_db.inc on line 213
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 07-24-2006, 06:41 PM
Registered User
 
Join Date: Jun 2006
Posts: 106
Downloads: 0
Uploads: 0
Default Re: Blank Page

Quote:
Originally Posted by condenser
HELP!
I keep getting this, I've removed the htaccess files and tryed both mysql and postgres, with both I get error messages....
This gets on the error log:

[24-Jul-2006 13:01:17 -0400] DB Error: DB Error: connect failed in /home/ae/public_html/roundcube/program/include/rcube_db.inc on line 97
[24-Jul-2006 13:01:17] PHP Fatal error: Call to undefined function: query() in /home/ae/public_html/roundcube/program/include/rcube_db.inc on line 213
your php setup is missing mysql module
__________________
irc://irc.freenode.net:6667/#roundcube
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 07-24-2006, 07:08 PM
Registered User
 
Join Date: Jul 2006
Posts: 4
Downloads: 0
Uploads: 0
Default Re: Blank Page

Quote:
your php setup is missing mysql module
Thanks, but I'm really new to all this... this is my first server... what do I need to do
I have cpanel 10

Thanks a lot

This is my server info:
General server information:
Operating system Linux
Kernel version 2.6.9-22.ELsmp
Machine Type i686
Apache version 1.3.36 (Unix)
PERL version 5.8.7
Path to PERL /usr/bin/perl
Path to sendmail /usr/sbin/sendmail

PHP version 4.4.2
MySQL version 4.1.19-standard
cPanel Build 10.8.2-STABLE 120
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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 10:42 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