Hi,
I decided to switch from MT (2.661) to S9Y. But I have a problem with the import. The MT importer from S9Y only supports import from the data file. This data file is generated via the MT admin-interface. But I have a lot of entries (~800) and also ~1250 Comments so the export to the data file takes too long and the server stops the output. Because of that I never get a data file with all entries.
Is there any other way of importing the data from MT? Maybe directly from the database.
Thanks!
Movable Type -> S9Y Problem
if you have access to the php.ini, you can set the max_execution_time to something higher than the actual value.
I really don't know this importer so I don't know, if there is already a set_time_limit() function. If not you also can set the max_execution_time with this function to a higher value than the one in your php.ini, instead of modifying the php.ini.
The second solution only works if this function is allowed through the php-configuration.
I really don't know this importer so I don't know, if there is already a set_time_limit() function. If not you also can set the max_execution_time with this function to a higher value than the one in your php.ini, instead of modifying the php.ini.
The second solution only works if this function is allowed through the php-configuration.
Alexander Mieland, dma147
http://blog.linux-stats.org
http://blog.linux-stats.org
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Dom,
there is no DB import for Moveable Type, since the DB format variies too much in their versions.
You can, however, just split up your MT data file into multiple smaller chunks. Their data file is a plaintext format, so you can cut it up with your favourite editor. Just make sure that you cut the file only *BEFORE* a new entry, and not within the comments. If you cut a file within the comment area, the comments in the new file cannot be associated to the entry of the other file.
HTH,
Garvin
there is no DB import for Moveable Type, since the DB format variies too much in their versions.
You can, however, just split up your MT data file into multiple smaller chunks. Their data file is a plaintext format, so you can cut it up with your favourite editor. Just make sure that you cut the file only *BEFORE* a new entry, and not within the comments. If you cut a file within the comment area, the comments in the new file cannot be associated to the entry of the other file.
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Argh, sorry, I really misunderstood you.
You'll need to ask on the MT support forums then, I'm sorry.
Regards,
Garvin
You'll need to ask on the MT support forums then, I'm sorry.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
If you know some PHP, that would be the easiest. You could have a look at our existimg importers like the phpbb importer or wordpress importer; they're not so hard to adapt.
I'm really sorry to hear that MT has such a bad support; sadly I myself don't do Perl applications, so I don't know how to bypass their limits...
If you come to build a MT DB importer, maybe you'd like to contribute your code so we can put it into our distribution?
Good luck,
Garvin
I'm really sorry to hear that MT has such a bad support; sadly I myself don't do Perl applications, so I don't know how to bypass their limits...
If you come to build a MT DB importer, maybe you'd like to contribute your code so we can put it into our distribution?
Good luck,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/