mgsisk / webcomic

Comic publishing power for the web. Turn your WordPress-powered site into a comic publishing platform with Webcomic.
http://wordpress.org/plugins/webcomic
GNU General Public License v2.0
110 stars 29 forks source link

New "Unidentified index: fields" error #292

Closed sailorptah closed 6 years ago

sailorptah commented 7 years ago

There's a new glitch showing up on my viewer-facing comics posts. Here's a sample URL:

http://leifandthorn.com/comic/grassie-takes-sonheic-lessons-610/

And here's the error (same message 5x in a row):

Notice: Undefined index: fields in /home/erinptah/public_html/leifandthorn/wp-content/plugins/webcomic/webcomic.php on line 1527

Pretty sure line 1527 in the php file is this one:

if ( 'all' === $args[ 'fields' ] and preg_match( '/webcomic\d+_(storyline|character)/', implode( ' ', ( array ) $taxonomies ) ) ) {

I don't know when/why it started. I recently deleted an unrelated plugin, and my webhost had some downtime issues, but neither of those seem related to the character/storyline taxonomies.

Advise please?