Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ExtJS 4: "c is not a constructor"

I'm using chrome to develop an ExtJS application. Today I tried to open my app in Firefox 10.0.2 and it doesn't even start up.

I keep getting this Error Message:

c is not a constructor | ext-debug.js (Line 6662)

I'm not sure where to start to get rid of this issue.

like image 347
Julian Hollmann Avatar asked Jun 06 '26 07:06

Julian Hollmann


1 Answers

That happens when a file that it needs is missing. It's a very generic message, check you have all the files needed via .Requires in your code.

It's caught me out before where I had the right files, but they weren't loading in the order they were being called.

like image 146
Amalea Avatar answered Jun 09 '26 04:06

Amalea



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!