Menu

#1255 missing SS1.jpg referenced by medialist.php

v4.0.2
open
nobody
None
5
2008-11-17
2007-01-17
Mark Hattam
No

SVN 740 ... from the html code of the medialist.php page viewed in default "Standard" theme by non-logged in user ...

The SS1.jpg file is not found.

<td id="VU">
<!-- Set your image URL and dimensions here //-->
<img src="SS1.jpg" name='SlideShow' height="300"></td>

IE7/Apache also complains about /phpGedView/css but I can't see that in the page source code this evening.

Mark

Discussion

  • Mark Hattam

    Mark Hattam - 2007-01-17

    Logged In: YES
    user_id=623181
    Originator: YES

    The Apache access log suggests it can't find

    /pgvsvn/phpgedview/css/boxsizing.htc

    the only boxsizing.htc file I can see in a css is here
    behavior: url("css/boxsizing.htc"); /* ie path bug */

    called by the \pgvsvn\phpGedView\modules\slideshow\css\bluecurve.css file

    from here in the page source code
    <link type="text/css" rel="StyleSheet" href="modules/slideshow/css/bluecurve.css" />

    Changing to this
    behavior: url("modules/slideshow/css/boxsizing.htc"); /* ie path bug */
    stops the Apache "unable to find" error.

    However the page is still erroring in IE7 and often fails to be scrollable once rendered.

    Mark

     
  • Greg Roach

    Greg Roach - 2008-11-17
    • milestone: --> v4.0.2
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.