Application error, typo could not be reached

i have 2 typo installations on site5.com. apparently they were having
some file system trouble, and when the server came back, one of my admin
screens won’t work.

i get this message:"
Application Error
Typo could not be reached"

site5 support gave me this info:
There are errors in your application.

[Tue Jun 6 15:06:49 2006] [error] [client 68.54.139.65] FastCGI:
incomplete headers (35 bytes) received from server
“/home/admin/public_html/dispatch.fcgi”

Running a rake test shows there are database access problems.

Mysql::Error: Access denied for user ‘admin_typo’@‘localhost’ to
database ‘typo_tests’: DROP DATABASE IF EXISTS typo_tests
/home/admin/rubyapps/typo-2.6.0/Rakefile:177

what can i do? i also cannot post using ecto (external post editor)

Mysql::Error: Access denied for user ‘admin_typo’@‘localhost’ to
database ‘typo_tests’

You’ll want to fix that error first. Wrong username or password? Try
logging in by hand to see if it works at all.

- Scott

arvind s grover wrote:

[Tue Jun 6 15:06:49 2006] [error] [client 68.54.139.65] FastCGI:
incomplete headers (35 bytes) received from server
“/home/admin/public_html/dispatch.fcgi”

Running a rake test shows there are database access problems.

Mysql::Error: Access denied for user ‘admin_typo’@‘localhost’ to
database ‘typo_tests’: DROP DATABASE IF EXISTS typo_tests
/home/admin/rubyapps/typo-2.6.0/Rakefile:177

Well, the rake test response may or may not be relevant. You should test
to see if you can actually access your main typo database, perhaps using
the command line mysql client. You might also look at the logs to see
what the actual internal error is.

mathew