Undefined index "display_player_excerpt"
-
I found this error:
Notice: Undefined index: display_player_excerpt in /path/to/plugins/powerpress/powerpress.php on line 220
It only displays on excerpts.
They way I corrected it was to go to the settings and click save. Once I did this, the above mentioned index was written to the db.
I fixed the issue by adding:
&& isset($GeneralSettings['display_player_excerpt'])
to the if statement on line 220 of powerpress.php
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Undefined index "display_player_excerpt"’ is closed to new replies.