#13954 closed defect (bug) (invalid)
is_rtl()
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | Multisite | Keywords: | is_rtl() |
Focuses: | 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)
#2
@
15 years ago
I see the "wp_mu" in the path. Maybe something left-over from an older installation?
#3
@
15 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)
Note: See
TracTickets for help on using
tickets.
All plugins disabled?