1 fredsy Jan 24, 2010 07:54
3 fredsy Jan 26, 2010 13:33
Thanks - although you're reply was a bit confusing. Until I looked at the file in question, I didn't realise you meant 'add $dispatcher;' to the end of the relevant lines.
4 fredsy Jan 26, 2010 13:38
Er, never mind. Still getting same error... could you rephrase your comment just in case I'm doing the wrong thing?
5 sam2kb Jan 26, 2010 15:58
Are you sure that you edited the above 2 lines, you can't get the same error if you did?
6 fredsy Jan 26, 2010 16:08
Yep, edited those exact lines (all I did was add in $dispatcher; right?) in the /inc/tools/mtimport.ctrl.php file, correct permissions set, cleared cache, text file in the blog root... 404 error with the exact same undefined variable error as before. Undid everything and redid it just to make sure :(
7 sam2kb Jan 26, 2010 16:22
This is weird :-/
Try replacing the $dispatcher on that line
<form action="<?php echo $dispatcher ?>" class="center">
to
<form action="admin.php" class="center">
8 fredsy Jan 27, 2010 06:10
Yes, that did it! No errors, file imported fine.
Thanks so much! :)
9 sam2kb Jan 27, 2010 06:28
No problem
Edit the file /inc/tools/mtimport.ctrl.php
line 1617
and 1416