Moronika
The community forum of ThreeStooges.net

Errors on individual short pages

0 Members and 1 Guest are viewing this topic.

Offline falsealarms

On the individual episode pages, I get this running Safari 3.0.4 on OS X 10.4.11

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /services5/webpages/t/h/threestooges.net/public/episode.php on line 62

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /services5/webpages/t/h/threestooges.net/public/episode.php on line 165


Offline Dunrobin

  • (Rob)
  • Administrator
  • Spongehead
  • ******
  • Webmaster
    • The Three Stooges Online Filmography
I don't know if it's something about Safari, but I'm not seeing those errors in Internet Explorer, Firefox or Opera on Windows XP.  Can you give me some more info?  What episode were you trying to view, and how where you trying to get to it?  (In other words, did you click on a link on the Home page, for example, or the Filmography page, or did you use the pulldown menu in the top frame?) 

Any additional info you can give me will help me track down the error.  Based on what you reported, it looks as though the episode's ID wasn't passed along to the script, so I'm guessing there is a broken link somewhere.


Offline falsealarms

I've tried viewing a few of the individual pages -- Bubbble Trouble and Baby Sitters Jitters come to mind - and most of the page is blank or error filled. Here's a screenshot - and while it's still in beta on the Windows side, Apple has recently made Safari available for Windows too (http://www.apple.com/safari/download/). I suppose it could just be a Mac Safari issue, however.

SCREENSHOT FROM ME: http://img123.imageshack.us/img123/8272/errorstt3.png

I've since tested the site with Camino 1.5.3, a Mac browser based off of the same engine that runs Firefox 2.0.0.9, and there's NO problems using that... so it must be a Safari 3 thing? I had no problems using Safari 2, but something has gone bazerk. Safari supports more standards than any other browser too.

It's not a huge deal to me, but Safari's market share is growing (at ~5%, it's certainly surpassed Opera) so it may be something to look into.

Here's what "view source" says on the individual ep pages:


<meta http-equiv="Content-Type"  content="text/html; charset=UTF-8">
<html>

<head>

<title>ThreeStooges.net: The Three Stooges Online Filmography</title>
<LINK REL="SHORTCUT ICON" HREF="http://threestooges.net/Favicon.ICO">
<link rel="stylesheet" type="text/css" href="/forums/Themes//style.css">

<Meta name="Description" content="ThreeStooges.net is the home of The Three Stooges Online Filmography, a complete film history covering the careers of The Three Stooges, from 1930 to 1975.">
<Meta name="Keywords" content="Three Stooges, Moe Howard, Larry Fine, Curly Howard, Shemp Howard, Joe Besser, Joe DeRita, Ted Healy, slapstick, pie fights, comedy, classic">

<!-- Start Quantcast tag -->
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<script type="text/javascript">
_qacct="p-93Tze93WFX4-M";quantserve();</script>
<noscript>
<img src="http://pixel.quantserve.com/pixel/p-93Tze93WFX4-M.gif" style="display: none" height="1" width="1" alt="Quantcast"/></noscript>
<!-- End Quantcast tag -->

</head>

<frameset rows="113,*" marginwidth="0" marginheight="0" framespacing="0" border="false" frameborder="0">

   <frame src="topframe.php" name="topframe" scrolling="no" noresize topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0" marginwidth="0" marginheight="0" framespacing="0" border="false" frameborder="0">

   <frame name="main" noresize scrolling="auto" src="home.php" topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0" marginwidth="0" marginheight="0" framespacing="0" border="false" frameborder="0">

<frameset>

<BODY topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0" marginwidth="0" marginheight="0" border="false" frameborder="0" bgcolor="#ffffff">

<font size=+2 color="#ff0000">You must be using a frame capable browser to view this template.</font>
</body>

</html>


Offline Dunrobin

  • (Rob)
  • Administrator
  • Spongehead
  • ******
  • Webmaster
    • The Three Stooges Online Filmography
Thanks for the link to the Safari download.  I wasn't aware that they were developing a Windows version of it.  I like to have different browsers available so I can see what others are seeing.   ;)

I'm guessing that you are navigating to the individual episode pages by using the alphabetical pull-down list in the top frame?  It seems that Safari is not passing along the ID value from that menu, for some reason, so when the episode page loads it doesn't know what to load.  I just modified the episode page script to default to the first item ("Woman Haters") if it doesn't get the ID, so at least you won't get a page full of errors.  Now I just have to find out why Safari isn't passing along the ID value.  (It work's fine in IE, Firefox and Opera, so it's got to be a Safari fluke.  I also noticed that the Windows version of Safari doesn't do that great a job with the CSS styling so far.)

For now, you can navigate to individual episodes through the Filmography page, and I am going to make a separate page with a simple alphabetical list of the episodes today as well (something I've been meaning to do anyway), which will make it a little easier for you until I can find out if there is a work around for the menu problem in Safari.


Offline Dunrobin

  • (Rob)
  • Administrator
  • Spongehead
  • ******
  • Webmaster
    • The Three Stooges Online Filmography
I've added an Alphabetical Filmography List, which can be filtered by Stooges Team.  It can be accessed through the pull down site menu in the top frame, and on the site menu at the top of each page, under Filmography.


Offline falsealarms

I've added an Alphabetical Filmography List, which can be filtered by Stooges Team.  It can be accessed through the pull down site menu in the top frame, and on the site menu at the top of each page, under Filmography.

If I access them through there (alpha list) then it all works fine in Safari 3.

I'm surprised about poor CSS styling - I'm not a developer, but I've never heard that complaint of Safari. I think Safari 2+ and Opera 9+ are the only browsers to pass the strict Acid2 test (http://en.wikipedia.org/wiki/Acid_2 and http://www.webstandards.org/files/acid2/test.html)