zzzprojects / sqlfiddle

http://sqlfiddle.com
MIT License
275 stars 52 forks source link

dbTypes_cached.js Issue #78

Open caylorme opened 9 years ago

caylorme commented 9 years ago

Okay, so when I deploy from Master, I get an error with Require.js to line 25 of src/main/webapp/javascripts/fiddle_backbone/views/DBTypesList.js exclaiming that undefined is not a function (In the javascript console). This results in the database-type dropdown at the top of the application to say 'Loading...' and is not responsive to clicks. At this point dbTypes_cached.js contains "Connection Failure"

When i deploy from the sqlfiddle2 branch, I get "Failed to load resource: the server responded with a status of 404 (Not Found) " on dbTypes_cached.js (sqlfiddle/javascript/dbTypes_cached.js) and:

Uncaught Error: Script error http://requirejs.org/docs/errors.html#scripterror sql.myhostname.com/sqlfiddle/javascript/require.js:32

jakefeasel commented 9 years ago

Don't use the sqlfiddle2 branch. If you are interested in trying out the latest development effort, use https://github.com/jakefeasel/sqlfiddle2 instead