Page 1 of 1

problem with iframe

Posted: Fri Mar 18, 2011 11:12 am
by team mom
We have a wesbite for our organization, so I link our player and game stats from the iscore website via iframe. When I went to the stats today and entered my password, first I got a weird error message (that I failed to copy). After exiting and trying again, I got this message:

"Congratulations!
Your new team website has been created
Now go to the Options screen on your device and press the Export button to update your team's data

If you have any questions, email us directly at support@iscorecentral.com"

If I go directly to the iscore team site, it works fine. Has somethimng changed that would require me to change my iframe coding? I can try the export when I get home from work, but since the iscore site is working OK, I don't think that is the problem.

I am embedding the iscore site using the following code, where XXXXXXXX is my team name:
http://iscorebaseball.com/stats.php?t=XXXXXXXX" onclick="window.open(this.href);return false;
http://iscorebaseball.com/games.php?t=XXXXXXXX" onclick="window.open(this.href);return false;

Re: problem with iframe

Posted: Fri Mar 18, 2011 11:49 am
by FTMSupport
Those should be correct. You may want to try clearing the cache on your browser and trying the website again.

Re: problem with iframe

Posted: Fri Mar 18, 2011 11:49 am
by OhioTex
the syntax looks correct, i just replicated on my safari bowser. no issue..
have you tried other browsers (firefox chrome ie safari) have you tried to reset browser cache?

Re: problem with iframe

Posted: Fri Mar 18, 2011 12:00 pm
by team mom
I cleared history and tried again. I got the error message again and copied it below.

"Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [14] unable to open database file' in /home/content/i/s/c/iscoreftp/html/teambaseball/dologin.php:79 Stack trace: #0 /home/content/i/s/c/iscoreftp/html/teambaseball/dologin.php(79): PDO->__construct('sqlite:/iScore_...') #1 {main} thrown in /home/content/i/s/c/iscoreftp/html/teambaseball/dologin.php on line 79"

Re: problem with iframe

Posted: Fri Mar 18, 2011 12:54 pm
by BlueClawDad
Double-check that you are clearing the cache not the history. History removes the recent websites that you have been to, cache clears all the information, saved pictures, and other stuff that makes the site render faster. Also, once you clear the cache, shut down all instances of the browser and try again.

I had this problem and it worked

Re: problem with iframe

Posted: Fri Mar 18, 2011 1:14 pm
by team mom
I tried from home and am not having the same problem. It must be a problem with the computer at work. I'll figure out how to clear the cache on Monday and hopefully that will fix it. Thanks for the suggestions.