PDA

View Full Version : Port greater than 32767


ecart
06-02-2004, 03:15 PM
I have just installed PhpDig, so this is all new to me.

My site is on a port greater than 40000

When I run the spider from the admin page with the command of "user:password@www.mysite:40000 the port that is scanned is 32767.

This must be the largest possible value that the mysql field type of "smallint" can accept. This is in table "site" field "port"

When I change the field type to "mediumint" it appears to work.

What problems will I have by making this change?

Charter
06-19-2004, 05:18 AM
Hi. It shouldn't cause any problems.