Go to your plugin manager and look for "ibProArcade: Crowns in Postbit" at hook "postbit_display_complete". Now you can either disable that specific hook or try to fix it by changing all occurences of $crowns[type] to $crowns['type'] (note that there are single quotes around "type" now) in the PHP code of that hook.
No members have liked this post.
|