1 novi_o_magum Mar 03, 2006 18:13
3 yabba Mar 03, 2006 19:27
Your missing postcats in your backup, hence none of your posts will show
you need to create a record for every post ID with a valid cat ID.
¥
4 novi_o_magum Mar 04, 2006 11:05
Thanks for your replies, I think ¥åßßå may be right: that table is indeed missing. Is there a quick way to generate the data that should be in that table from the posts-table? I am not sure, but I've got the feeling that everything in that should be in the postcats-table is also present in the posts-table. Or am I missing something?
Just a little more help could probably solve my problem...
5 yabba Mar 04, 2006 12:29
You "should" be able to get away with running an sql similar to :-
insert into evo_postcats ( select post_ID, post_main_cat_ID from evo_posts)
your table name and fields might be different depending on your evo version.
¥
6 novi_o_magum Mar 07, 2006 13:08
Yup, this worked. I'm saved! Thanks a lot!
(but why this redundancy in the tables?)
I'm really not sure how to help you, but it could be that the order of your restoration was incorrect.
I've always seen (and done) the database backup/restore BEFORE the upgrade/install of b2e. Part of the upgrade/install process is pointing b2e to your database. b2e then goes through that database and makes sure that it is setup correctly.
It sounds to me like you setup b2e first, then dropped your old database on top of your new one.
You might try creating a new database, restoring your backup copy into it, and then upgrading/installing b2e pointing to that database.
As I said already, this is just a wild guess of something you might want to try if you have the time. I could be way off. :)