mybb / merge-system

The MyBB Merge System allows for easy merging of an existing forum (be it MyBB or another forum software) into a MyBB 1.8.x forum.
Other
32 stars 33 forks source link

phpBB import timezone problem #184

Closed Stefan-MyBB closed 9 years ago

Stefan-MyBB commented 9 years ago

Merge System fails when a user hasn't set a valid timezone: Uncaught exception 'Exception' with message 'DateTimeZone::__construct(): Unknown or bad timezone ()

JN-Jones commented 9 years ago

In the latest version? There's a try/catch block around it: https://github.com/mybb/merge-system/commit/d3fc5fd9e47a75b50b53368e891b1ef81000b3f6

Stefan-MyBB commented 9 years ago

I guess that fixed it...