Closed (fixed)
Project:
CKEditor Link
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2013 at 15:09 UTC
Updated:
25 Mar 2013 at 09:02 UTC
An error occurs after saving a node with links created by ckeditor_link:
Notice: Use of undefined constant LOCALE_LANGUAGE_NEGOTIATION_URL - assumed 'LOCALE_LANGUAGE_NEGOTIATION_URL' in ckeditor_link_get_languages() (line 304 of /sites/all/modules/ckeditor_link/ckeditor_link.module).
drupal 7.21 (Last stable)
CKeditor module: 7.x-1.12 (Last stable)
CKeditor library: 4.0.1
Development release ckeditor_link (7.x-2.x-dev), gives the same error. Version 7.x-1.2-beta1 have not tested
Modules «Locale» and «Content translation» is not enabled, but the content of the website in Russian
Modules «Transliteration», «Pathauto» is enabled.
Ticket http://drupal.org/node/1123374 similar, but does not help for me
A typical piece of text with a link ckeditor_link:
<p>Данная площадь хорошо заметна на <a href="/taxonomy/term/78">карте Москвы</a>, потому что прилегающая территория вокзалов занимает большую площадь.</p>
Which becomes:
<p>Данная площадь хорошо заметна на <a href="/goroda/moscow">карте Москвы</a>, потому что прилегающая территория вокзалов занимает большую площадь.</p>
CKEditor Link Filter is turned on and placed first in the queue.
If you need any more information, ready to provide
Comments
Comment #0.0
petrovnn commentedadd desctiption for error
Comment #0.1
petrovnn commentedChange tag for blockquote text
Comment #1
anrikun commentedThanks for reporting.
It's really strange that this can happen.
Anyway, it should be fixed now, in dev.
Please confirm that the notice does not show up any more.
Comment #2
petrovnn commentedWOW, it's really fixed!
Thank you very mutch for this great module!
Comment #3
anrikun commentedComment #3.0
anrikun commentedremove sensitive server information