Hi,
I have just upgraded to 2008 version of RapidPHP (9.2.0.100).
Apart from losing all my project definitions (never mind, I recreated them... all other settings were transferred correctly, as described in the upgrade instructions), it's not longer possible to connect to my FTP server.
An error box is displayed with a message about something like 'found limit entry for user...', which obviously is a simple information message issued by the FTP server after logon, it's certainly no reason to abort. Connection with other programs works (I can see the message mentioned above on the terminal too).
What can I do to make it work in RapidPHP?
Thanks,
Kybos
FTP connections error after upgrade to 2008
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
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;
- chrisjlocke
- Top Contributor
- Posts: 995
- Joined: Mon Aug 01, 2005 4:12 pm
- Location: Essex, UK
- Contact:
Re: FTP connections error after upgrade to 2008
Do you know what FTP server (ie, software make / version) you're connecting to? What is the exact error you're getting?
Out of interest, you mention you upgraded to v9.2 - what version did you upgrade from ?
Out of interest, you mention you upgraded to v9.2 - what version did you upgrade from ?
Re: FTP connections error after upgrade to 2008
I upgraded from version 8 something (I don't have the exact version number any more as I uninstalled the old version prior to installing the new one, but it was the latest version of the 8 or 2007 series).
I'm afraid I have no idea about the make of the FTP server.
After some research I would say it's proftpd.
The log from a (successful) FTP logging:
ftp> open ftp.xxx.xx
Verbindung mit ftp.xxx.xx wurde hergestellt.
220 ftp server ready
Benutzer (ftp.xxx.xx:(none)): xxx@xxx.xx
331 Password required for xxx@xxx.xx.
Kennwort:
Oct 28 20:42:47 mod_quotatab/1.2.13[8997]: found limit entry for user xxx@
xxx.xx'
Oct 28 20:42:50 mod_quotatab/1.2.13[8997]: found tally entry for user xxx@
xxx.xx'
230 User xxx@xxx.xx' logged in.
RapidPHP brings up the error dialog with the text of the first message above ("found limit entry...") and cancels the connection.
As stated, it's no problem connecting with other programs (browsers, Total commander).
Thanks for your time.
I'm afraid I have no idea about the make of the FTP server.
After some research I would say it's proftpd.
The log from a (successful) FTP logging:
ftp> open ftp.xxx.xx
Verbindung mit ftp.xxx.xx wurde hergestellt.
220 ftp server ready
Benutzer (ftp.xxx.xx:(none)): xxx@xxx.xx
331 Password required for xxx@xxx.xx.
Kennwort:
Oct 28 20:42:47 mod_quotatab/1.2.13[8997]: found limit entry for user xxx@
xxx.xx'
Oct 28 20:42:50 mod_quotatab/1.2.13[8997]: found tally entry for user xxx@
xxx.xx'
230 User xxx@xxx.xx' logged in.
RapidPHP brings up the error dialog with the text of the first message above ("found limit entry...") and cancels the connection.
As stated, it's no problem connecting with other programs (browsers, Total commander).
Thanks for your time.
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Re: FTP connections error after upgrade to 2008
I will need a login/password/host info so that we can test this and eliminate the bug. The info will be kept confidential and we will not change any files. Drop this info to support[at]blumentals.net
Thanks!
Thanks!
Re: FTP connections error after upgrade to 2008
Fortunately the problem is solved for the time being as the provider changed his settings so those two "found" messages are not output any longer at the login.
FYI: I had experimented with the DOS FTP command line tool in the meantime. It had some problems with these messages too. It did not cancel the login completely as Rapid PHP did, but it returned to the prompt after the first one and only after entering the next ftp command it continued the login procedure. Quite strange...
Best regards,
Kybos
FYI: I had experimented with the DOS FTP command line tool in the meantime. It had some problems with these messages too. It did not cancel the login completely as Rapid PHP did, but it returned to the prompt after the first one and only after entering the next ftp command it continued the login procedure. Quite strange...
Best regards,
Kybos
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Re: FTP connections error after upgrade to 2008
The messages violated FTP protocol, thus there were problems. Of course many professional FTP clients have built-in fault tolerance for this. As the problem is rare we have not yet gotten there.