It looks like tinyMCE javascript files. These files are in the wrong location, here is an example of where they exist normally:
/grappelli/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin.js I'd start with checking your static_url/media_url and go from there. If you're still not having luck, my recommendation is installing a fresh copy of mezzanine on a VirtualEnv and go from there. If it works correctly, merge in your apps and settings. On Wednesday, May 28, 2014 6:46:20 PM UTC-4, Devon Campbell wrote: > > On my live site, I'm getting several 404s when I load the blog page (or > any page under it) while logged in as an admin. > > Here are the errors from the Network tab of Chrome dev tools: > > GET http://radworks.io/blog/plugins/inlinepopups/editor_plugin.js/ 404 (NOT > FOUND) 3e67aef34942.js:36 > Failed to load: > http://radworks.io/blog//plugins/inlinepopups/editor_plugin.js > 3e67aef34942.js:36 > GET http://radworks.io/blog/langs/en.js/ 404 (NOT FOUND) 3e67aef34942.js:36 > Failed to load: http://radworks.io/blog//langs/en.js 3e67aef34942.js:36 > GET http://radworks.io/blog/plugins/tabfocus/editor_plugin.js/ 404 (NOT > FOUND) 3e67aef34942.js:36 > Failed to load: http://radworks.io/blog//plugins/tabfocus/editor_plugin.js > 3e67aef34942.js:36 > GET http://radworks.io/blog/plugins/searchreplace/editor_plugin.js/ 404 (NOT > FOUND) 3e67aef34942.js:36 > Failed to load: > http://radworks.io/blog//plugins/searchreplace/editor_plugin.js > 3e67aef34942.js:36 > GET http://radworks.io/blog/plugins/contextmenu/editor_plugin.js/ 404 (NOT > FOUND) 3e67aef34942.js:36 > Failed to load: http://radworks.io/blog//plugins/contextmenu/editor_plugin.js > 3e67aef34942.js:36 > GET http://radworks.io/blog/plugins/advimage/editor_plugin.js/ 404 (NOT > FOUND) 3e67aef34942.js:36 > Failed to load: http://radworks.io/blog//plugins/advimage/editor_plugin.js > 3e67aef34942.js:36 > GET http://radworks.io/blog/plugins/media/editor_plugin.js/ 404 (NOT FOUND) > 3e67aef34942.js:36 > Failed to load: http://radworks.io/blog//plugins/media/editor_plugin.js > 3e67aef34942.js:36 > GET http://radworks.io/blog/themes/advanced/editor_template.js/ 404 (NOT > FOUND) 3e67aef34942.js:36 > Failed to load: http://radworks.io/blog//themes/advanced/editor_template.js > 3e67aef34942.js:36 > GET http://radworks.io/blog/plugins/table/editor_plugin.js/ 404 (NOT FOUND) > 3e67aef34942.js:36 > Failed to load: http://radworks.io/blog//plugins/table/editor_plugin.js > 3e67aef34942.js:36 > GET http://radworks.io/blog/plugins/fullscreen/editor_plugin.js/ 404 (NOT > FOUND) 3e67aef34942.js:36 > Failed to load: http://radworks.io/blog//plugins/fullscreen/editor_plugin.js > 3e67aef34942.js:36 > GET http://radworks.io/blog/plugins/advlink/editor_plugin.js/ 404 (NOT FOUND) > 3e67aef34942.js:36 > Failed to load: http://radworks.io/blog//plugins/advlink/editor_plugin.js > 3e67aef34942.js:36 > GET http://radworks.io/blog/plugins/paste/editor_plugin.js/ 404 (NOT FOUND) > 3e67aef34942.js:36 > > This doesn't happen when viewing my home page and it doesn't happen on my > development server. I notice the GET has a trailing slash which probably > shouldn't be there, and the Failed to loadmessage has two slashes after > blog. Not sure why this would be or how to fix it, but I suspect one of > these two issues is causing the problem. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
