Redefining already defined constructor for class VisitorCountry
-
I get the PHP error:
Strict standards: Redefining already defined constructor for class VisitorCountry in /wp-content/plugins/visitor-country/visitor-country.php on line 45
This can be fixed by making sure the PHP5 __construct() method is before the PHP4 VisitorCountry() method (i.e. swap the order of the methods round in the code).
- The topic ‘Redefining already defined constructor for class VisitorCountry’ is closed to new replies.