papercite icon indicating copy to clipboard operation
papercite copied to clipboard

Does not work with PHP 8.x

Open kbalog opened this issue 2 years ago • 2 comments

Apparently, the issue is accessing strings with curly braces: https://wordpress.org/support/topic/papercite-error-php8/

kbalog avatar Aug 16 '22 14:08 kbalog

Yes, replacing the {0} with [0] on lines 179, 191, 248, and 253 in BibTex_osbib.php fixed this issue!

hansoleorka avatar Apr 23 '23 19:04 hansoleorka

The papercite version distributed at https://wordpress.org/plugins/papercite/ is still version 0.5.18 which does not work anymore with PHP8.0

I made a fix here: https://github.com/digfish/papercite/pull/1

How can this be re-integrated?

dewagter avatar Jul 30 '24 22:07 dewagter