I'm glad you got the language thing worked out :)
> Error Syntax error in access lists
> error occurred while initiating the interface.
> Please contact the administrator if this continues.
This is occuring because either
A) there are 3+ spaces (' ') in a line of input in the vqadmin.acl
or
B) there are 0 or only 1 space in a line of input in vqadmin.acl
Checking for (and remove if found) any leading and/or trailing white space
around a *.acl input line. This usually fixes the problem...
Good luck!