Simple Module list_items() "spinnig"

edited April 2014 in Modules
I generated a new simple module, but the list_items does not load in the admin area.
The form_fields render according to the database table, but the list_items (at /fuel/[simple_module]) has only a spinning loader icon.

Thoughts?
(I feel like I am forgetting something...)

Comments

  • edited 11:17PM
    Check your javascript console to see if there is an error in the loading of the list content. It get's AJAXed in and if there is a SQL error it may be throwing a 500 error and won't be properly loading the content into the list view.
  • edited April 2014
    I hadn't thought about it being AJAXed in. Thanks.

    I disabled an ad blocker plugin (AdBlock) for FF, and now it seems to work fine.
    Although, that plugin has never interfered with a FUEL CMS installation previously.
Sign In or Register to comment.