|
nezroy wrote:
I ran into this problem as well when updating from 1.0.0 to 1.0.4. The issue I found was that an old top-level sample category from the original install had a parent of itself rather than 0. I found this by looking at my category table manually, doing this:
select id, parent from PFX_fb_categories order by id asc;
In my case it was the very first category, id = 1, which had a parent = 1 as well. By setting the parent = 0, it then showed up in the forum administration and I was able to simply delete that sample category. After that, running the stats updater worked perfectly.
i don't have this category in my DB.... my first id is the number 2...
|