[support] drupal 7 problem with text encoding

Metzler, David metzlerd at evergreen.edu
Wed Nov 9 23:22:58 UTC 2011


This is really starting to sound like missing .htaccess file. 

 

________________________________

From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On
Behalf Of Hummel, Tracey S - (thummel)
Sent: Wednesday, November 09, 2011 2:36 PM
To: support at drupal.org
Subject: Re: [support] drupal 7 problem with text encoding

 

Magic quotes is turned on in php.ini.   Someone suggested that it might
be related to the mod_rewrite.  I'm checking with the server admins who
host the site [hostrocket] to see if there is anything on their end.
It only happens in Drupal 7 sites.  Drupal 6 sites on that server do not
have a problem.  

 

Tracey

 

____________

Tracey Hummel

University of Arizona

University Information Technology Services, Web Services

1077 N Highland Ave, Room 337, Tucson, AZ 85721

(520) 626-5139

tracey at arizona.edu

http://tshummel.com/

 

From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On
Behalf Of Metzler, David
Sent: Wednesday, November 09, 2011 3:09 PM
To: support at drupal.org
Subject: Re: [support] drupal 7 problem with text encoding

 

Looks like magic quotes or some such php setting might be turned on. In
your installation.  I'd look for these in  your php.ini 

 

Dave

 

________________________________

From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On
Behalf Of Hummel, Tracey S - (thummel)
Sent: Wednesday, November 09, 2011 1:54 PM
To: support at drupal.org
Subject: Re: [support] drupal 7 problem with text encoding

 

I tried a fresh install of Drupal.  I made no configuration changes and
installed no modules.  I created a page and pasted into the body:   <a
href="/session/session-one">Session One</a

 

After saving the page, I edited it again and found it changed to: 
<a href=\"/session/session-one\">Session One</a>

 

I tried it as both Filtered & Full HTML input formats.  Both gave the
same results.    How can you keep this from happening? 

 

Thank you,
Tracey

 

 

____________

Tracey Hummel

University of Arizona

University Information Technology Services, Web Services

1077 N Highland Ave, Room 337, Tucson, AZ 85721

(520) 626-5139

tracey at arizona.edu

http://tshummel.com/

 

From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On
Behalf Of Hummel, Tracey S - (thummel)
Sent: Wednesday, November 09, 2011 12:34 PM
To: support at drupal.org
Subject: [support] drupal 7 problem with text encoding

 

I'm having a problem with text filters in Drupal 7.    Without any rich
text editor installed,  if I add the code below in a Full HTML format
text area, the html codes get sanitized. 

 

Added:   <a href="/session/session-one">Session One</a>    <img
src="/files/logo.gif">Logo

 

Sanitized to:     <a href=\"/session/session-one\">Session One</a>
<img src=\"/files/logo.gif\">Logo

 

When I add the Wysiwyg module with the CFKeditor engine, the
sanitization strips out even more:

 

Added:   <a href="/session/session-one">Session One</a>  <img
src="/files/logo.gif">Logo

 

Sanitized to:     <p><a href="\">Session One</a> <img src="\" />Logo</p>

 

The Full HTML text format is configured to: 

*         Convert URLs into links

*         Convert line breaks into HTML (i.e. <br> and <p>)

*         Correct faulty and chopped off HTML

 

I can't find any other configs that might be affecting this.  Please
help.

 

Thanks,
Tracey

 

____________

Tracey Hummel

University of Arizona

University Information Technology Services, Web Services

1077 N Highland Ave, Room 337, Tucson, AZ 85721

(520) 626-5139

tracey at arizona.edu

http://tshummel.com/

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20111109/4f94c232/attachment-0001.html 


More information about the support mailing list