• I recently upgraded to PHP 5.6 and was having issues with this plugin. I managed to get it working again!

    It requires modifying 4 lines from 3 files.

    Here are the fixes:

    /inc/class-wpvc-base.php on line 153
    Remove the ‘&’ from ‘&$class’

    /inc/class-wpvc-settings.php on line 380
    Remove the ‘&’ from ‘&$this’

    /inc/class-wpvc-countries.php on line 261 & 263
    Remove the ‘&’ from ‘&$this’

    https://ww.wp.xz.cn/plugins/wp-visited-countries/

The topic ‘PHP 5.6 support’ is closed to new replies.