The code to enqueue the stylesheets look perfectly correct. If you look at the error message, it says that it was wp_register_script
that was called incorrectly. Not wp_enqueue_style
.
You need to check the code for any javascript files. They need to be inside a function attached to a hook, just like the wp_enqueue_style()
calls are.