bpiwowar / papercite

Bibtex plugin for wordpress
http://www.bpiwowar.net/software/papercite/
GNU General Public License v2.0
42 stars 47 forks source link

Installation - header complaints by WP #147

Closed matthewc100 closed 4 years ago

matthewc100 commented 4 years ago

After activation, I got the following:

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /---server---/sl.coblentz/libraries/libraries/wp-content/plugins/papercite/papercite.classes.php on line 485

Warning: Cannot modify header information - headers already sent by (output started at /---server---/sl.coblentz/libraries/libraries/wp-content/plugins/papercite/papercite.classes.php:485) in /hermes/bosnacweb02/bosnacweb02bf/b1369/sl.coblentz/libraries/libraries/wp-includes/functions.php on line 6029

Warning: Cannot modify header information - headers already sent by (output started at /---server---/sl.coblentz/libraries/libraries/wp-content/plugins/papercite/papercite.classes.php:485) in /hermes/bosnacweb02/bosnacweb02bf/b1369/sl.coblentz/libraries/libraries/wp-admin/includes/misc.php on line 1252

Warning: Cannot modify header information - headers already sent by (output started at /---server---/sl.coblentz/libraries/libraries/wp-content/plugins/papercite/papercite.classes.php:485) in /hermes/bosnacweb02/bosnacweb02bf/b1369/sl.coblentz/libraries/libraries/wp-admin/admin-header.php on line 9

Warning: Cannot modify header information - headers already sent by (output started at /---server---/sl.coblentz/libraries/libraries/wp-content/plugins/papercite/papercite.classes.php:485) in /hermes/bosnacweb02/bosnacweb02bf/b1369/sl.coblentz/libraries/libraries/wp-includes/option.php on line 961

Warning: Cannot modify header information - headers already sent by (output started at /---server---/sl.coblentz/libraries/libraries/wp-content/plugins/papercite/papercite.classes.php:485) in /hermes/bosnacweb02/bosnacweb02bf/b1369/sl.coblentz/libraries/libraries/wp-includes/option.php on line 962

(I deleted the actual server address - if you need it, message me at mcoblentz @ comcast.net).

I can't tell if this is a big issue or not; but I thought I would bring it to your attention. matt

digfish commented 4 years ago

Hello @matthewc100 , thanks for letting us know this issue. Can you please inform which PHP and Wordpress you are using ? In my local environment, I'm using PHP 7.3 with Wordpress 5.4, and I'm not able to reproduce the error. Anyone, since the warning message is very explicit, I've modified the line and committed to the github. Update your version with the one in the github:

I will update the plugin repo on Wordpress when after you successfully apply the update.

Best regards, Samuel

matthewc100 commented 4 years ago

Hello Samuel,

I’m using PHP 7.3.2 and WP 5.3.2.  I have updated the plug-in and it installed & activated with no errors.  I’ll start playing with it and give you any feedback. 

Thanks for being so responsive on this.  I look forward to working with this a lot.

Matt

(I’m uploading/digitizing my master’s portfolio work.  Here’s a page: http://libraries.coblentzclan.com/libraries/my-eportfolio-in-information-science/library-plan-for-a-corporate-digital-library/)

From: digfish notifications@github.com Reply-To: bpiwowar/papercite reply@reply.github.com Date: Monday, March 9, 2020 at 12:21 PM To: bpiwowar/papercite papercite@noreply.github.com Cc: "mcoblentz@comcast.net" mcoblentz@comcast.net, Mention mention@noreply.github.com Subject: Re: [bpiwowar/papercite] Installation - header complaints by WP (#147)

Hello @matthewc100 , thanks for letting us know this issue. Can you please inform which PHP and Wordpress you are using ? In my local environment, I'm using PHP 7.3 with Wordpress 5.4, and I'm not able to reproduce the error. Anyone, since the warning message is very explicit, I've modified the line and committed to the github. Update your version with the one in the github: https://github.com/bpiwowar/papercite/archive/0.5.23.tar.gz . .I will update the plugin repo on Wordpress when after you successfully apply the update. Best regards, Samuel

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

digfish commented 4 years ago

Updated repository in Wordpress Plugins directory.

AlexanderWillner commented 4 years ago

Some feedback / update here: