PHP 7 Errors
-
In ns-cloner.php, there are two php 7 errors.
Please update line 976 from:
global $$section_classname;
to
global ${$section_classname};
Also update line 996 from:
global $$section_classname;
to
global ${$section_classname};
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘PHP 7 Errors’ is closed to new replies.