Title: [Plugin: Use Google Libraries] PHP Notices on Windows
Last modified: August 20, 2016

---

# [Plugin: Use Google Libraries] PHP Notices on Windows

 *  Resolved [fireproofsocks](https://wordpress.org/support/users/fireproofsocks/)
 * (@fireproofsocks)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-use-google-libraries-php-notices-on-windows/)
 * Using version 1.2 of the plugin, I had one user get PHP notices on his Windows
   server re line 154 of the plugin’s php file:
 * `( ( isset( $_SERVER['HTTPS'] ) and $_SERVER['https'] !='' and $_SERVER['HTTPS']!
   = 'off' )`
 * It said the index ‘https’ was not defined, so I edited the code to this (in CAPS):
 * `( ( isset( $_SERVER['HTTPS'] ) and $_SERVER['HTTPS'] !='' and $_SERVER['HTTPS']!
   = 'off' )`
 * I don’t think that has anything to do with the server — PHP array indexes are
   case sensitive.
 * [http://wordpress.org/extend/plugins/use-google-libraries/](http://wordpress.org/extend/plugins/use-google-libraries/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jason Penney](https://wordpress.org/support/users/jczorkmid/)
 * (@jczorkmid)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-use-google-libraries-php-notices-on-windows/#post-2483251)
 * Sorry about not getting to this sooner, but I’ve posted version 1.2.1, which 
   should fix the issue you encountered.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Use Google Libraries] PHP Notices on Windows’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jason Penney](https://wordpress.org/support/users/jczorkmid/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-use-google-libraries-php-notices-on-windows/#post-2483251)
 * Status: resolved