How can I fix RevSlider Fatal error in dashboard after upgrading to PHP 7


Please update below code in plugin file. It’s temporary solution only, you need to contact plugin support team.


path: revslider/includes/framework/base-admin.class.php

private static $arrMetaBoxes = '';   

to 

private static $arrMetaBoxes = array();

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s