I get similar error messages, but mine relate to line 218 and 229 of smart-manager.php.
I fixed this by changing both these lines to
if (isset($_GET['action']) && $_GET['action'] != 'sm-settings') {
to check the action exists. I guess this is a bug that needs to be fixed in the core of the plugin.