tel8618217223380 / restylegc

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

Moved Temporarily - The document has moved here. #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to use iframe and embed calendar.   
2.
3.

What is the expected output? What do you see instead?
Don't see calendar.  Comes up with:
Moved Temporarily
The document has moved here.

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

Please provide any additional information below.
Has been working great except I made no changes an now get Moved
Temporarily message.  If you refresh enough it will show up.  I tried
wphampton's script if you get this message.  However even changing the loop
to run 40 times, some times won't get it to display correctly.

Original issue reported on code.google.com by ewett...@gmail.com on 13 Dec 2009 at 2:07

GoogleCodeExporter commented 9 years ago
Having the same issue. The page I embedded it on is now blank. And when I go to 
the referring embed URL it says "temporarily moved here" -- and then when i 
click on that link, it takes me to an absolutely empty google calendar.

Original comment by jaspryph...@gmail.com on 13 Jun 2014 at 7:14

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The sample on the main RESTYLEgc site is also not working. 

http://www.restylegc.com/#example

Original comment by douggjos...@gmail.com on 6 Jul 2014 at 5:59

GoogleCodeExporter commented 9 years ago
I just comment out the following line:

$pattern = '/src="(.*\.js)"/';
$replacement = 'src="restylegc-js.php?$1"';  
$buffer = preg_replace($pattern, $replacement, $buffer);

It will use the default Google's JS (instead of restylegc's), which I am not 
using anyway.

Original comment by TeraVo...@gmail.com on 16 Dec 2014 at 2:50