Hi George,

Regarding your bookmarks, I see a null pointer exception at
BookmarksAction:313. That indicates that Roller is not able to find
the root bookmark folder for your blog.

I have no idea how your root folder could have disappeared. Your only
option at this point is probably to attempt to repair your folder and
folderassoc tables, but I would like to understand what went wrong.

Log into your Roller MySQL account and take a look at the folder data
for your blog.

First, find the id of your blog like so:
  select id from website where handle='insert handle of your blog here';

Now, take a look at the folders defined in your blog, like so:
  select * from folder where websiteid='id of your blog from above';

And specifically, do you have a root folder? Here's one way to check that:
  select * from folder where name='root' and websiteid='id of your
blog from above';


Regarding your categories, please send the corresponding stack trace
-- you sent the bookmarks trace twice.

- Dave

Reply via email to