Recent Topics

1 Jan 27, 2008 22:49    

My b2evolution Version: 2.x

I upgraded from 1.10.3 to 2.4.
Everything seems to be ok, i've all my previous categories, posts, etc.. but when i go to create a new post o review old ones i always get this error:

"Requested User from T_users without ID"

So where I wrong?
Thanks

2 Jan 28, 2008 00:48

You might have lost the ID table from Users. Can you check if there is content in it? It's evo_Users -> User_ID. I's an autoincrement table so you're looking at

1     1
1     2
1     3
1     4
1     6
1     7

Good luck

3 Jan 28, 2008 02:26

Afwas wrote:

You might have lost the ID table from Users. Can you check if there is content in it? It's evo_Users -> User_ID. I's an autoincrement table so you're looking at

1     1
1     2
1     3
1     4
1     6
1     7

Good luck

Well.. the problem is this: i imported a backup of my db. Into "evo_items__item" table, "post_parent_ID" and "post_assigned_user_ID" usually have a NULL value, but when i imported my db those empy fields have been replaced by a '0' instead of a NULL value. That's the problem becauseb2evo works wrong. Now i correct those values and seems to run well.


Form is loading...