Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 10 replies, 3 voices, and was last updated 13 years ago by
klaske vd vegt.
-
AuthorPosts
-
07/30/2013 at 4:40 am #266095
Klaske vd Vegt
ParticipantHi after installing pro pack…. and login I getting a message. What to do now?
Warning : Missing argument 2 voor Connections_Link :: processLinkOnLogin () lijn 398 Waarschuwing : Kan header informatie niet wijzigt – headers already sent by (output started op in / home/klaskhc85/domains/klusjeerop.nl/public_html/wp-includes/pluggable.php on line 876
Klaske
07/30/2013 at 2:19 pm #266122Steven Zahm
Keymaster@ klaske vd vegt
It seems that another plugin is not properly hooking into the
wp_loginaction hook in WordPress which is causing Link to fail. You’ll have to deactivate plugins one at a time until the error goes away. After the error goes away, that will be the plugin causing the conflict. please let me know which plugin that is causing the conflict. I hope that helps.07/30/2013 at 4:55 pm #266129klaske vd vegt
GuestHi Steven it is this plugin “Connections Link” i deactivate him .
07/30/2013 at 8:08 pm #266145Steven Zahm
Keymaster@ klaske vd vegt
No, Link is not the problem, it is an error with another plugin that is causing the problem. Activate Link and then deactivate plugins one at a time until the error goes away. When the error goes away, the plugin you deactivated last is the plugin causing the problem.
07/31/2013 at 2:26 am #266151klaske vd vegt
GuestHi Steve i am sorry the problem is “connections” and “connections link”
07/31/2013 at 4:32 pm #266177Steven Zahm
Keymaster@ klaske vd vegt
You still receive the error when all other plugins are deactivated?
May I have a temp admin account?07/31/2013 at 5:34 pm #266197klaske vd vegt
GuestHi Steve you want my admin login?
07/31/2013 at 8:28 pm #266201Steven Zahm
Keymaster@ klaske vd vegt
I do not need your login, jut an account with admin privileges that you can later delete. But if giving me your account is fine, that will work too.
08/01/2013 at 1:34 am #266207klaske vd vegt
GuestHi i sent a email with the admin login.
08/01/2013 at 12:37 pm #266224Steven Zahm
KeymasterI found the issue. It was actually a bug in the theme. The bug is in the
login.phpfile found here:../PennyTheme/lib/login_register/login.php.On line 385 they are calling the
wp_loginaction, but they are nor passing the$userobject which causes Link to fail as it needs that object and they really should be passing it. This would break any plugin that relies on that object in this action.I fixed the file by changing this:
do_action('wp_login', $user_login);To this:
do_action('wp_login', $user_login, $user);That should fix it.
If you have a few minutes, I would truly appreciate a review. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connections -
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
