- Posts: 11
COMMUNITY FORUM
- Forum
- K2 Community Forum
- English K2 Community
- [SOLVED] when editing an item, getting random characters
[SOLVED] when editing an item, getting random characters
- Andrew
-
Topic Author
- Offline
- New Member
Less
More
11 years 11 months ago - 11 years 11 months ago #114188
by Andrew
[SOLVED] when editing an item, getting random characters was created by Andrew
I just tried editing an item, through front and back end, and am left with random characters being inserted in the code. first it was something like \quou; now i'm getting back slashes anywhere there is a apostrophe or quotation mark. please help. I should also mention that it did not matter if i used JCE or CodeMirror, i still had this problem
<p><img src=\"images/stories/Site\" alt=\"otd-bb-row\" width=\"250\" height=\"188\" />
Please Log in or Create an account to join the conversation.
- Andrew
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 11
11 years 11 months ago #114189
by Andrew
Replied by Andrew on topic Re: when editing an item, getting random characters
<img src="\"images/stories/Site\"" alt="\"thumb-qb-grip-1\"" width="\"250\"" height="\"188\"" />
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
11 years 11 months ago #114190
by Yiota
Replied by Yiota on topic Re: when editing an item, getting random characters
That is because the src path of your image is invalid. You should use slash (/) between the folders and not backslash (\).
Please Log in or Create an account to join the conversation.
- Andrew
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 11
11 years 11 months ago #114191
by Andrew
Replied by Andrew on topic Re: when editing an item, getting random characters
I'm not that ignorant.
Anyway, i found the cause. magic quotes was turned on. For all those who may have this issue in the future, add magic_quotes_gpc = off to php.ini.
Anyway, i found the cause. magic quotes was turned on. For all those who may have this issue in the future, add magic_quotes_gpc = off to php.ini.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
11 years 11 months ago #114192
by Krikor Boghossian
Replied by Krikor Boghossian on topic when editing an item, getting random characters
Sorry for that, sometimes we all get away.
Please Log in or Create an account to join the conversation.
- Forum
- K2 Community Forum
- English K2 Community
- [SOLVED] when editing an item, getting random characters