Page 1 of 1

[fixed] Bug in Import 0.9-beta3 (maybe before)

Posted: Sat Oct 22, 2005 7:19 pm
by Tscherno
I just clicked the import-function the first time. It returns the following error for me:

Parse error: parse error, unexpected T_RETURN in /blalba/blog/include/admin/import.inc.php on line 69

I checked the source and the problem seems to be that it runs in the "case 'UTF-8'"-branch from $target = $this->data['charset']; switch($target). Now the strange: I set my charset to Native...

It could be that i changed it sometime before...

Re: Bug in Import 0.9-beta3 (maybe before)

Posted: Mon Oct 24, 2005 12:08 pm
by garvinhicking
Thanks a lot, I just fixed the error. It was a missing ";" in line 68. :-D

Regards,
Garvin