1 skynet Jan 27, 2008 22:49
3 skynet 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.
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
Good luck