Pagination 404 issue.
-
@baris Thanks, I've got this:
- "editor"
- ""
- "content"
- "Cheers for the tunes, mix is a bit random but I did what I could - :teeth: It'll be posted later today or tomorrow."
- "uid"
- "undefined"
- "relativeTime"
- "2014-01-08T15:41:29.000Z"
- "votes"
- "0"
- "deleted"
- "0"
- "timestamp"
- "1389195689000"
- "edited"
- "0"
- "tid"
- "274"
- "pid"
- "10825"
- "reputation"
- "0"
EDIT: Just realised that's a post in the topic I was looking for... Small world. That post was also made by a member who deleted their account on my old forum.
-
Looks like that post doesn't have a valid uid, if you know its poster's uid then you can fix it by.
hset post:10825 uid <theiruid>
If they are deleted then just set their uid to 0 with
hset post:10825 uid 0
I guess thats something the importer should do.
-
Copyright © 2024 NodeBB | Contributors