When I try to create a new Product Option on my local test server I get the following error:

Code:
1264 Out of range value adjusted for column 'products_options_sort_order' at row 1
in:
[insert into products_options (products_options_id, products_options_name, language_id, products_options_sort_order, products_options_type, products_options_images_per_row, products_options_images_style, products_options_rows) values ('1', 'Test', '1', '', '0', '', '', '' )]
My local test server is running:

Apache/2.0.55 (Win32) PHP/5.1.2
MySQL 5.0.19-nt
PHP: 5.1.2

On the live website however, it does work. The live site is running on:

Apache/2.0.52
MySQL 4.1.15-log
PHP: 4.4.2

Is there anyway I can make some changes to the code on the test server to fix this? Is this even a problem with versions?