<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3Awebappsi</link>
        <description></description>
        <pubDate>Fri, 15 May 2026 00:18:57 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Awebappsi&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>thumbs not showing after upgrade</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244635#post2244635</link>
          <description><![CDATA[<p>I recently upgraded from 2.5x version 3.5x. </p>
<p>After the upgrade I noticed all the pictures were not showing. I checked the path for these images and noticed the url for the images are not being parsed correctly. </p>
<p>e.g. if the code</p>
<pre class="language-markup"><code>&lt;a href="<a href="http://xxxwww.com/building.php?building=" rel="nofollow">http://xxxwww.com/building.php?building=</a>&lt;?php echo $record['name'];?&gt;"&gt;&lt;img src="/cmsAdmin/uploads&lt;?php echo $upload['thumbUrlPath'] ?&gt;" width="185" height="148" alt='' /&gt;&lt;/a&gt;&lt;br/&gt;</code></pre>
<p>should return the following image url </p>
<pre class="language-markup"><code><a href="http://xxxwww.com/cmsAdmin/uploads/thumb/image.jpg" rel="nofollow">http://xxxwww.com/cmsAdmin/uploads/thumb/image.jpg</a></code></pre>
<p>However it returns</p>
<pre class="language-markup"><code><a href="http://xxxwww.com/cmsAdmin/uploads//thumbimage.jpg" rel="nofollow">http://xxxwww.com/cmsAdmin/uploads//thumbimage.jpg</a></code></pre>
<p>The trailing slash is missing while another slash is prepended to the image path. </p>
<p>I peeked into the database. The path is correctly defined and stored in the db table. </p>
<p>Can you please advice, what might be the issue and how can this be fixed?</p>
<p>Thanks in advance. </p>

<p>Webappsi</p>]]></description>
          <pubDate>Wed, 15 Apr 2020 09:56:05 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244635#post2244635</guid>
        </item>
              </channel>
    </rss>
  