Author Topic: Need Help to resolve error!  (Read 7510 times)

Offline fairmaza

  • Newbie
  • *
  • Posts: 8
Need Help to resolve error!
« 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).


Offline daashag

  • Full Member
  • ***
  • Posts: 198
Re: Need Help to resolve error!
« Reply #1 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/

Offline fairmaza

  • Newbie
  • *
  • Posts: 8
Re: Need Help to resolve error!
« Reply #2 on: October 09, 2006, 08:42:58 PM »
I am using Shared service from servage
http://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

Offline daashag

  • Full Member
  • ***
  • Posts: 198
Re: Need Help to resolve error!
« Reply #3 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

Offline fairmaza

  • Newbie
  • *
  • Posts: 8
Re: Need Help to resolve error!
« Reply #4 on: October 10, 2006, 08:09:02 AM »
Thanks I'll cheak

Offline fairmaza

  • Newbie
  • *
  • Posts: 8
Re: Need Help to resolve error!
« Reply #5 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
Quote
backend://username:password@domain.com/database

as

Quote
mysql20://fairmazachato:4311788!@servage.net/fairmazachato

If it is wrong please tell me which one is right.
Thanks

Offline daashag

  • Full Member
  • ***
  • Posts: 198
Re: Need Help to resolve error!
« Reply #6 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
Quote
backend://username:password@domain.com/database

as

Quote
mysql20://fairmazachato:4311788!@servage.net/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


     

Offline ryanb006

  • Newbie
  • *
  • Posts: 5
Re: Need Help to resolve error!
« Reply #7 on: October 25, 2006, 08:00:27 PM »
Assuming mysql20.servage.net is your mysql host, your connection string would be:

mysql://fairmazachato:4311788!@mysql20.servage.net/fairmazachato

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

Ryan