Ticket #11486 (closed defect (bug): invalid)

Opened 2 years ago

Last modified 2 years ago

WP cannot save post if the word VARCHAR() exists in post

Reported by: tutorialcode Owned by:
Priority: normal Milestone:
Component: General Version:
Severity: normal Keywords: health-check
Cc:

Description

I am using wordpress 2.8.6 When I try to save or edit a post that contains the exact word VARCHAR() in all uppercase letters wp-admin/post.php fails to save and comes up with an empty page. I tried to start a new post containing only the word VARCHAR() and it breaks. using lowercase varchar() or VARCHAR () or VARCHAR is ok. The problem seems to be caused only by VARCHAR(.

I have a wordpress installation with default theme and no plugins.

Change History

  • Status changed from new to closed
  • Version 2.8.5 deleted
  • Resolution set to invalid
  • Milestone Unassigned deleted

It's probably a mod_security setting on your server, meant to prevent posts of SQL injections.

Talk to your host. This is not a WordPress issue.

mental note: add mod_security to the health-check plugin...

  • Keywords health-check added
Note: See TracTickets for help on using tickets.