So I’ve successfully completed the upgrade and it looks to be all kosher.
I enabled debug mode, ran the upgrade again and looked at the error log which showed me this:
[25-Aug-2016 14:02:16 UTC] PHP Fatal error: Call to a member function sanitize_fields() on a non-object in /home/aquabag/public_html/wp/wp-content/plugins/popup-maker/includes/class-pum-conditions.php on line 154
Looking at that file it’s calling I see this command:
return $this->get_condition( $condition[‘target’] )->sanitize_fields( $condition );;
By modifying I was able to get it to work.
return $this->get_condition( $condition[‘target’] );
Let me know if taking that piece out is a problem or what the best action would be but I did put it back after the upgrade completed. Maybe manual clean up is in order?
Now I see all the new stuff like in the link you added on the last post.
Thanks for all the help!