"Redefining already defined constructor" error
-
You include a “PHP 4 Compatible Constructor” in your class
JCP_UseGoogleLibraries
In PHP 5.4 with WordPress debug mode turned on, this causes an error to be generated:
Strict standards: Redefining already defined constructor for class JCP_UseGoogleLibraries in … /wp-content/plugins/use-google-libraries/use-google-libraries.php on line 123
According to the WordPress Requirements, WordPress has required at least PHP 5.2.4 since version 3.2
I suggest that you increase your “Requires at least” to 3.2 and drop PHP 4 support – including removing your PHP 4 Compatible Constructor.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘"Redefining already defined constructor" error’ is closed to new replies.