Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#13057 closed Bug (invalid)

Link doesnt work on live site

Reported by: Trey Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

Hey guys,

I've seen this ticket a lot so I won't go into a mass amount of detail.

using: CKEditor 4.4

Firefox 36.0.1 Google Chrome 41.0.2272.89

Windows 7 64-bit

In short, I'm using the CKEditor for blogging purposes, on the local version of the site, it works fine. On the live version it changes the url to: http://mydomain.com/\"correct-link.com"/\

Is this a server fault or does CKEditor change on a live site?

-IBTrey

Change History (4)

comment:1 Changed 9 years ago by Jakub Ś

Keywords: Links removed
Status: newpending
Version: 4.4.0

Could you describe your case in more detail? The only ticket I know involves IE8 and baseHref #8022 but this is browser bug.

I'm not familiar with such things happening in FF or Chrome thus please provides as much details as possible (step by step scenario). Also it would be nice if you could find steps to reproduce this issue in standalone CKEditor.

At the moment I'm thinking that something on your server-side does this. I assume that you save your content thus you could debug the whole request to see when URL gets assigned. You can check HTML that gets to server with Fiddler2 and then debug the request to see what happens with HTML in server-side.

comment:2 Changed 9 years ago by Trey

To reproduce my error I do:

  1. write text
  2. Highlight and hyperlink
  3. Publish

I then check the database (live version) and it says the correct hyperlink. It's only for the end-user that the link redirects... Other than that there isn't much to it, my guess would be that the server does something in between.. but theres nothing of the sort to indicate this...

I've read a lot of issues with my problem and they all said upgrading fixed it, but for me this unfortuantley isn't the case :'(

Last edited 9 years ago by Trey (previous) (diff)

comment:3 Changed 9 years ago by Piotrek Koszuliński

Resolution: invalid
Status: pendingclosed

If your DB contains a correct link the it means that CKEditor works as expected. Unfortunately you must look for the issue in your website's backend.

comment:4 Changed 9 years ago by Jakub Ś

I confirm what @Reinmar has written. If link in URL is correct, it means that HTML from CKEditor was unchanged until now and that CKEditor is not responsible. You must checks what happens when data is being read from DB and passed to live site.

You must debug this on server-side.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy