Opened 15 years ago
Closed 15 years ago
#3005 closed defect (bug) (duplicate)
Initial activation dies on single WP
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 1.5 | Priority: | critical |
| Severity: | Version: | ||
| Component: | Core | Keywords: | |
| Cc: |
Description
The activation routine bp_loader_activate() calls the function get_blog_option() (for a legacy theme check), which is undefined on WP single. As a result, the plugin cannot be activated for the first time on a fresh WP installation.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Weird, on a second attempt, it worked fine. Going to investigate more.