- This topic has 2 replies, 3 voices, and was last updated 4 years, 8 months ago by
danieldekay.
-
AuthorPosts
-
-
April 3, 2017 at 3:07 am #7892
dameerMemberWordPress multisite with Piklist 0.9.9.11 (network activated) and a custom made plugin which creates custom taxonomy and custom post type (network activated as well). Whenever custom post type is either created or edited there’s an admin error saying:
Undefined index: order in "XXXXXX/wp-content/plugins/piklist/includes/class-piklist.php", line 2007On a side note, there’s a clause at the line #2007 (class-piklist.php):
if( ! isset( $a[ 'args' ][ 'order' ] ) && ! isset ($b[ 'args' ][ 'order' ] ) )… but somehow I think it should be:
if( ! isset( $a[ 'args' ][ 'order' ] ) || ! isset ($b[ 'args' ][ 'order' ] ) )…because if either of these two evaluates true then the function itself returns error – an undefined index ‘order’.
Piklist welcome back, hopefully you live again but not as a zombie plugin 🙂
-
April 20, 2017 at 4:42 pm #7940
SteveKeymaster@dameer– Try this release. We rewrote this to work better:
https://github.com/piklist/piklist/releases/tag/0.9.9.13 -
May 24, 2017 at 6:39 am #8258
danieldekayParticipant@Steve – awesome, have the same issue, and will update ASAP.
Would you be interested in supporting updates directly from Github? This plugin allows that: https://github.com/afragen/github-updater
You’d just need to add a line to the plugin header to direct to the Github Page
-
-
AuthorPosts
- You must be logged in to reply to this topic.