ispCP - Board - Support
Error when hiding server ports (Trunk 794) - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: Error when hiding server ports (Trunk 794) (/thread-1284.html)



Error when hiding server ports (Trunk 794) - rsmithgs - 09-04-2007 08:01 AM

When attempting to hide certain server ports in the server ports section I get the error:

ERROR: Only positive numbers are allowed !

When I click on apply. Though I don't get this error on another server with the same trunk. (The one I set up from scratch displays the error, the one I upgraded to the latest trunk does not display this error).

Anybody else have this issue and did you upgrade or fresh install?

Cheers Smile


RE: Error when hiding server ports (Trunk 794) - raphael - 09-04-2007 08:55 AM

What's the content of the ispcp.config table?


RE: Error when hiding server ports (Trunk 794) - rsmithgs - 09-04-2007 09:00 AM

Hopefully this formats right

+---------------+----------------------+
| name | value |
+---------------+----------------------+
| PORT_FTP | 21;tcp;FTP;1;0 |
| PORT_SSH | 22;tcp;SSH;1;0 |
| PORT_TELNET | 23;tcp;TELNET;1;0 |
| PORT_SMTP | 25;tcp;SMTP;1;0 |
| PORT_DNS | 53;tcp;DNS;1;0 |
| PORT_HTTP | 80;tcp;HTTP;1;0 |
| PORT_HTTPS | 443;tcp;HTTPS;1;0 |
| PORT_POP3 | 110;tcp;POP3;1;0 |
| PORT_POP3-SSL | 995;tcp;POP3-SSL;1;0 |
| PORT_IMAP | 143;tcp;IMAP;1;0 |
| PORT_IMAP-SSL | 993;tcp;IMAP-SSL;1;0 |
+---------------+----------------------+
11 rows in set (0.00 sec)

Well close enough Smile

Cheers Raphael Smile