Closed (fixed)
Project:
Asset
Version:
7.x-1.0-beta4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2013 at 11:17 UTC
Updated:
8 Apr 2013 at 08:30 UTC
Just made upgrade to D7.21 version
when I try add content page (or article..) an HTTP AJAX
status code 404
ajax/aset-widget/get/tab
If in the wysiwyg I choose any from the assets buttons, I get a 404 error file Not found
thanks for your help
Comments
Comment #1
agalitsyn commentedOn clean install I see JS error:
Uncaught [CKEDITOR.resourceManager.load] Resource name "drupalbreaks,drupalbreaks,drupalbreaks" was not found at "//sites/all/modules/contrib/ckeditor/plugins/drupalbreaks/plugin.js?t=C6HH5UF".
Issue of ckeditor
http://drupal.org/node/1864760
Solved it by disabling and then re-enabling "Drupal teaser" plugin in every CKEditor profile.
or just drush eval "include 'sites/all/modules/contrib/ckeditor/ckeditor.install'; ckeditor_update_7005();"
Comment #2
agalitsyn commented@pdeclarens
I try clean install and don't see error
My steps for clean instance:
Please try this:
Comment #3
agalitsyn commentedComment #4
pdeclarens commented@agalitsyn
many thanks, I enabled the clean url, and the problem is fixed.