Unfortunately it's in a cms, that I can't really expose. My host company is looking at the problem as I expect there are server issues.
Tim On Mar 24, 5:49 pm, James <james.gp....@gmail.com> wrote: > This sounds more like a server-side issue. Are you running into > highloadissues on yourdatabase, or some kind of connection limit? > Every AJAX request is just a single request and are completely > separate of each request and the page that it's called from. > Do you have some kind of demo page that we can look at? > > On Mar 24, 12:58 pm, Tim <tim.myer...@gmail.com> wrote: > > > I have a website where I pull a lot of different pages into one CMS > > page. The problem is the loaded page will occasionaly say "Nodatabase > > selected". But if I click the link andloadthe page again the content > > will show correctly. > > > Is there a way to check if connection has been made or a way to delay > > theloadby milliseconds? > > > Thanks.