View Single Post
Old 06-02-2004, 03:15 PM   #1
ecart
Green Mole
 
Join Date: Jun 2004
Posts: 1
Port greater than 32767

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?
ecart is offline   Reply With Quote