1 kurt Aug 07, 2008 02:06
3 corial Sep 23, 2008 23:40
i have the same problem , please help me :(
4 afwas Sep 24, 2008 01:01
I think there is an error in the configuration of the database. Please check in /conf/_basic_config if you set the databse name, location username and password correctly.
Next edit lines 730-736 in the file mentioned to:
// If there is an error then take note of it..
if( mysql_error($this->dbhandle) )
{
@mysql_free_result($this->result);
$this->print_error( '', '', $title );
pre_dump($this->dbhandle); // <- add this line
return false;
}
which may lead to a valuable clue.
Please report back to this topic.
Good luck
5 corial Sep 25, 2008 01:10
it's ok , i have "manualy" edited my configuration file , i have uploaded it on my server and it work :)
6 rh_chheda Oct 12, 2008 10:46
Even same problem I'm facing...Infact I tried editing/adding said line pre_dump($this->dbhandle); to _db.class.php problem still persists
It halts error with the same error which was posted/orginally
hi and welcome to forums Kurt
sounds like your sth went wrong with ur sql for a moment but doesnt seem like a big problem, as the mentioned lines seem like debug lines..i am not sure though..it might be a corrupt d/upload too.. i d advise you to grab a new archive and retry a brand new install, there's a good chance that everything d be fine this time, if the problem persists report back to the topic, we ll look further into that, good luck