Roundcube Community Forum

Release Support => Requests => Topic started by: fairmaza on September 23, 2006, 05:49:26 AM

Title: Need Help to resolve error!
Post by: fairmaza on September 23, 2006, 05:49:26 AM
Hello I have installed roundcube but find error. please tell me how can I correct this error.

the error is =
SERVICE CURRENTLY NOT AVAILABLE!
Error No. 1f4)

moreover please tell me how I use this step with detail. The step is given below.

Database Setup
While we're uploading (or after we're done) we have one final step to do before we can start using Roundcube. We need to set up our database. Open your website control panel. You first need to create a database and user with the information we decided earlier. Then add that user to the database. Next we execute the SQL file found in the "/SQL/" directory in Roundcube that is named: "*.initial.sql" where * is your database backend type (mySQL, PostgreSQL, SQLite).

Title: Re: Need Help to resolve error!
Post by: daashag on October 09, 2006, 05:42:42 PM
Please give details of your server to better help you. What O/S, database, smtp server, imap server, web server are you using? Are you using a conrol panel?

http://paulstamatiou.com/2005/10/29/how-to-setup-roundcube-webmail-on-your-server/
Title: Re: Need Help to resolve error!
Post by: fairmaza on October 09, 2006, 08:42:58 PM
I am using Shared service from servage
//www.servage.net
O/S = Linux or Unix
Database = MySql 4 & MySql 5
SMTP Server = "smtp1.servage.net" or "smtp2.servage.net" Port : 110
IMAP : srv5-imap.servage.net Port : 143
POP : srv5-pop3.servage.net Port : 25
Web Server = Apache
Control Panel = servage default (cp.servage.net)
for demo, (username = demo2) & (password=demo2)
Please help me
Title: Re: Need Help to resolve error!
Post by: daashag on October 10, 2006, 08:02:09 AM
That error usually means it can't connect to the database. That can be for a variety of reasons. I am curious to how far you were able to get on your setup, as you indicated

Quote from: fairmaza moreover please tell me how I use this step with detail. The step is given below.

Database Setup
While we're uploading (or after we're done) we have one final step to do before we can start using Roundcube. We need to set up our database. Open your website control panel. You first need to create a database and user with the information we decided earlier. Then add that user to the database. Next we execute the SQL file found in the "/SQL/" directory in Roundcube that is named: "*.initial.sql" where * is your database backend type (mySQL, PostgreSQL, SQLite).


So if you were not able to complete this step correctly then for sure that would cause the error your getting. If you have shell access can can check your database and connectiity to it by running the command  #mysql -u username -p password
Title: Re: Need Help to resolve error!
Post by: fairmaza on October 10, 2006, 08:09:02 AM
Thanks I'll cheak
Title: Re: Need Help to resolve error!
Post by: fairmaza on October 12, 2006, 02:52:44 PM
Cheaked but same problem again

ok please tell me
database = mysql20.servage.net
database Name = fairmazachato
database Username = fairmazachato
database Password = 4311788!

I have inserted
Quotebackend://username:[email protected]/database

as

Quotemysql20://fairmazachato:[email protected]/fairmazachato

If it is wrong please tell me which one is right.
Thanks
Title: Re: Need Help to resolve error!
Post by: daashag on October 12, 2006, 04:02:09 PM
Quote from: fairmaza Cheaked but same problem again

ok please tell me
database = mysql20.servage.net
database Name = fairmazachato
database Username = fairmazachato
database Password = 4311788!

I have inserted
Quotebackend://username:[email protected]/database

as

Quotemysql20://fairmazachato:[email protected]/fairmazachato

If it is wrong please tell me which one is right.
Thanks
backend = type of databse (change mysql20 to mysql)
domain.com =your domain (change to your domain name) you could try replacing domain.com wit localhost

Try that


     
Title: Re: Need Help to resolve error!
Post by: ryanb006 on October 25, 2006, 08:00:27 PM
Assuming mysql20.servage.net is your mysql host, your connection string would be:

mysql://fairmazachato:[email protected]/fairmazachato

And if 4311788! is your real password, do change it.

Ryan