mdzidic / ovz-web-panel

Automatically exported from code.google.com/p/ovz-web-panel
Other
0 stars 0 forks source link

Unable to list available OS template to download #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
 When I use the "Install New OS Template" button on OS Templates page, it tries to load the list and fail after the timeout.

I use a server with CentOS 5.5 and ruby 1.8.5.

I have found a solution, in app/models/os_template.rb edit line 36:
Before:
   ftp.passive

After:
   ftp.passive = true

Have you another solution for this problem?

Version of the product: 1.5

Server OS: CentOS 5.5

Browser: Firefox 3.6.8

Original issue reported on code.google.com by kidbos...@gmail.com on 4 Aug 2010 at 8:08

GoogleCodeExporter commented 9 years ago
Huh, it's a mistake. passive is an attribute of ftp object, so call to 
"ftp.passive" really do nothing. Your fix is correct.

Original comment by sibprogrammer on 5 Aug 2010 at 1:25

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r685.

Original comment by sibprogrammer on 5 Aug 2010 at 1:31

GoogleCodeExporter commented 9 years ago
Issue 179 has been merged into this issue.

Original comment by sibprogrammer on 20 Sep 2010 at 2:25

GoogleCodeExporter commented 9 years ago
Issue 187 has been merged into this issue.

Original comment by sibprogrammer on 16 Oct 2010 at 4:42