epicuro
11-05-2006, 12:41 PM
hello
Everything was working fine during one month but today...
When I try to acces my site , I receive this message:
Could not connect to database '' (). Your database server may be down or your database setup may be wrong
When I try to acces www.mysite/ sohoadmin, I receive this message:
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/sven/public_html/sohoadmin/index.php on line 67
So , I downloaded the index.php with filezilla and looked on line 67 :
it looks like :
session_start() ;
if (!file_exists ("config/isp.conf.php")) {
header("Location: setup.php") ;
exit;
}
I'm not sure it is the good line (how to know?)
I'm not a phper and don't know how and what I have to do.
I have made a soho backup last week but since I cannot acces sohoadmin , I can not restore...
Many thanks if someone can help me , because it seems I am not the first with this problem
Everything was working fine during one month but today...
When I try to acces my site , I receive this message:
Could not connect to database '' (). Your database server may be down or your database setup may be wrong
When I try to acces www.mysite/ sohoadmin, I receive this message:
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/sven/public_html/sohoadmin/index.php on line 67
So , I downloaded the index.php with filezilla and looked on line 67 :
it looks like :
session_start() ;
if (!file_exists ("config/isp.conf.php")) {
header("Location: setup.php") ;
exit;
}
I'm not sure it is the good line (how to know?)
I'm not a phper and don't know how and what I have to do.
I have made a soho backup last week but since I cannot acces sohoadmin , I can not restore...
Many thanks if someone can help me , because it seems I am not the first with this problem