Any one knows the problem here?
http://www.ovelha.org/pasteler0/drupal/

i think i've done everything right.

Comments

styro’s picture

You've probably removed a semi colon (;) off the end of one of the lines you edited in your settings.php. Either that or you've accidentally made some other typo.

--
Anton
New to Drupal? | Forum posting tips | Troubleshooting FAQ
Example Knowledge Base built using Drupal

pasteler0’s picture

actually no, everything is fine
just changed this line:

$db_url = 'mysql://sunsetdrupal:****@mysql149.secureserver.net/sunsetdrupal';
no idea...
does it need to be php5?

styro’s picture

Your original typo problem in settings.php has gone away.

The problem is now that you haven't created your database tables - you still need to run the supplied SQL script to set this up. The INSTALL.txt file mentions another file to read for the instructions specific to your database.

--
Anton
New to Drupal? | Forum posting tips | Troubleshooting FAQ
Example Knowledge Base built using Drupal

zim’s picture

Review your settings.php file, probably you are missing a symbol like " or '
Good luck

ZiM.-

pasteler0’s picture

yeah, I'll try it again! =)
thanks

pasteler0’s picture

still now working

its giving something like this:

http://www.ovelha.org/pasteler0/drupal/

bl4h’s picture

Well the tables dont exists in your databae. You need to create them. Youll find the sql file in the databases/ directory.