v1.0 blog module

edited December 2012 in Bug Reports
After following the install process for the blog module, importing the SQL and permissions and enabling it in the modules area of fuel, editing the settings for the blog in the CMS section the blog appears at /blog but with a screen showing the fuel image/colors and "There are no posts available". There is no way to add a first post on this screen.

Going into CMS. Created a category ok. Tried to create first post (as admin user) got this error:

An Error Was Encountered
Unable to locate the file: blocks_model.php

Back in CMS tried to add a new author and I get this error:

A Database Error Occurred

Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY `name` asc' at line 3

SELECT fuel_users.id, CONCAT(first_name, " ", last_name) as name FROM (`fuel_users`) WHERE `id` NOT IN () ORDER BY `name` asc

Filename: ../MY_Model.php

Line Number: 1058

So it appears to me some files might be missing. I cannot find blocks_model.php anywhere. I do find "fuel_blocks_model".

Any ideas what I've done wrong or are these truly bugs?
Sign In or Register to comment.