Skip to:
Content

bbPress.org

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#2213 closed defect (bug) (fixed)

PHP Notice: Undefined index: REQUEST_METHOD in converter.php

Reported by: poorgeek's profile poorgeek 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)

#1 @johnjamesjacoby
11 years ago

  • Milestone changed from Awaiting Review to 2.3

Good catch.

#2 @johnjamesjacoby
11 years ago

  • Component changed from General to Importers
  • Resolution set to fixed
  • Status changed from new to closed

Bail out of converter if there is no request method. Fixes #2213.

#3 @netweb
11 years ago

The commit against this ticket is r4770

Note: See TracTickets for help on using tickets.