Hi all,

When I try to install Drupal 6.12, I face the problem above "Drupal already installed", and "Site off-line". The problem is in fact I installed Drupal in the server before, but even I removed all the files and database, I still face the problem. I'm installing fresh copy, why will it happens? Would it because of server cache?

It's in urgent, anyone feedback is well appreciated, thanks!

Comments

dbeall’s picture

strange.. maybe browser cache needs cleared of all cookies, and temp files..

dnaromance’s picture

Hi all,

Sorry, I didn't get back to this. I actually have already solved the problem. The problem is as below:

In settings.php, instead of this,
$db_url = 'mysql://username:password@localhost://tmp/mysql5.sock/databasename';

It should be this,
$db_url = 'mysql://username:password@localhost%3A%2Ftmp%2Fmysql5.sock/databasename';

Note that %3A and %2F used to explode and notified it as special characters. Thanks.

dhilaly’s picture

how i can know that dnaromance how i can know my sql path

phippi57’s picture

What size does a website logo or header need to be if you want to change it from the drupal logo to your own?