By lu5dx on
Hi guys:
This note is to let you know that the problem was solved. Now I have drupal up and running on my machine! I have already installed new modules and themes. Drupal is a Killer CMS!
The problem was that I opened the settings.php using frontpage and it added plenty of html tags before the php script, so the php code was kept inside the Body tags!
I donwloaded the settings.php again and opened it with notepad.! That was all
Thanks for your help!
Martin
Comments
I'm using XAMPP too.
Remember to do this in mysql console:
GRANT ALL PRIVILEGES ON drupal.*
TO nobody@localhost IDENTIFIED BY 'password';
Check my installation: http://saivert.no-ip.com:380/drupal
Drupal is also one of the few CMS that works on servers with alternates ports out-of-the box. It's because drupal check which port is being used when generating URLs sent to browser.