Upgrading 2.2 -> 2.2.1 broke site
-
I see bits of PHP code at the top of my page after upgrading to 2.2.1 (from 2.2). https://www.umbralechoes.com/blog/
Starts with:
>'; die(); } } ?> ]+(/.*)|i', '$1', $link ); } function wp_parse_str( $string, &$array ) { parse_str( $string, $array ); if ( get_magic_quotes_gpc() ) $array = stripslashes_deep( $array ); // parse_str() adds
It’s as if PHP stopped parsing at a point it shouldn’t, and then just spat out the code. I did forget to disable all my plugins before upgrading, so after I saw that issue I moved all my plugins to a different directory, but I still get this problem. When I went to the initial upgrade script, the same code got spat out at the top of the page, then it said that no upgrade was necessary. Anyone have any clue what could be going on?
- The topic ‘Upgrading 2.2 -> 2.2.1 broke site’ is closed to new replies.