[support] drupal 7 problem with text encoding

Metzler, David metzlerd at evergreen.edu
Wed Nov 9 22:32:13 UTC 2011


I should've also mentioned that  the provided .htaccess  in Drupal 7
should turn these things off.  It's possible that either: 

 

.htaccess did not get copied into your drupal installtion

AllowOverrides apache directive is not set for your apache installation.


 

There are other settings in the.htaccess file that should be in place as
well. 

 

________________________________

From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On
Behalf Of Metzler, David
Sent: Wednesday, November 09, 2011 2: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/bf5e5fea/attachment.html 


More information about the support mailing list