If your using the quickstart
when using vm you get an error when saving categories change this
JROOT/administrator/components/com_virtuemart/helpers/vmtable.php
LINE = 1758
$this->{$slugName} = trim(utf8_strtolower($this->{$slugName}));
change it to this
$val = $this->{$slugName}...