Roundcube Community Forum

 

Blank Page

Started by rorobobo, July 19, 2006, 04:59:33 PM

Previous topic - Next topic

rorobobo

Hello,

I have just installed roundcubemail with HOW TO : http://paulstamatiou.com/2005/10/29/how-to-setup-roundcube-webmail-on-your-server/

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

Can you help me ?

Regards

xoqez

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
--
Venond; using roundcube since June 2006
www.venond.com

flosoft

Try to remove the .htaccess file.
Normally if it can't connect to the DB it gives an Error.

rorobobo

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', '', '[email protected]')

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 (178): SMTP error: No From address has been provided

Can you help me ?

In Roundcube I can read the mail that I have recevied.

simplistsims

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*

zdestiny

Quote from: 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?

dogbody

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

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

yllar

Quote from: 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

condenser

Quoteyour 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

indie

With that setup you should be good to go. It is most likely an incorrect setting in one of the config files, or perhaps your host is having problems. Which host are you with? and have you asked them about it yet?

---Indie

condenser

Quote from: indie With that setup you should be good to go. It is most likely an incorrect setting in one of the config files, or perhaps your host is having problems. Which host are you with? and have you asked them about it yet?

---Indie


Hi, haven't asked them about it, i'm with //www.routhost.com ...
have tried several ways with the config files but cannot get them to work.

bpat1434

Post your config files here, I'm sure we can get some beneficial help going....
 
 

xoqez

Remember on cpanel that if you name your data 'smith' and your hosting login is say 'bob' the database will be bob_smith this is the same for the username.

The password is just the password

--
Venond; using roundcube since June 2006
www.venond.com

SKaero

I can see it fine, So I am guessing you got it fixed? :)