Recent Topics

1 Aug 25, 2006 16:38    

If I try to access my file manager in 1.8.1 (comiclist.com), I get the following error:

An unexpected error has occured!

If this error persits, please report it to the administrator.

Go back to home page
Additional information about this error:
Requested Blog does not exist!

Changing the settings for files in the "app settings" does not fix the error.

2 Aug 25, 2006 19:21

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 ?

3 Aug 25, 2006 20:03

The answer to both questions would be yes.

5 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 Aug 25, 2006 22:07

Oh my, that did the trick. Thanks to you all!


Form is loading...