Hello,
I have sucessfully installed Drupal 7.7 but have one problem:
At admin >> config >> site information, I want to name the site Bob's Brewhaus but the single quote is automagically escaped with a backslash in the input field and appears as such on the front page. I tried the ' trick and it displays successfully (') in the upper left corner of the front page, but the text appears incorrectly as ' in two places there:
1) in the browser's title bar
2) in the "Welcome to Bob's Brewhaus No front page content..." message (literally "Bob's Bre-")
#drupal did not have a solution and searching the forums has not shown me the light.
Is this a theming issue? I have not re-themed. Is this a problem with how t() is being called somewhere? I am willing to write up the solution if someone can point me in the right direction!
- update Aug 10, 1PM (GMT-04) -
I have reset my site name to Bob's Brewhaus which becomes Bob\'s Brewhaus upon saving.
PHP version is 5.2.10
Hosting provider advised me to add the following line to my .htaccess:
magic_quotes_gpc = 0
This appeared to cause an internal server error, and once I removed that line, the error went away. I followed support's link to this document:
https://support.fluidhosting.com/index.php?_m=knowledgebase&_a=viewartic...