Simple Machines Community Forum

SMF Support => Converting to SMF => phpBB => Topic started by: roomeat on December 23, 2009, 02:46:19 AM

Title: Last Edit: January 01, 1970, 10:00:00 AM by Guest
Post by: roomeat on December 23, 2009, 02:46:19 AM
After converting my forum from phpbb3, every post has the following note at the bottom:

Last Edit: January 01, 1970, 10:00:00 AM by Guest


I would like to keep the last edited option.. but would rather it showed the correct dates it was edited.. and also not show it for those that have not been edited.
Title: Re: Last Edit: January 01, 1970, 10:00:00 AM by Guest
Post by: roomeat on December 23, 2009, 02:46:55 AM
OH.. and also Guests don't have permission to edit posts lol
Title: Re: Last Edit: January 01, 1970, 10:00:00 AM by Guest
Post by: Norv on December 23, 2009, 04:31:39 AM
Every post has that?

This is weird, it sounds like the last modifications made to the converter to work for your forum were applied actually to all posts, like this "last modified" field: the converter didn't find a name corresponding to the user last editing the post, so "Guest" was used.
Are you sure it wasn't by any chance modified by some member now deleted, for example?
Title: Re: Last Edit: January 01, 1970, 10:00:00 AM by Guest
Post by: roomeat on December 23, 2009, 06:53:39 AM
nah.. it's on every single post.
Title: Re: Last Edit: January 01, 1970, 10:00:00 AM by Guest
Post by: Kill Em All on March 07, 2010, 10:16:12 PM
Have you tried running the converter again seeing what happens?
Title: Re: Last Edit: January 01, 1970, 10:00:00 AM by Guest
Post by: roomeat on March 09, 2010, 01:49:09 PM
several times lol. same thing.
seems I am at a point with my conversion though.. that no one can help.
Title: Re: Last Edit: January 01, 1970, 10:00:00 AM by Guest
Post by: Ottokar on May 18, 2010, 07:30:23 AM
Start phpMyAdmin, goto tabel smf_messages, choose SQL and run this command:

UPDATE `smf_messages` SET `modified_name` = '' WHERE `modified_name` = 'Guest';

(if your prefix not smf: replace with your prefix)
This will fix this.
Title: Re: Last Edit: January 01, 1970, 10:00:00 AM by Guest
Post by: Leo2 on December 17, 2011, 06:57:48 AM
Great! That fixed my forum as well - I also had same problem after converting from phpbb.

Means that the converter still has this bug and need to be corrected.