Hello
I have a web database on R5 that was working just fine. The database was offline for sometime and now I wanted to bring that back online on R6 and I am having issues.
I have a bunch of pages within the database rendered as HTML pages which use Image resources as well.
Now on R6 the Images do not appear. Also, the link to other pages from the Home page do not work. When I click on the link (which is another ‘page’ in the database) I get the error
Http Status Code: 404
Reason: File not found or unable to read file
I have done a lot of searching for any hints, but I can not find any. Your help if really appreciated
Regards
-S
Subject: Web Enabling Notes database - R5 to R6
Hi,I guess that you have not copied the images from R5 server to R6 server.
Also try importing the images in image resources.
Thanks
Sushant
Subject: RE: Web Enabling Notes database - R5 to R6
Thanks, but I think I have done all of that…
I have pasted the Home page HTML below. This is basically a page and this page is set to launch as the dB is launched on the web.
The below references in the HTML are all pages as well.
-
Projects.html
-
Comparison.html
-
Goldnotes.html
The image Logo.nsf is a image resource.
Title
.style1 {
text-align: center;
font-family: Verdana;
color: #000080;
}
.style2 {
color: #000000;
font-size: small;
}
.style3 {
background-color: #FFFFFF;
}
.style4 {
color: #000000;
font-size: small;
background-color: #FFFFFF;
}
.style5 {
border: 1px solid #D3D3D3;
}
.style6 {
color: #D3D3D3;
}
.style8 {
font-size: x-small;
}
.style9 {
font-family: Verdana;
border: 2px solid #FFFFFF;
background-color: #D3D3D3;
}
.style10 {
border: 2px solid #FFFFFF;
color: #FFFFFF;
font-family: Verdana;
background-color: #808080;
}
<tr>
<td class="style1" valign="middle">
<img alt="Image Tag" height="28" src="Logo.JPG" width="141" /><br />
<span class="style2">Heading</span></td>
</tr>
<caption class="style6">Blank</caption>
<tr>
<td colspan="2">
<table style="width: 100%">
<tr class="style8">
<td class="style9" style="width: 25%">Leads</td>
<td class="style10" style="width: 25%"><a href="Projects.html">Projects</a></td>
<td class="style10" style="width: 25%"><a href="Goldnotes.html">Goldnotes Etc.</span></a></td>
<td class="style10" style="width: 25%">
<a href="Comparison.html">Comparison Chart</span></a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="height: 169px"></td>
<td class="style5" style="width: 30%; height: 169px"></td>
</tr>
<tr>
<td style="height: 175px"></td>
<td class="style5" style="width: 30%; height: 175px"></td>
</tr>
<tr>
<td style="height: 183px"></td>
<td class="style5" style="width: 30%; height: 183px"></td>
</tr>