Change line 21 in revslider/includes/framework/base-admin.class.php
from
private static $arrMetaBoxes = ”; //option boxes that will be added to post
to
private static $arrMetaBoxes = array(); //option boxes that will be added to post
Above is Worked for me…