PHP 7.2 Fatal error
-
Fatal error: Uncaught Error: [] operator not supported for strings in /wp-content/plugins/smart-popup-blaster/admin/add_cpt.php on line 124
line 124 is:
$show_exclude[] = 'On Entire Site';
just add a line code before it:
$show_exclude = array(); $show_exclude[] = 'On Entire Site';
That’s it.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP 7.2 Fatal error’ is closed to new replies.