Quote Originally Posted by Mone View Post
Hi,

I'm not familiar with code igniter, anyway from the errors you see I can tell you that when you do your require call require.js is trying to fetch the classes from your webserver because it thinks that such classes are not yet on the page: this happens because you include lightstreamer.js before including require.js: switch the two scripts and the 404 errors should disappear
You've just saved my day, you know Thanks so much