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

agalitsyn’s picture

On 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();"

agalitsyn’s picture

@pdeclarens
I try clean install and don't see error

My steps for clean instance:

  1. drush si --site-name='Assets'
  2. drush en -y asset asset_audio asset_document asset_freehtml asset_image asset_video asset_widget asset_gallery views_ui
  3. drush cc all

Please try this:

  1. Clear your caches
  2. Check permissions for asset and asset widget
  3. Check your .htaccess or web server setting (do you enable clean urls?)
agalitsyn’s picture

Status: Active » Needs review
pdeclarens’s picture

Status: Needs review » Fixed

@agalitsyn

many thanks, I enabled the clean url, and the problem is fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.