• My blog went south at some point recently. Now I get:

    Fatal error: Cannot redeclare is_rtl() (previously declared in (url)/blog/wp-includes/locale.php:347) in (url)/blog/wp-includes/locale.php on line 349

    I had been running an earlier version of WordPress and upgraded through my web host’s script to 3.0, but the problem persists.

    Suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • To start, look where it is telling you too look, and copy and paste the EXACT lines it says is messing it up.

    Thread Starter cevamal

    (@cevamal)

    Thanks for the response!

    346 function is_rtl() {
    347 global $wp_locale;
    348 return $wp_locale->is_rtl();
    349}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal Error’ is closed to new replies.