<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Images not appearing after installation</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Images not appearing after installation]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 23:37:48 +0000</pubDate>
  <lastBuildDate>Fri, 29 Sep 2006 16:19:56 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=21424</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Images not appearing after installation : It could also be that common database...]]></title>
   <link>https://forums.webwiz.net/images-not-appearing-after-installation_topic21424_post114746.html#114746</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 21424<br /><strong>Posted:</strong> 29&nbsp;September&nbsp;2006 at 4:19pm<br /><br />It could also be that common database queries such as image location is cached in the web servers memory, if you run the forum before the database is created it may cache the wrong information.<br><br>Logging into the admin section and updating the forum configuration page will force the server to reload in the data into it's memory.<br>]]>
   </description>
   <pubDate>Fri, 29 Sep 2006 16:19:56 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/images-not-appearing-after-installation_topic21424_post114746.html#114746</guid>
  </item> 
  <item>
   <title><![CDATA[Images not appearing after installation : Everything is working now. I...]]></title>
   <link>https://forums.webwiz.net/images-not-appearing-after-installation_topic21424_post114725.html#114725</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23720">PedroArvy</a><br /><strong>Subject:</strong> 21424<br /><strong>Posted:</strong> 29&nbsp;September&nbsp;2006 at 1:43am<br /><br />Everything is working now.<DIV>I think this is what happened.</DIV><DIV>I installed the product and then tried to use it.</DIV><DIV>However, since the database was not installed, strImagePath was not set so pages were displaying without images.</DIV><DIV>Then when&nbsp;I created the database, old cached versions of those pages were appearing.</DIV><DIV>It worked when I rebooted my machine.</DIV><DIV></DIV>]]>
   </description>
   <pubDate>Fri, 29 Sep 2006 01:43:36 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/images-not-appearing-after-installation_topic21424_post114725.html#114725</guid>
  </item> 
  <item>
   <title><![CDATA[Images not appearing after installation : Images are shown correctly from...]]></title>
   <link>https://forums.webwiz.net/images-not-appearing-after-installation_topic21424_post114694.html#114694</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 21424<br /><strong>Posted:</strong> 28&nbsp;September&nbsp;2006 at 3:52pm<br /><br />Images are shown correctly from 'out the box' as you say.<br><br>The path to the images is set as 'forum_images' in the database by default. If the forum isn't finding the images it sounds like you have done something to the database.<br><br>To make it simpler for skins to be implement you can set the path to the forums image folder from the skins page in the admin area. If you go to the skins page in the admin area you can reset the path to teh forums image folder.<br>]]>
   </description>
   <pubDate>Thu, 28 Sep 2006 15:52:42 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/images-not-appearing-after-installation_topic21424_post114694.html#114694</guid>
  </item> 
  <item>
   <title><![CDATA[Images not appearing after installation : I have just installed version...]]></title>
   <link>https://forums.webwiz.net/images-not-appearing-after-installation_topic21424_post114660.html#114660</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23720">PedroArvy</a><br /><strong>Subject:</strong> 21424<br /><strong>Posted:</strong> 28&nbsp;September&nbsp;2006 at 5:59am<br /><br />I have just installed version 8.04 and <a href="http://127.0.0.1/d&#111;nate/forum/default.asp" target="_blank">forum/default.asp</A>&nbsp;does not show any images.<DIV>&nbsp;</DIV><DIV>I have looked at the source and all images have the tag:</DIV><DIV>&nbsp;</DIV><DIV>src="&lt;% = strImagePath %&gt;stats_bar.gif"</DIV><DIV>&nbsp;</DIV><DIV>And&nbsp;strImagePath seemed to be empty.</DIV><DIV>&nbsp;</DIV><DIV>So I searched for every instance of:</DIV><DIV>&nbsp;</DIV><DIV>strImagePath = </DIV><DIV>&nbsp;</DIV><DIV>and found 4 instances which I changed to:</DIV><DIV>&nbsp;</DIV><DIV>strImagePath = "forum_images" </DIV><DIV>&nbsp;</DIV><DIV>This does not help, the path is still empty:</DIV><DIV>&nbsp;</DIV><DIV>src="stats_bar.gif"</DIV><DIV>&nbsp;</DIV><DIV>So my questions are:</DIV><DIV>&nbsp;</DIV><DIV>1. Why dont images display correctly for an out of the box version of the software</DIV><DIV>&nbsp;</DIV><DIV>2. How do you change strImagePath</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>I must be doing something really stupid here</DIV>]]>
   </description>
   <pubDate>Thu, 28 Sep 2006 05:59:05 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/images-not-appearing-after-installation_topic21424_post114660.html#114660</guid>
  </item> 
 </channel>
</rss>