You've probably hit this issue which has been fixed but not released yet:

https://github.com/stephenmcd/mezzanine/pull/1030

If you follow through to the commit you'll see it's a two line change you
can make within your project.


On Thu, Jun 5, 2014 at 12:26 AM, Ryan Sadwick <[email protected]> wrote:

> 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.
>



-- 
Stephen McDonald
http://jupo.org

-- 
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.

Reply via email to