-
Apparently not technical enough. I don't know how to use the package. Where is this tool? I downloaded it months ago, but didn't know what to do with it once I did. So where is this, and then what do I do with it to allow me to "select" my BlogML export, and how do I tell it what schema...
-
I keep getting Exception Details: System.Exception: Couldn't load your BlogML file. Maybe it is wellformedness also. I am trying it with CS2007 sp2 on a file exported from Wordpress using the tool Kenyan talked about i tried cutting out about 75% of the post tags to shorten the file, but same deal...
-
In the past, I've used a custom Blogger template export to BlogML and then imported to Community Server with Keyvan Niyyeri's BlogML importer . The entire process described here . It takes some time and messing with live Blogger settings, but it works. I am again faced with the same task for...
Posted to
Blogs
(Forum)
by
cjleger
on
Mon, Jul 16 2007
Filed under: RSS, BlogML, Blogger import, Atom, conversion
-
I think the Readme file is descriptive enough to install the add-in easily and quickly. B- Add following line of code in your page where you want to be displayed: <Keyvan:BlogML id="BlogML1" runat="server"></Keyvan:BlogML> The above text is saying that copy this text to...
-
I'm trying to install the CS 2.1 BlogML plug-in. I can't seem to figure out what I should do thought cause it doesn't seem to work. I was confused by this line in the readme.txt on installing: B- Add following line of code in your page where you want to be displayed: <Keyvan:BlogML id...
-
I have several hundred blogs which i have exported to BlogML out of Movable Type (which is a SixApart product) and am importing into Community Server. I have discovered that Community Server seems to completely ignore the <categories> section of BlogML, this is a big issues as most of the posts...
-
I've used the tools provided to export my database but also receive the " Couldn't load your BlogML file. Maybe it is wellformedness " error when trying to import into Community Server. What kind of changes are needed to convert a file from BlogML 1.0 to BlogML 2.0?
-
I had a feeling that was gonna happen. Simply changing it in my script was not enough. You have to do one of two things: have access to the .htaccess file on the server, where you'll add the time: php_value max_execution_time 180 you're going to have to use the wp-admin file editor to add the...
-
[quote user="interscape"] dlature, I made a simple change to the converter to adjust the execution time to 3 minutes. You can download the updated file here . Lemme know if you have any other problems. -Robert [/quote] thanks for your attention to this. However, now I get the following errors...
-
I don't know much about WordPress, but it sounds like you may need to increase the timeout in your .htcaccess file so that the script can run longer. I think I can make this change in the script itself, so once I figure out what schema errors I had for BlogML 2.0, I'll drop that fix in there...