Hi for anyone who reads this I copied the functions.php folder from my wordpress classic theme and put it into the folder of my new theme, then I put this
<?php if ( !function_exists(‘dynamic_sidebar’)
|| !dynamic_sidebar() ) ; ?>
on top of the sidebar file.