Opened 13 years ago
Closed 13 years ago
#3459 closed defect (bug) (fixed)
BuddyPress 1.5-b2 and WordPress 3.2.1 -> Fatal error: Cannot redeclare add_filter()
Reported by: | cyberwani | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | critical |
Severity: | critical | Version: | 1.5 |
Component: | Core | Keywords: | |
Cc: | cyberwani |
Description
I am using WP3.2.1 with BuddyPress1.5b2. And on acivation it gives the following erro:
Fatal error: Cannot redeclare add_filter() (previously declared in /var/www/wpstd/wp-includes/plugin.php:65) in /var/www/wpstd/wp-includes/plugin.php on line 72
Please! help about this.
Attachments (1)
Change History (5)
#2
in reply to:
↑ 1
@
13 years ago
- Cc cyberwani added
- Resolution invalid deleted
- Status changed from closed to reopened
Replying to boonebgorges:
It sounds like you must have downloaded a corrupted version of WordPress or something. BuddyPress does not declare the function add_filter() anywhere. For this reason, it can't be a BP bug.
Delete your WordPress files, download WP afresh, and reupload them.
This happens while BuddyPress Installation wizard. When installation wizard comes to option "4. Theme" and we selects "Manually update current theme" it displays:
Fatal error: Cannot redeclare add_filter() (previously declared in /var/www/wpstd/wp-includes/plugin.php:65) in /var/www/wpstd/wp-includes/plugin.php on line 72.
And, next time when we selects the "Use BuddyPress Default" in "4. Theme", it works fine and wizard completed fine.
#3
@
13 years ago
- Milestone changed from Awaiting Review to 1.5
- Priority changed from normal to critical
- Severity changed from blocker to critical
Thanks for the additional information. I can now see where the problem is.
FYI, the BuddyPress Template Pack has yet been updated for BP 1.5. It may work, but it may not.
It sounds like you must have downloaded a corrupted version of WordPress or something. BuddyPress does not declare the function add_filter() anywhere. For this reason, it can't be a BP bug.
Delete your WordPress files, download WP afresh, and reupload them.