#13954 closed defect (bug) (invalid)
is_rtl()
| Reported by: |
|
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:2
hakre
— 3 years ago
I see the "wp_mu" in the path. Maybe something left-over from an older installation?
comment:3
dd32
— 3 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)
All plugins disabled?