Quote:
|
Originally Posted by Psionicist Interesting, because 32767 is quite a special number for computers. It's 2^15 if you count from 0, or the maximum value for a 16 bit signed integer. The page might be stuck at some limit in the database. If you change the entry/id field in the table (in the database) to accept larger values the problem might go away. |
Correct. 32767 is the maximum value for a standard integer. MySQL can handle larger values, but only if you set up the table for BIGINT (Big integers) when you create it.
Now, as to what's going on - I didn't install that particular add on to our site and so I'm not sure I should go poking around trying to fix it without some research.