Opened 16 years ago
Closed 16 years ago
#2053 closed defect (bug) (no action required)
Status Update PHP Warning
| Reported by: | lucasajackson | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Version: | ||
| Severity: | Keywords: | reporter-feedback | |
| Cc: |
Description
Whenever I do a status update I get the following message:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/stealth3/public_html/blog/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/ajax.php:142) in /home/stealth3/public_html/blog/wp-content/plugins/easy-contact/econtact.php on line 112
I am using BuddyPress 1.2.1
Change History (4)
#2
in reply to: ↑ 1
@
16 years ago
Replying to sbrajesh:
Disable easy-contact plugin or
comment line number 412 of econtact.php.
Easy contact tries to create its won session causing isssues with Buddypress. I don't think It as Buddpress issue, rather it should be considered as an issue with easy-contact.
Disabling easy contact or commenting that line will make it work.
Read Buddpress as BuddyPress, damn typo.
#4
@
16 years ago
- Resolution → invalid
- Status new → closed
Brajesh is right. This is not a BP bug.
I haven't tested this, but the Easy Contact plugin should check if the session id instead of $_SESSION.
Change lines 111-112 in easy-contact.php to:
if (!session_id()) session_start();
I'm marking this as invalid. But feel free to continue posting.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Disable easy-contact plugin or
comment line number 412 of econtact.php.
Easy contact tries to create its won session causing isssues with Buddypress. I don't think It as Buddpress issue, rather it should be considered as an issue with easy-contact.
Disabling easy contact or commenting that line will make it work.