Opened 16 years ago
Closed 16 years ago
#3005 closed defect (bug) (duplicate)
Initial activation dies on single WP
| Reported by: | boonebgorges | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.5 |
| Component: | Core | Version: | |
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Weird, on a second attempt, it worked fine. Going to investigate more.