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/0

I 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

  • edited 8:56PM
    Sorry, my fault. Placed a method in the incorrect place resulting in bad Ajax.
Sign In or Register to comment.