Recent Topics

1 Sep 09, 2011 17:02    

My b2evolution Version: 4.0.5 url: http://gfint.com/blogs

Hello I have an error problem on my blog and I have no idea what it means. Could somebody please help.

This is what comes up on my browser.

An unexpected error has occurred!

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

Additional information about this error:

MySQL error!

Unknown column 'post_canonical_slug_ID' in 'field list'(Errno=1054)

Your query: ItemListLight::query()

SELECT DISTINCT post_ID, post_datestart, post_datemodified, post_title, post_url,

post_excerpt, post_urltitle, post_canonical_slug_ID, post_tiny_slug_ID, post_main_cat_ID, post_ptyp_ID

FROM evo_newsitems__item

INNER JOIN evo_newspostcats ON post_ID = postcat_post_ID

INNER JOIN evo_newscategories ON postcat_cat_ID = cat_ID

WHERE ( cat_blog_ID = 1 )

AND (post_ptyp_ID IN (1000))

AND (post_datestart <= '2011-09-09 15:27')

AND ( ( post_status IN ('published') ) )

ORDER BY post_datestart DESC, post_ID DESC

LIMIT 20

Thank you very much.

2 Sep 09, 2011 20:54

Welcome to the forums!

If you don't have any posts in your blogs yet, I recommend you to reinstall b2evolution again.

- Go to /conf/basic_config.php and set $allow_evodb_reset = 1;
- then run open installer and drop DB tables
- install again
- don't forget to delete /install directory from server

3 Jan 12, 2012 22:11

What if you have posts in your blog?


Form is loading...