#2213 closed defect (bug) (fixed)
PHP Notice: Undefined index: REQUEST_METHOD in converter.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.3 | Priority: | normal |
| Severity: | normal | Version: | trunk |
| Component: | API - Importers | Keywords: | |
| Cc: |
Description
I haven't run across this error directly in the app, but using bbPress 2.3b2 with wp-cli results in the following warning message any time a command is run:
$ wp plugin status bbpress
PHP Notice: Undefined index: REQUEST_METHOD in /var/www/wp/wp-content/plugins/bbpress/includes/admin/converter.php on line 30
Notice: Undefined index: REQUEST_METHOD in /var/www/wp/wp-content/plugins/bbpress/includes/admin/converter.php on line 30
Plugin bbpress details:
Name: bbPress
Status: Active
Version: 2.3-beta2
Author: The bbPress Community
Description: bbPress is forum software with a twist from the creators of WordPress.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Good catch.