Problems with Wordpress 3.5?

9 replies
I've just installed WP 3.5 on two blogs - same problem on both - cannot create a new post - BEWARE!

Will
#problems #wordpress
  • Profile picture of the author bompus
    Weird.. I haven't had any issues. Could it be a plugin that is causing the issue? If not, it is likely a PHP or database error -- PHP error/warning logs might help you find the cause.
    Signature

    Would you be interested in a massive CommentLuv-enabled blog database? Click here to let me know.

    {{ DiscussionBoard.errors[7461552].message }}
    • Profile picture of the author Will Edwards
      Originally Posted by bompus View Post

      Weird.. I haven't had any issues. Could it be a plugin that is causing the issue? If not, it is likely a PHP or database error -- PHP error/warning logs might help you find the cause.
      This is an update that has just been issued - are you on the latest version?

      Will
      {{ DiscussionBoard.errors[7461556].message }}
  • Profile picture of the author bompus
    I am.. no issues on my end. Tested on a couple of blogs and was able to make new posts and publish.
    Signature

    Would you be interested in a massive CommentLuv-enabled blog database? Click here to let me know.

    {{ DiscussionBoard.errors[7461944].message }}
  • Profile picture of the author Isaiah Coe
    I have't had your problem but I am having a problem with a plugin now. (Wp-Popovers)

    What themes are you using?, maybe they need to be updated as well.
    {{ DiscussionBoard.errors[7462067].message }}
  • Profile picture of the author Martin Lee Jr
    All good over here as well. Like others have said it may be a plugin issue!
    Signature
    How Can I help...
    {{ DiscussionBoard.errors[7462118].message }}
  • Profile picture of the author cgimaster
    Here is the fix buddy.

    On you BulletProof Plugin edit your root and wp-admin .htaccess from the panel and change:

    RewriteCond %{QUERY_STRING} ^.*(\[|\]|\(|\)|<|>).* [NC,OR]
    TO
    RewriteCond %{QUERY_STRING} ^.*(\(|\)|<|>).* [NC,OR]

    I had just upgraded my wp to 3.5 and had the same issue so I digged it up to fix.
    {{ DiscussionBoard.errors[7462496].message }}
    • Profile picture of the author Will Edwards
      Originally Posted by cgimaster View Post

      Here is the fix buddy.

      On you BulletProof Plugin edit your root and wp-admin .htaccess from the panel and change:

      RewriteCond %{QUERY_STRING} ^.*([|]|(|)|<|>).* [NC,OR]
      TO
      RewriteCond %{QUERY_STRING} ^.*((|)|<|>).* [NC,OR]

      I had just upgraded my wp to 3.5 and had the same issue so I digged it up to fix.
      Thank you my friend. You are right; it is BPS!

      I disabled it and then enabled it and went through the setup from scratch - everything working now.

      Will
      {{ DiscussionBoard.errors[7462852].message }}
  • Profile picture of the author Will Edwards
    There is a new version of BPS out today that solves the problem.

    Will
    {{ DiscussionBoard.errors[7464173].message }}
  • Profile picture of the author cgimaster
    Glad it worked for u, I had urgency to make some posts so couldnt wait for the creator to make his update.
    {{ DiscussionBoard.errors[7464208].message }}

Trending Topics