I enabled wp_debug to true and it writes this:
Notice: Use of undefined constant PUBLISH – assumed ‘PUBLISH’ in /customers/c/a/8/d1uav.com/httpd.www/GK/wp-content/plugins/social-articles/includes/templates/members/single/articles/loop.php on line 17 Notice: Use of undefined constant PENDING – assumed ‘PENDING’ in /customers/c/a/8/d1uav.com/httpd.www/GK/wp-content/plugins/social-articles/includes/templates/members/single/articles/loop.php on line 18 Notice: Use of undefined constant DRAFT – assumed ‘DRAFT’ in /customers/c/a/8/d1uav.com/httpd.www/GK/wp-content/plugins/social-articles/includes/templates/members/single/articles/loop.php on line 19
This line in
parent::setup_nav($main_nav,$sub_nav);
in
t/plugins/social-articles/includes/social-articles-load.php:69)
is making the wp-login.php crash, how can I fix this?
Thanks
Marinela
Plugin Contributor
mconte
(@mconte)
Hi Marianela,
Which version of BuddyPress are you using? I’m working on new version and if it is a bug, I’d like to fix it as soon as posible.
Regards,
Miguel.
BuddyPress Version 1.6.4.
I had an older version and erased it, and installed the new one, and still the same. I don’t know what might the problem be.
This line : parent::setup_nav($main_nav,$sub_nav); has something to do with it. =>
plugins/social-articles/includes/social-articles-load.php
This debug returns when I try to logout
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
wp-login.php on line 368 Warning: Cannot modify header information - headers already sent by (output started at /customers/c/a/8/d1uav.com/httpd.www/GK/wp-content/plugins/social-articles/includes/social-articles-load.php:69) in /customers/c/a/8/d1uav.com/httpd.www/GK/wp-login.php on line 380 Warning: Cannot modify header information - headers already sent by (output started at /customers/c/a/8/d1uav.com/httpd.www/GK/wp-content/plugins/social-articles/includes/social-articles-load.php:69) in /customers/c/a/8/d1uav.com/httpd.www/GK/wp-includes/pluggable.php on line 697 Warning: Cannot modify header information - headers already sent by (output started at /customers/c/a/8/d1uav.com/httpd.www/GK/wp-content/plugins/social-articles/includes/social-articles-load.php:69) in /customers/c/a/8/d1uav.com/httpd.www/GK/wp-includes/pluggable.php on line 698 Warning: Cannot modify header information - headers already sent by (output started at /customers/c/a/8/d1uav.com/httpd.www/GK/wp-content/plugins/social-articles/includes/social-articles-load.php:69) in /customers/c/a/8/d1uav.com/httpd.www/GK/wp-includes/pluggable.php on line 699 Warning: Cannot modify header information - headers already sent by (output started at /customers/c/a/8/d1uav.com/httpd.www/GK/wp-content/plugins/social-articles/includes/social-articles-load.php:69) in /customers/c/a/8/d1uav.com/httpd.www/GK/wp-includes/pluggable.php on line 700 Warning: Cannot modify header information - headers already sent by (output started at /customers/c/a/8/d1uav.com/httpd.www/GK/wp-content/plugins/social-articles/includes/social-articles-load.php:69) in /customers/c/a/8/d1uav.com/httpd.www/GK/wp-includes/pluggable.php on line 701 Warning: Cannot modify header information - headers already sent by (output started at /customers/c/a/8/d1uav.com/httpd.www/GK/wp-content/plugins/social-articles/includes/social-articles-load.php:69
.......
.......
Thanks for your support 🙂
Marinela
Plugin Contributor
mconte
(@mconte)
Hi,
I’m gonna upload a new version on monday. I changed the process to start the plugin and I think it will fix your error.
Keep in touch!
Miguel.
Plugin Author
Broobe
(@broobe_dev)
Hi! Please, try with the new version.
Thanks!