View Single Post
  #37 (permalink)  
Old 21-05-2007, 21:09
waters waters is offline
new member
 
Join Date: May 2007
Posts: 3
Default Having similar problems with our Drupal sites

Since last night sometime we started having problems posting Filtered HTML posts to our website hostings , at first I thought it was some sort of caching / proxy issue , but now I am sure its a PHP / web server problem.

In Drupal , a teaser / taster section is defined by a < ! - - b r e a k - - > marker (without spaces) , when we try that now it just returns us the the start page and doesn't accept any changes to the blog / article entries.

Articles I posted previously with break and img src tags display but are not editable and also return us to the start page.

Articles created now that are just text are OK.

Very strange.

Can someone look into this ?

Our domain is http://weloveit.info , I have seen this problem on http://gardening.weloveit.info/ and http://opensource.weloveit.info/ website hostings , both running from a single drupal installation.

Thanks
Mark Waters

Update - 20070522 @ 0807

I have 'fixed' this by adding the following to the .htaccess file thus disabling mod_security :-

Quote:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

as per this post

Last edited by waters; 22-05-2007 at 06:10.
Reply With Quote