Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Store not being read or recognized

I get this error when I try to start up my ExtJS 4.2 app:

Uncaught TypeError: Cannot read property 'buffered' of undefined

I've double checked all my store ids and and names to ensure that they are all spelt correctly but I'm still having this issue :(. Is there anything else I could try to solve this error?

Thanks in advance.

like image 215
cclerv Avatar asked May 24 '13 09:05

cclerv


1 Answers

I typically get this error when one of my grids is referencing a store that has not been defined in either the controller instantiating the view or app.js (depending on how the app is structured)

like image 72
existdissolve Avatar answered Oct 02 '22 13:10

existdissolve