wp-signup.php errors – what should occur?
-
PHP Warning is generated when /wp-signup.php is accessed (mostly by spam bots). No white space outside of php closing tags in header.php. Should /wp-signup.php result in an blank page or the registration form (or redirect to /register)? I could delete /wp-signup to remove the errors but I’d like to understand how bp is designed to work. Is it a config file issue? What is the fix? Thanks!
PHP Warning: Cannot modify header information - headers already sent by (output started at xxxx/bp-sn-parent/header.php:3) in xxxx/wp-includes/pluggable.php on line 865
See PHP warning and display of Registration Form:
http://ttacconnect.org/wp-signup.php
http://memomu.com/wp-signup.php
See no Warning and no Registration Form (blank page). I believe is the proper default behavior:
http://nourishnetwork.com/wp-signup.php
http://morgansjourney.org/wp-signup.php
http://poetrypress.org/wp-signup.php
wpmu 2.8.6 with active plugins on main bp site:
bp 1.1.3, bp-groupblog, auto group join, Group Forum Subscripton, bad behavior, google analytics
- The topic ‘wp-signup.php errors – what should occur?’ is closed to new replies.