Entire file contents not showing

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
craygo
Posts: 6
Joined: Tue Feb 03, 2009 5:22 pm

Entire file contents not showing

Post by craygo »

I have Rapid PHP 2006 Just recently it starting doing something strange. When I open a file through the FTP it seems to be missing part of the file.

Example:
if I copy the file from the server to my local hard drive then open it with Rapid PHP I get this

Code: Select all

      <div id="corporateEventsNav" class="subNav" border=1>

      		<div id="subNavLinkContainer">
            	<a href="/corporate_events/" id="overview">Overview</a>
             | <a href="/corporate_events/menus/" id="menus">Menus</a>
             | <a href="/corporate_events/venues/" id="venues">Venues</a>
          </div>

      </div>
If I open it directly through the ftp in Rapid PHP I get this

Code: Select all

ner">
            	<a href="/corporate_events/" id="overview">Overview</a>
             | <a href="/corporate_events/menus/" id="menus">Menus</a>
             | <a href="/corporate_events/venues/" id="venues">Venues</a>
          </div>

      </div>
Anyone have this happen to them or know how I can fix it??

Thanks

Ray
craygo
Posts: 6
Joined: Tue Feb 03, 2009 5:22 pm

Re: Entire file contents not showing

Post by craygo »

No ideas huh
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Re: Entire file contents not showing

Post by chrisjlocke »

This could have been a bug fixed many moons ago. The FTP side of things has been rewritten in the new version.

Download the latest demo of RapidPHP and see if its fixed in that. No-one else has reported this recently, so it may not be a 'live' issue anymore.
If it does happen again, the name of the FTP server you're using would be helpful. Not all FTP servers are RFC compliant (ie, talk the same language), so it could be more an issue with the FTP server than with RapidPHP.

The first thing to try is the latest version though. It should have no impact on your existing version, so long as you install it in a seperate directory - don't stick it in the same directory as your existing one. (Some people have done ... and cried afterwards....)
Post Reply