Skip to:
Content

bbPress.org

Opened 12 years ago

Closed 12 years ago

#2196 closed defect (bug) (fixed)

With URI containing port: impossible to submit new topic on front end side

Reported by: michelwppi's profile michelwppi Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.4 Priority: normal
Severity: normal Version: trunk
Component: General - Content Creation Keywords: needs-patch
Cc: team@…, wordpress@…

Description

Back again to test bbPress in multilingual website... ;-)

Context : clean install bbPress Beta 2 - WP 3.5.1 - only bbPress plugin activated

One on MAMP with URI like http://michel-i5-imac.local:8888/wp_svn35x/?forum=premier-forum

One on localhost server (10.8) - http://localhost/wp_svn_35/forums/forum/first-forum/ (multisite WP)

Only on MAMP and visitor side : ERROR: Are you sure you wanted to do that? just after submitting the new topic : red message

ERROR: Are you sure you wanted to do that?

(no error when submitting a new topic in backside (admin side) and none on both side on localhost without port

? front end check nounce error ? PORT issue ? please give indications to good deeper in diagnosis ?

Cheers

Please find enclosed a snapshot.

Attachments (1)

bbPress error.png (121.1 KB) - added by michelwppi 12 years ago.
red error when submitting frontend and PORT

Download all attachments as: .zip

Change History (7)

@michelwppi
12 years ago

red error when submitting frontend and PORT

#1 @alexvorn2
12 years ago

  • Component changed from General to Content Creation

#2 @johnjamesjacoby
12 years ago

  • Keywords needs-patch added
  • Milestone changed from Awaiting Review to 2.4
  • Priority changed from highest to normal
  • Severity changed from major to normal

Moving to 2.4. Not major, but it is annoying for these types of installations.

#3 @michelwppi
12 years ago

  • Cc team@… added
  • Summary changed from With URI containing port: impossible to submit new topic on front end side to bbPress, port in URL issues on front end

Configuration with port is current inside company intranets or for testing (MAMP). WP works well since longtime with port. bbPress is also a main component in BuddyPress used also in intranets (with advantage of open source social tools)) : so 'm a little surprised of the schedule...
bbPress sources are huge... can you give me indications or guidances which files to examine to try to find a solution ? Is nonce concerned ?

Best regards

#4 @michelwppi
12 years ago

  • Summary changed from bbPress, port in URL issues on front end to With URI containing port: impossible to submit new topic on front end side

#5 @MZAWeb
12 years ago

  • Cc wordpress@… added

#6 @johnjamesjacoby
12 years ago

  • Owner set to johnjamesjacoby
  • Resolution set to fixed
  • Status changed from new to closed

In 5029:

In bbp_verify_nonce_request(), add support for local installations that include a port in home_url(). Fixes #2196.

Note: See TracTickets for help on using tickets.