• Resolved fireproofsocks

    (@fireproofsocks)


    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.

    https://www.ads-software.com/extend/plugins/use-google-libraries/

Viewing 1 replies (of 1 total)
  • Plugin Author Jason Penney

    (@jczorkmid)

    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.