Hey Stas,
this plugin currently does not work. I looked into the code and found the error on line 452 of galleria-wp.php.
For some reason sending "null" as the "post_parent" variable creates the error.
Everything works fine f you replace line 452 with this:
get_children("post_parent=0&post_type=attachment&post_mime_type=image&orderby={$orderby}");
Cheers!
Eric