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?