Hi,
I had some problems getting the b2evolution 1.8 import-mt.php to work. I made some small changes on them. Maybe they should also be made in the original code?
The changes I made were:
* Change the
if( !file_exists('conf/_config.php') )
to
if( !file_exists('../conf/_config.php') )
* Change all the reference to
import-mt.php
to
admin.php?ctrl=mtimport&
After these the importer seems to work again (at least, it imported :)
Hope this helps.
Bas