There's a typo in the HTML for the "View Resource" page (on
my install it's this page:
http://localhost/conStruct/view/ )
The href link associated with the string "Browse for resources" starts with
the following string:
"http://localhostsites/all/modules/...."
This should be
"http://localhost/sites/all/modules/..."
Here's a snippet from a view page source of that page with the
offending
=============================
<h2 class="title" style="padding-top:10px;">View Resource</h2>
<br /><p>Resource Identifier:<span style="padding-left:20px;"><input
name="view_uri" id="view_uri" type="text" size="50" /></span><span
style="padding-left:20px;"><input name="" type="submit" value="View"
onclick="window.location = document.getElementById('view_uri').value;"
/></span></p><table><tr><td><img
src="http://localhost/sites/all/modules/conStruct/modules/structView/imgs/view_detailed.png"
/></td><td><a href="http://localhostsites/all/modules/conStruct/modules/structBrowse">Browse
for resources</a></td></tr>
<tr>
<td><img src="http://localhost/sites/all/modules/conStruct/modules/structView/imgs/katomic.png"
/></td><td><a href="http://localhostsites/all/modules/conStruct/modules/structSearch>Search
for resources</a></td>
</tr></table>
Comments
Comment #1
fgiasson commentedFixed.