Hi, After upgrading to Wordpress 3.3.2 and ckeditor 3.6.2.5 all the links input using the ckeditor wysiwyg are being deleted and converted to slashes.
Thus:
<a href="www.cnn.com">cnn</a>
becomes
<a href="\">cnn</a>
This happens with every single link added, whether manually entered into source or through the url widget. Obviously this is a bad situation. Does anyone know why this happens and how to fix?
thank you.
Thus:
<a href="www.cnn.com">cnn</a>
becomes
<a href="\">cnn</a>
This happens with every single link added, whether manually entered into source or through the url widget. Obviously this is a bad situation. Does anyone know why this happens and how to fix?
thank you.
Re: CKEditor Replacing Hyperlinks with Slash after WP Upgrad
Re: CKEditor Replacing Hyperlinks with Slash after WP Upgrad
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: CKEditor Replacing Hyperlinks with Slash after WP Upgrad
Hi guys,
what theme (template) do you use ?
Do you see any errors in Firebug or similar tool ?
Can you check if this error occurs in latest dev version (http://downloads.wordpress.org/plugin/ckeditor-for-wordpress.zip) ?
I can't reproduce this issue.
EDIT:
What hosting do you use and which php version.
Re: CKEditor Replacing Hyperlinks with Slash after WP Upgrad
PHP version 5.2.17
Re: CKEditor Replacing Hyperlinks with Slash after WP Upgrad
It's look like u have enabled magic quotes in PHP.
Greetings
Re: CKEditor Replacing Hyperlinks with Slash after WP Upgrad
Re: CKEditor Replacing Hyperlinks with Slash after WP Upgrad
can you check results of function. This function should show you all your php settings.
There you can check what is your variable.
Re: CKEditor Replacing Hyperlinks with Slash after WP Upgrad
not sure if it was on or not I just disabled anyways, so I'll have to check and update back to see if this is a fix, but so far its looking promising
Re: CKEditor Replacing Hyperlinks with Slash after WP Upgrad
Re: CKEditor Replacing Hyperlinks with Slash after WP Upgrad
guys can you test CKEditor (downloaded from http://ckeditor.com/download) as standalone application on yours servers ? Can you reproduce this issue with samples file of CKEditor library ?
Please try set
to off (both values).
Re: CKEditor Replacing Hyperlinks with Slash after WP Upgrad
i'll try it.