1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Werid behaviour in WordPress?

Discussion in 'WordPress' started by tOOt, Dec 27, 2007.

  1. #1
    Hi everyone,

    Has anybody experience weird things from WordPress out of the blue?

    I was having this problem since yesterday. I couldn't seem to publish a new page for a particular article, it keeps bringing me to the 404 error page. I tried to find out what was the cause. After test publishing paragraph by paragraph, sentence by sentence till word by word. I found out that the word "from" in the article content that is causing me the 404 error. However, when I scan through my already published articles, there are indeed the word "from" which had pull through the error! :confused:

    This is really weird! I don't remember doing anything else prior to this weird happening, well except for installing WP Database Backup and Adsense Deluxe plugins. But Adsense Deluxe isn't working correctly too, whenever I click on the "Add Adsense Block" I'm brought out of the admin area and onto the 404 error page.

    Do you guys have this experience too? Any advise to solve this weird 404 error? I've uninstall the Adsense Deluxe plugin but still the publish page error remain. It will be quite a pain in the neck to not include the word "from" in the article content. Thanks! :eek:
     
    tOOt, Dec 27, 2007 IP
  2. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #2
    try de-activating them plugins one by one and see if that fixes it.

    if not it could be a .htaccess problem.
     
    just-4-teens, Dec 29, 2007 IP
  3. Roxyyo

    Roxyyo Peon

    Messages:
    154
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yep, every so often something bizarro happens with Wordpress to me. The weirdest ever was when it switched the post titles of 2 of my posts, the one I had just published and the day before. I kept editing them back to how they were supposed to be and they still were wonky and then sorted themselves out.

    Seriously...can't figure that one out!
     
    Roxyyo, Dec 29, 2007 IP
  4. waynelyp90

    waynelyp90 Banned

    Messages:
    458
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #4
    bleh, just turn off mod_security for the wp-admin area:

    IF YOU DO NOT HAVE an .htaccess in your wp-admin/ directory:

    create a text file on your desktop:

    put the following inside it:

    <IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>

    save the file.

    Upload the file to your wp-admin directory.

    Rename the uploaded file to .htaccess (with the .)

    IF YOU DO HAVE an .htaccess in your wp-admin/ directory:

    Edit it:

    <IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>

    save the new .htaccess

    I hope the above helps.
     
    waynelyp90, Dec 29, 2007 IP
  5. tOOt

    tOOt Peon

    Messages:
    30
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks guys, I have manage to solve this problem after hours of scouring for the solution.

    I've added the below to my .htaccess and it's working fine now.

    SecFilterEngine Off
    SecFilterScanPOST Off

    Hope this helps anyone who faces this problem too. :)
     
    tOOt, Dec 29, 2007 IP
  6. Peyote

    Peyote Peon

    Messages:
    549
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Wordpress 2.3.1 is most error prone since its table structure is completely different from the previous versions...and most wordpress themes are not compatible yet. Hence it always gives database error when you press publish..only solution for that problem is getting a compatible theme and plugins (plugins like ultimate tag warrior are completely in conflict with wp 2.3.1!)

    Speaking of that...wordpress released version 2.3.2 a few hours ago
     
    Peyote, Dec 30, 2007 IP
  7. minstrel

    minstrel Illustrious Member

    Messages:
    15,082
    Likes Received:
    1,243
    Best Answers:
    0
    Trophy Points:
    480
    #7
    Two questions:

    1. Turning off mod_security on the face of it seems like a bad idea. Why is this necessary and under what conditions?

    2. If you do turn off mod_security in this way, would that not create vulnerabilities in your installation?
     
    minstrel, Dec 30, 2007 IP