I have moved my Drupal Installation to a temporary directory-
http://www.southbaybiblefellowship.org/drupaltest/
and am redirecting regular site traffic to a web form to contact Pastor directly.

About a week ago my HTML formatting just disappeared, in my story pages, and in my blocks.

I deleted my Drupal files, and reinstalled. The issue remains, even if I change the theme.

Has anyone seen this problem? What do you suggest I do???

Where is information on modules stored in the database?

Comments

samhassell’s picture

Information on the modules (as well as themes) is stored in the system table.

If you turn your site back on i can take a quick look at it.

susgeek’s picture

This link is to where I put it temporarily: http://www.southbaybiblefellowship.org/drupaltest/

Thanks!

samhassell’s picture

That link (http://www.southbaybiblefellowship.org/drupaltest/) comes up with the site offline message. perhaps you are logged in as admin when viewing it.

when you say the html is lost, do you mean the content inside the body of a node?

susgeek’s picture

Sorry about being offline - I fixed that.

The links on the site are absolute links, so here are some links to pages with the temp directory:

http://www.southbaybiblefellowship.org/drupaltest/directions
(this had a Google map embedded, which doesn't show up now)

http://www.southbaybiblefellowship.org/drupaltest/sbbf
http://www.southbaybiblefellowship.org/drupaltest/conklinblog

All of the blocks and stories lost all the HTML formatting out of the blue. If I go into "edit" I can still see it there. The input format is still "full html."

I am flummoxed.

sovarn’s picture

did you edit any of the tpl.php files? especially the page.tpl.php

susgeek’s picture

I didn't edit anything - that is what is so puzzling. The site was just humming along.

susgeek’s picture

The most recent module I installed was the captcha module - but I can't imagine that would cause this.

susgeek’s picture

bumping...

samhassell’s picture

Looking at the footer of the site it's clear from the javascript being printed out that strip_tags() is being run on all the content for some reason.

Input formats and theming would be the first thing to look at, as you say. If it's not the theming or the input formats I would start looking at the contrib modules you have installed. maybe try disabling one at a time until the site starts working again.

If you post a list of contrib modules you have installed, that may help identify the problem.

good luck!

susgeek’s picture

I started from scratch with a different theme.

The problem started again once I installed RSS Feeds Block.

Go figure.

Alan.Guggenheim’s picture

I had a similar problem. Suddenly yesterday, all my pictures, videos, formatting has disapeared from my site. Looks like it is displaying in filtered HTML.
Also the notification emails are all messed-up (no more formatting)
I was installing contributed modules yesterday, and one of them was the security review. From warning issued, I made some changes in my input formats, and that is what was stipping the html code.
Things are back to normal now. You might want to check this setting.
It is in admin/settings/filters