I add content to an article (either administrator or as content user) and I save the changes as Full HTML. I copy and paste the whole code as summary(i.e. my summary and body of the article I compose are the same.
The changes are seem as expected in the Full HTML format but after a period of time (2-4 hours) the content changes to Filtered HTML and the summary is blank.As a result the layout is all messed up without the Full HTML styling.
I repeatedly have to copy the body as the summary and save again to get back to what it was. And this keeps repeating .
Can anyone tell me what is wrong?

Comments

asdkalluri’s picture

I am pretty sure something is wrong with the webform module.. Every time I update a page and run cron, I get these 3 errors for each article I update....:

Notice: Undefined property: stdClass::$webform in webform_check_record() (line 2950 of /home/drupal/sites/all/modules/webform/webform.module).
Notice: Undefined property: stdClass::$webform in webform_check_record() (line 2962 of /home/drupal/sites/all/modules/webform/webform.module).
Notice: Undefined property: stdClass::$webform in webform_node_update() (line 1028 of /home/drupal/sites/all/modules/webform/webform.module).
Can you let me know how I can fix this??