vlad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Time Zonesya i’d edit the variable in the database.
it’s the time_difference var in wp_options.Forum: Themes and Templates
In reply to: is this normal?!?!you set your site url incorrectly. there is a space after it. as a result, it’s pointing to a stylesheet at http://beautiful-kisses.net/index.php /wp-layout.css, when it should be pointing to http://beautiful-kisses.net/index.php/wp-layout.css.
Forum: Fixing WordPress
In reply to: Installed, Logged in Once, Can’t Login Againi’d suggest looking at your wordpress database and the users table. there is a field called user_pass that contains the database for each user, and apparently it’s unencrypted. this way you can look up the password for admin or whatever, and see if it’s mysteriously been changed or anything.
Forum: Fixing WordPress
In reply to: Movable Type Importfrom http://ww.wp.xz.cn/about/features:
We currently have importers for Greymatter, Blogger, and b2. Work on importers for Movable Type, Textpattern, and pMachine are under way.
i actually wrote a script that converted my mt posts and comments to wordpress, but
- it’s an ugly hack
- it’s for mysql
btw, you weren’t planning on using the berkeley db for wordpress, were you? it’s mysql only as of now.