offline database

Status
Not open for further replies.

darkprom

New Member
Messages
14
Reaction score
0
Points
0
my database looks offline.
It was completely normal, but about 1 weeks ago it got offline itself.
what is the problem, how can I fix it?
 

Jarryd

Community Advocate
Community Support
Messages
5,534
Reaction score
43
Points
48
Hello,

When you say your database is offline, what are you referring to? I have visited your website and seem to see no problems with it.
 

darkprom

New Member
Messages
14
Reaction score
0
Points
0
the sentence which you've seen is an error sentence. here is its code:

$db = db_open(DB_TYPE, DB_SOCK, DB_HOST, DB_PORT, DB_USER, DB_PASS, DB_NAME);
if (!$db)
error_503('ERROR_TITLE', lang('ERROR_DATABASE_OFFLINE'));

I haven't changed anything like password,db name, username or anything else. But it got offline..
 
Status
Not open for further replies.
Top