WordPress.org

Make WordPress Core

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#13954 closed defect (bug) (invalid)

is_rtl()

Reported by: christian_gnoth Owned by:
Priority: normal Milestone:
Component: Multisite Version: 3.0
Severity: normal Keywords: is_rtl()
Cc:

Description

i am getting this error with different sites of my wp 3.0 installation with multi-site-feature enabled
Fatal error: Cannot redeclare is_rtl() (previously declared in /var/www/web1503/html/wp_mu/wp-includes/locale.php:347) in /var/www/web1503/html/wp_mu/wp-includes/locale.php on line 349

Change History (4)

comment:1 ocean903 years ago

All plugins disabled?

comment:2 hakre3 years ago

I see the "wp_mu" in the path. Maybe something left-over from an older installation?

comment:3 dd323 years ago

  • Resolution set to invalid
  • Status changed from new to closed

This has been reported a number of times regarding WPMU.

The common cause has been the Events Plugin, it includes locale.php way too early, which causes this exact error message (The mis-match in line numbers is the start/end of the function).

Re-open if this still exists after disabling all plugins (by removing the events plugin manually for a start)

comment:4 ocean903 years ago

  • Priority changed from high to normal
  • Severity changed from critical to normal
Note: See TracTickets for help on using tickets.