1 cslepage Aug 25, 2006 16:38
3 cslepage Aug 25, 2006 20:03
The answer to both questions would be yes.
4 yabba Aug 25, 2006 20:10
You might find [url=http://forums.b2evolution.net/viewtopic.php?t=7519]this post[/url] works in your case? (do a backup first in case it doesn't)
¥
5 topanga Aug 25, 2006 20:49
The query to execute in mysql (phpmyadmin) s this:
DELETE evo_bloggroups
FROM `evo_bloggroups` LEFT JOIN evo_blogs ON blog_ID = bloggroup_blog_ID
WHERE blog_ID IS NULL
which deletes all blog-groups-permissions for non-existing blogs.
That solved my problems...
6 cslepage Aug 25, 2006 22:07
Oh my, that did the trick. Thanks to you all!
just 2 questions (because that was the case when I saw that error on my install)
have you deleted blogs ?
have you changed numbers in phpmyadmin ?