meteor-admin icon indicating copy to clipboard operation
meteor-admin copied to clipboard

my view all for the collection is not working, empty page with error

Open balasivagnanam opened this issue 9 years ago • 3 comments

I am trying to use this awesome package, but unfortunately I am getting this error.

image

balasivagnanam avatar Jan 17 '16 16:01 balasivagnanam

+1

piotrekfracek avatar Jul 04 '16 12:07 piotrekfracek

@balasivagnanam Try the following:

meteor add session

The session package might not be installed

michellarcari avatar Jul 14 '16 15:07 michellarcari

+1

to make this issue google-findable, here's the complete error:

Exception from Tracker afterFlush function:
debug.js:41 ReferenceError: Session is not defined
    at tabular.js:235
    at Object.Tracker.nonreactive (tracker.js:603)
    at .<anonymous> (tabular.js:234)
    at view.js:199
    at Function.Template._withTemplateInstanceFunc (template.js:465)
    at view.js:197
    at Object.Blaze._withCurrentView (view.js:538)
    at viewAutorun (view.js:196)
    at Tracker.Computation._compute (tracker.js:311)
    at new Tracker.Computation (tracker.js:201)
debug.js:41 Exception from Tracker afterFlush function:
debug.js:41 TypeError: Cannot read property 'aDataSort' of undefined
    at _fnSortFlatten (jquery.dataTables.js:4504)
    at _fnSortingClasses (jquery.dataTables.js:4842)
    at HTMLTableElement.<anonymous> (jquery.dataTables.js:6470)
    at Function.each (jquery.js:384)
    at jQuery.each (jquery.js:136)
    at jQuery.DataTable (jquery.dataTables.js:6092)
    at jQuery.$.fn.DataTable (jquery.dataTables.js:14775)
    at Template.AdminDashboardView.rendered (templates.coffee:17)
    at template.js:119
    at Function.Template._withTemplateInstanceFunc (template.js:465)

lukasvan3l avatar Aug 01 '16 08:08 lukasvan3l