tel8618217223380 / restylegc

Automatically exported from code.google.com/p/restylegc
0 stars 0 forks source link

Google Chrome no longer displays restylegc #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Going to our website using Google Chrome

What is the expected output? What do you see instead?

Nothing is output

What version of the product are you using? On what operating system?

Apple OS 10.7.5
Google Chrome Version 35.0.1916.114

restylegc 1.1.2

Please provide any additional information below.

Original issue reported on code.google.com by jledbet...@chanticleer.org on 29 May 2014 at 12:52

GoogleCodeExporter commented 9 years ago
This was solved in another post: 

google changed the path for some of their resources.

In file restylegc-js.php line 19, replace
  $url = "https://www.google.com/calendar/" . $_SERVER['QUERY_STRING'];
with
  $url = "https://www.google.com/calendar/static/" . $_SERVER['QUERY_STRING'];

Seems to work for me -- hope it does for you also

Original comment by jledbet...@chanticleer.org on 29 May 2014 at 5:25

GoogleCodeExporter commented 9 years ago
Perfect. Fix works for me.

Original comment by jdtop...@gmail.com on 4 Jun 2014 at 5:27