Online Help is not working for me

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Online Help is not working for me

Re: Online Help is not working for me

Post by icuurd12b42 » 26 Feb 2018, 21:03

I've had trouble with cached css and js file... I found the trick is adding a stub c= argument to the url
<link rel="stylesheet" type="text/css" href="styles.css?c=0010">
<script type="text/javascript" src="treeviewdata.js?c=0040"></script>

As you can see I'm at my 40th revision of my js file and the 10th on my css

the same deal would apply to include iframe html files, seems like chrome is very aggressive in caching stuff, the expiry date old trick no longer works for me...

Re: Online Help is not working for me

Post by tank » 26 Feb 2018, 07:49

All except the command links that no longer work from codeboxes

Re: Online Help is not working for me

Post by Ragnar » 25 Feb 2018, 06:54

To clear it up:

This website uses Cloudflare. One of Cloudflare's tasks is to create copies of this website in various locations around the world to ensure high availability and performance (keyword: Content Delivery Network). In doing so, static files such as JS, CSS, images etc. and dynamic files such as HTM are handled differently. Changes to static files are not always immediately transferred to the versions in other locations. For more details, see https://support.cloudflare.com/hc/en-us ... /202775670

I've made changes to frame.htm and content.js, among other things. frame.htm is heavily dependent on content.js. But since content.js is classified by Cloudflare as a static file and frame.htm is not, frame.htm accesses an outdated version of content.js, which in the worst case can cause the page to display incorrectly.

In such cases, it usually helps to force purging the Cloudflare cache (which has been done). But for some reason, the browsers do not immediately recognize this change and must therefore be requested to reset their own cache.
tank wrote:Clearing cache does not work on my android
@ragnar
Since you wrote "Nevermind works now" in the other thread, I assume your issue has been solved?

Re: Online Help is not working for me

Post by tank » 25 Feb 2018, 00:54

Clearing cache does not work on my android
@ragnar

Re: Online Help is not working for me

Post by icuurd12b42 » 24 Feb 2018, 21:24

Clearing Cookies and Cached Image Files worked... Cookies alone did not... since I did Cookies first and it did nothing, the clear Cached Image Files is likely the solution

Thanks!

Re: Online Help is not working for me

Post by Capn Odin » 24 Feb 2018, 20:41

People on the discord server are saying that they have solved it by clearing the storage for the page. (Removing cookies, etc...)

Edit: Tank I don't know if this is relevant but we have had 3 people today having this issue, on discord, So I would assume that it must be a fairly common thing. (I have not had any trouble myself)

Edit 2: or maybe this is more of a joedf thing ?

Edit 3: I must be tired, as it really relates to the docs and since I don't know how they are hosted I cant guess who this should be directed to.

Online Help is not working for me

Post by icuurd12b42 » 24 Feb 2018, 17:58

I'm either getting a
Sorry, an error occurred. Please let us know via the forums.
message or I'm getting a half rendered page

https://snag.gy/tN4aAh.jpg

I'm not entirely sure if the problem is because of where I'm coming and the pages are not routed properly by my provider's DNS lookup... or if the issue is me having a load balancer and my setup is making connection request coming in from different network nodes....

If the guy in charge of the web help pages can chime in, maybe there is a session check happening on the web site end which is a little diffective.

Top