Forums

Use Google Libraries
[resolved] PHP Notices on Windows (2 posts)

  1. fireproofsocks
    Member
    Posted 5 months ago #

    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/

  2. Jason Penney
    Member
    Posted 1 month ago #

    Sorry about not getting to this sooner, but I've posted version 1.2.1, which should fix the issue you encountered.

Reply

You must log in to post.

About this Plugin

About this Topic