<?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%3Arandy1963</link>
        <description></description>
        <pubDate>Tue, 28 Apr 2026 17:01:57 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Arandy1963&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Jason] Fatal Error uploading an image</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2214454#post2214454</link>
          <description><![CDATA[I am uploading from the CMS. I found the problem. A file was missing. When uploading the CMS builder files to the server, the uploadForm_functions.php file in the lib/menu/default directory was not uploaded. Now I am having a problem uploading that file - uploadForm_functions.php. When I upload the file, it will not completely upload and stops uploading at around 4.2K everytime. I have tried every possible way to upload the file but nothing works. This is the only file that will not upload. <br /><br />Has anyone had this problem before?<br />]]></description>
          <pubDate>Wed, 21 Dec 2011 13:21:24 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2214454#post2214454</guid>
        </item>
                <item>
          <title>Fatal Error uploading an image</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2214444#post2214444</link>
          <description><![CDATA[When I try to upload an image into the wysiwyg on all pages, this is the error I get: <br /><br />Warning: require_once(lib/menus/default/uploadForm_functions.php): failed to open stream: No such file or directory in /data/10/0/103/119/918771/user/939622/htdocs/cmsAdmin/lib/menus/default/wysiwygUploads.php on line 3 Fatal error: require_once(): Failed opening required 'lib/menus/default/uploadForm_functions.php' (include_path='/data/10/0/103/119/918771/user/939622/htdocs/cmsAdmin:/data/10/0/103/119/918771/user/939622/htdocs/cmsAdmin/3rdParty:.:/usr/services/vux/lib/php') in /data/10/0/103/119/918771/user/939622/htdocs/cmsAdmin/lib/menus/default/wysiwygUploads.php on line 3 <br /><br />------------------------------------------ <br /><br />Here is the code from the top of the page:<br />&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br />   <br /><br />  // load viewer library<br />  $libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br />  $dirsToCheck = array('/data/10/0/103/119/918771/user/939622/htdocs/','','../','../../','../../../');<br />  foreach ($dirsToCheck as $dir) { if (@include_once(&quot;$dir$libraryPath&quot;)) { break; }}<br />  if (!function_exists('getRecords')) { die(&quot;Couldn't load viewer library, check filepath in sourcecode.&quot;); } <br /><br />  // load records<br />  list($home_improvementRecords, $home_improvementMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'home_improvement',<br />    'allowSearch' =&gt; '0',<br />    'limit'       =&gt; '1',<br />  ));<br />  $home_improvementRecord = @$home_improvementRecords[0]; // get first record <br /><br />  // show error message if no matching record is found<br />  if (!$home_improvementRecord) { dieWith404(&quot;Record not found!&quot;); } <br /><br />?&gt; <br /><br />--------------- <br /><br />What could be causing this? <br /><br />Thanks.<br />]]></description>
          <pubDate>Tue, 20 Dec 2011 17:49:58 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2214444#post2214444</guid>
        </item>
              </channel>
    </rss>
  