Roundcube Community Forum

 

SERVICE CURRENTLY NOT AVAILABLE!

Started by Nickza1, October 28, 2006, 01:50:27 PM

Previous topic - Next topic

Nickza1

Sorry... i really tried my best to not post a message on this, as there are about 20 different ones already, but nothing on those could help me...

Yes, i have an error after installation: SERVICE CURRENTLY NOT AVAILABLE!

Error No. 1f4)

i have setup the db, and mysql is working, and the server is a unix...

DB Settings:
Hostname:    uname.dns-systems.net
Username:    uname_mail
Database Name:    uname_mail
Password:    pwd

I dont know what else to try... i have tried about 50 combinations of: 'mysql://uname:pwd@localhost/uname'

PLEASE help me!

daashag

Your not making a connection to your database.
Can you connect using the command mysql -u databaseUsername -p databaseUsernamePassword

Nickza1

Dont understand...

tell me what to try... I do not know mysql or php very well... ihad rc setup on another server, but for some reason i cannot get this new version to work on a different server...
the previous server was on on cpanel... i dont really know what this new one, as my host has implemented new servers...

i setup joomla! so the mysql and php definatly works... that much i do know...

daashag


Nickza1

dont understand, sorry...

must i put that line somewhere?

daashag


Nickza1

okay... i really dont know what your talking about...

sorry for my ignorance... i am trying to learn....
talk to me like a complete idiot...

sorry, and thanks for your patience

daashag


Nickza1


daashag

Those are commands you can use from the command line of your server.

If this is correct:

DB Settings:
Hostname:   uname.dns-systems.net
Username:  uname_mail
Database Name:  uname_mail
Password:    pwd

Then this the line you need.

$rcmail_config['db_dsnw'] = 'mysql://uname_mail:[email protected]/uname_mail';


Nickza1

i know, but i have tried that, plus a million different combination of it...

daashag

How did you create the database and how did you populate it?

Nickza1

i created a db using the client panel/control panel. it has phpmyadmin, and a place where i can create a db, which i did....

i then edit the config file, with the line above, putting the db settings in, and i get this problem.... i also tried variations of the line, and nothing....


daashag


Nickza1