Title: &quot;Redefining already defined constructor&quot; error
Last modified: August 21, 2016

---

# "Redefining already defined constructor" error

 *  [Simon Hampel](https://wordpress.org/support/users/sim/)
 * (@sim)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/redefining-already-defined-constructor-error-1/)
 * 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](http://wordpress.org/about/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.
 * [http://wordpress.org/plugins/use-google-libraries/](http://wordpress.org/plugins/use-google-libraries/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Jason Penney](https://wordpress.org/support/users/jczorkmid/)
 * (@jczorkmid)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/redefining-already-defined-constructor-error-1/#post-3995796)
 * Thanks, I’m aware of this. I’ll be removing it.
 *  [another-webmaster](https://wordpress.org/support/users/another-webmaster/)
 * (@another-webmaster)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/redefining-already-defined-constructor-error-1/#post-3995890)
 * Any chance it will be updated soon?
 *  [bassjobsen](https://wordpress.org/support/users/bassjobsen/)
 * (@bassjobsen)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/redefining-already-defined-constructor-error-1/#post-3995891)
 * i also found when activating:
 * Strict Standards: Only variables should be passed by reference in /home/bass/
   Dropbox/testomgeving/jamedotheme/wordpress/wp-content/plugins/use-google-libraries/
   use-google-libraries.php on line 335
 *  Plugin Author [Jason Penney](https://wordpress.org/support/users/jczorkmid/)
 * (@jczorkmid)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/redefining-already-defined-constructor-error-1/#post-3995892)
 * This other warning is due to a WordPress change, and I haven’t figured out exactly
   what’s causing it, but I am aware.
 *  [Chirag Vora](https://wordpress.org/support/users/chirag740/)
 * (@chirag740)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/redefining-already-defined-constructor-error-1/#post-3995908)
 * I’m too getting this one. Any ETA on updates?
 *  Plugin Author [Jason Penney](https://wordpress.org/support/users/jczorkmid/)
 * (@jczorkmid)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/redefining-already-defined-constructor-error-1/#post-3995911)
 * I think I know what needs doing, but I haven’t had any time to do it. Hopefully
   soon.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘"Redefining already defined constructor" error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/use-google-libraries.svg)
 * [Use Google Libraries](https://wordpress.org/plugins/use-google-libraries/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/use-google-libraries/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/use-google-libraries/)
 * [Active Topics](https://wordpress.org/support/plugin/use-google-libraries/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/use-google-libraries/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/use-google-libraries/reviews/)

## Tags

 * [requirements](https://wordpress.org/support/topic-tag/requirements/)
 * [strict standards](https://wordpress.org/support/topic-tag/strict-standards/)

 * 6 replies
 * 5 participants
 * Last reply from: [Jason Penney](https://wordpress.org/support/users/jczorkmid/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/redefining-already-defined-constructor-error-1/#post-3995911)
 * Status: not resolved