I managed to get rid of this message by looking at the code, and fixing an (apparetly) little bug.
On line 876 of em-install.php, there is a call to a function named is_set
, which looks like it should have been isset
. By changing this, and forcing the upgrade by adding true ||
to the if struct on line 17 it managed to complete the update, and get rid of the message.