- This topic has 1 reply, 1 voice, and was last updated 14 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Troubleshooting › profile error / Redirect error (affiliate plugin error)
TWO seperate issues – inter related
1) I installed the affiliate plugin and now i seem to have problems updating the profile of a logged in user I get an
email error ( i cant reproduce it at this time)
My attempt to fix:
So I deactivated the affiliate program to see if it was conflicting somehow and when i hit deactivate I got this error :
;’;
Warning: Cannot modify header information – headers already sent by (output started at /home/blogpres/public_html/wp-content/plugins/wp-eMember/wp_eMember1.php:2) in /home/blogpres/public_html/wp-includes/pluggable.php on line 868
Line 868 in pluggable.php relates to :
if ( !function_exists(‘wp_redirect’) ) : <– a /**
* Redirects to another page, with a workaround for the IIS Set-Cookie bug.
*
* @link http://support.microsoft.com/kb/q176113/
* @since 1.5.1
* @uses apply_filters() Calls ‘wp_redirect’ hook on $location and $status.
*
* @param string $location The path to redirect to
* @param int $status Status code to use
* @return bool False if $location is not set
*/
I manually removed the affiliate plugin and everything is working fine