Limited bandwidth ?

Status
Not open for further replies.

gonoudeg

New Member
Messages
1
Reaction score
0
Points
1
Ive been setting up a "Webtree" site with your free hosting in the last 4/5 days , everything has worked fantastically and your site is the only one i could get to work because of your great scripting for "webtrees" :)

But now my site is almost finished , but i added some modules as the finishing touch and now the page doesnt load everything (there isnt much to load) i just get the spinning loading icon , but when removed , it works fine again ?

Is this down to some limitation with free hosting ? i find it hard to believe this , as my site is a very small family tree site , i dont really want to look for other hosting options , as yours was perfect , until this last glitch , which prevents me from finishing/publishing the site

Any info / feedback would be great , thanks
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
It's more than likely an error trying to fetch the new stuff you've added to the page. Unless the AJAX (JavaScript) request code has a timeout built in that reports the status code, you'll have to use your browser's developer tools to see what the problem actually is. It's very likely running into a 400-series error (either requesting the wrong URL or running afoul of the server's security settings), but not telling you what the problem is. (Most of the AJAX code I've seen, including that in some major libraries, fails to fail properly, so when things go wrong you're just left with a page full of spinner icons and things that are highlighted because they were new when you first loaded the page an hour ago.)

It's not a bandwidth problem, in any case, and you may have to deal with the support for your software package in order to straighten it out. That may mean having to get something on your Free Hosting account tweaked, but until you figure out what needs to change, it's not really a Free Hosting support issue; it's a software issue.
 
Status
Not open for further replies.
Top