Bug tracker
No conversion for birthdate prior to 1970 (fix completed in vcs)
Convertor to phpBB3 doesn't translate those negative values at all!
I joined a MODX file of the change to complete the convertor.
Comments / History
See: http://www.phpbb.de/viewtopic.php?p=884147#884147
Sorry but i'm not fluent at all in german language ^^
I'll translate that specific post.
--
Try this:
Open phpBB3-RC3/install/convertors/functions_phpbb20.php
Find (~ Line 453)
- Code: Select all
if (!$birthday || $birthday == 999999 || $birthday < 0)
replace with
- Code: Select all
if (!$birthday || $birthday == 999999)
Regards,
bantu
--
The person posting next reported, that this fixed the problem. I'm not sure if that has always to be the case. You may want to try this, too.
Regards.
well i doubt that quite short fix would be enough !?
In fact i've joined in my first post a zip of a modx with the change i've made that works for me :>