Table 'mydatabase.categories_to_articles_model' doesn't exist
Upon trying to access inline editing at the following URL:
http://localhost:8888/localfolder/fuel/articles/inline_edit/1/0I get the below error:
A Database Error Occurred
Error Number: 1146
Table 'mydatabase.categories_to_articles_model' doesn't exist
SELECT `categories_to_articles_model`.* FROM (`categories_to_articles_model`) WHERE `categories_to_articles_model`.`article_id` = '1'
Filename: core/MY_Model.php
Line Number: 261
Any ideas?
Comments