missing SS1.jpg referenced by medialist.php
Brought to you by:
canajun2eh,
yalnifj
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
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