hari
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP locked me out of my own site :-(I just installed WP 1.2 yesterday, and it’s locking me out too. This might be a Mozilla bug … On my FreeBSD machine, I had logged in successfully, then it wouldn’t let me log out. I cleared the cookies and now it appears to work.
On my iBook running OS X 10.3.4, I can’t log in. I cleared the cookies here too, but still no luck. Safari works normally, as does IE.
Hope this is useful to someone.Forum: Fixing WordPress
In reply to: Importing MT entries change image paths?I just did this. It was straightforward, but you need to be careful to catch all of the places where you need to replace text.
On my ISP’s server, I copied the mt-archives folder to wp-archives. I removed all of the automatically generated .html files that I won’t need in the future (like 00001.html, etc).
Then I used sed to change all instances of “mt-archives” to “wp-archives” in each of the remaining .html files.
I also did a global search and replace in the MT exported file.
I installed wordpress on my FreeBSD machine at home to practice once before doing it on my ISP’s server.
I still have all of my MT files there, untouched. I renamed the index.html file so that the wordpress index.php file gets picked up. I’ll give it a few days, and then get rid of the MT installation entirely!