Ticket #822 (closed defect: worksforme)

Opened 10 months ago

Last modified 4 months ago

"Choose dir" not functional

Reported by: hoshiri@arcor.de Assigned to:
Priority: trivial Milestone: ispCP ω 1.0.0 - RC5
Component: Frontend (GUI) Version: ispCP ω 1.0.0 - DEV
Severity: Easy Keywords: Choose dir
Cc:

Description

"Choose dir" in "Protected Areas" and "Add FTP User" is not functional.


Can not open directory ! Please contact your administrator ! Directory tree

Directories Action

{DIR_NAME} Choose


my system:

fresh debian etch install & ispcp-omega-trunk-20071026.zip

Attachments

Change History

10/27/07 08:28:17 changed by gOOvER

I can't cofirm that. This will work in my installation. I used r886.

10/27/07 09:04:56 changed by rats

  • status changed from new to closed.
  • resolution set to invalid.

10/30/07 23:56:33 changed by hoshiri@arcor.de

  • status changed from closed to reopened.
  • resolution deleted.

only work if FTP port is 21

10/31/07 00:29:56 changed by joximu

Only if FTP != Port 21: Then I propse to move this to 1.1

10/31/07 07:41:17 changed by BeNe

Yes. move it to 1.1 because it runs per default.

10/31/07 08:50:39 changed by rats

  • milestone changed from ispCP ω 1.0.0 - RC3 to ispCP ω 1.1.0.

02/17/08 14:50:35 changed by rats

  • severity set to Hard.
  • milestone changed from ispCP ω 1.1.0 to Working.

02/25/08 08:26:13 changed by rats

  • milestone changed from Working to ispCP ω 1.0.0.

03/02/08 14:00:28 changed by doc

Also does not work if only ssl ftp access is allowed.

03/17/08 18:18:59 changed by rats

  • severity changed from Hard to Easy.
  • milestone changed from ispCP ω 1.0.0 to ispCP ω 1.0.0 - RC5.

03/21/08 12:42:29 changed by doc

ticket 1072 already handles this and is assinged

03/21/08 19:45:58 changed by rats

  • status changed from reopened to closed.
  • resolution set to duplicate.

of #1072

(follow-up: ↓ 14 ) 04/18/08 18:08:35 changed by anonymous

  • status changed from closed to reopened.
  • resolution deleted.

the bug is present in the daily snapshot 20080411

(in reply to: ↑ 13 ) 04/18/08 18:33:16 changed by anonymous

the bug is present in the daily snapshot 20080411 (fedora core 8) Choose Dir work with this modification

// 'localhost' for testing purposes. I have to study if a better // $this->_domain would work on all situations //this->_handle = @ftp_ssl_connect('localhost'); //if (!is_resource($this->_handle)) {

$this->_handle = @ftp_connect('localhost'); if (!is_resource($this->_handle)) {

$this->close(); return false;

}

//}

04/18/08 18:43:18 changed by Eminos

I have the same problem with latest SVN1122. Discussed here:
http://www.isp-control.net/forum/parsing-problem-with-ftp-choose-dirphp-t-3069.html

04/18/08 19:00:12 changed by Eminos

The modification above solves the problem for me.
svn 1121

04/22/08 10:30:23 changed by zothos

  • status changed from reopened to closed.
  • resolution set to worksforme.

Add/Change #822 ("Choose dir" not functional)




Action