dneto
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Akismet server conectivity problemAfter ticketing them about this issue, today the problem’s solved. I think it was some junky firewall rule they’ve implemented and changed after my complaining. Thanks again and hope you all get it figured out, one way or another.
Forum: Fixing WordPress
In reply to: Akismet server conectivity problemGreetings from Brazil. Same situation here: unable to connect to Akismet servers for preventing spam getting into my blog’s comment. My webhosting also said that this should be an issue with Akismet, once they’ve reached that servers. Hope you guys at Akismet solve this.
Forum: Fixing WordPress
In reply to: Problems with MT supportHave you opened the file exported my MT to check the dates? And about the posts with same title: it seems odd WP couldn’t import them. I’d check the permalinks, for a start, but I dunno what’s going on there.
Wish you luck.
DanielForum: Fixing WordPress
In reply to: Importing MT Post IDI’ve wrote your URL to the Codex and I think people are gonna start visiting your site for this solution 🙂
Forum: Fixing WordPress
In reply to: Import MT3.2 into WordPress 2.0.2Puerilis,
I was using MT 3.2 also. The exported data was correctly imported into the WP 2.0.2, but I think your Windows server is messing somewhere else in your proccess. I really dunno what’s going on there, ’cause here I’m using Linux… BTW, I wrote an Apache configuration that forbids external links to my ZIP/RAR and image files. Here’s another link that’ll permit you to download it:
Forum: Fixing WordPress
In reply to: Import MT3.2 into WordPress 2.0.2Puerilis,
I saw your extract and it differs from mine for just one thing: the end of line character. I think the WP importer tries to find this and your MT exported data doesn’t contain it. I dunno if your MT does the export correctly, but I can see it doesn’t have this character. Here’s an extract of mine:
http://www.danielneto.com.br/weblog/extract.zip
Open it using your favourite uncompressor program and see the text file inside it with notepad and compare with yours. Gimme your feedback and good luck!
Dneto
Forum: Fixing WordPress
In reply to: Import MT3.2 into WordPress 2.0.2Puerilis,
No problem, man.
Well, this seems very odd. Here I’m using linux to the database and webserver (mysql and apache) and I cannot tell you if the importer is doing fine for the Windows environment. Can you send a simple post (in MT format, of course) for me to try here?
Forum: Fixing WordPress
In reply to: Import MT3.2 into WordPress 2.0.2Is your MySQL running other databases or just the wordpress? I mean: is this a fresh installation? If yes, check the permissions to add entries on it, okay? I’ll be here waiting your feedback.
Forum: Fixing WordPress
In reply to: Import MT3.2 into WordPress 2.0.2What database (name and version) are you using? Have you looked into it to verify if data was imported?
Forum: Fixing WordPress
In reply to: span tags stripped when importing from MT 2.661 to WP 2.02Forum: Fixing WordPress
In reply to: MT Importer for WP 2.0.2Here’s my “my-hacks.php” for you guys who are having trouble importing your posts and have tags being stripped like I did:
http://www.danielneto.com.br/weblog/my-hacks.phps
Hope these tags help you out. It worked for me.
Forum: Fixing WordPress
In reply to: Importing MT Post IDIt sure worked for me too. Thanks a lot! I think everyone using MT are gonna thank you for this patch! Now, let’s blog again!
Forum: Fixing WordPress
In reply to: mt.php strips span tags?Well, I followed someone else’s advise and copied kses.php to my-hacks.php and included the tags I’ve missed with the import. Then, I’ve erased all the tables and imported the data again… and it worked!
Just to help you out, this is my “my-hacks.php”. If you want, copy at your own risk. Good luck!
Forum: Fixing WordPress
In reply to: Importing MT Post IDI’m in an anxious wait! Hope you post here soon!
Forum: Fixing WordPress
In reply to: MT Importer for WP 2.0.2I did these modifications and it worked. But I have to guess what tags I wrote in the past, alter the my-hacks.php, re-import data and see it working. Bumf!