QUOTE (sugi_grl @ Jan 23 2004, 12:27 PM)
I did an upgrade where I replaced all the scripts but that didn't help, I don't really see the difference between reinstalling and upgrading, what specifically am I reinstalling script-wise/what was corrupted?
thanks so much for your help girlie, you're the best and your site is too!
Reinstalling probably isn't necessary if the scripts are still intact. What you can do is reconfigure mt.cfg to use a MySQL database rather than the default Berkeley DB. If you have MySQL available on your server it's pretty simple.
In MySQL:
[*]Create a user to access the MT database
[*]Create the MT database
In mt.cfg:
[*]Comment out the DataSource line
[*]Change ObjectDriver to DBI::mysql
[*]Add the Database, DBUser and DBHost lines
[*]Edit mt-db-pass.cgi so that it has the password for the database user
Then:
[*]Run mt-load.cgi to create the tables and populate them
[*]Point your web browser at your MT login page and log in.
You should be able to import the blog entries you exported once you're logged in.