Hello aGoGo,
That is a strange error you are getting, it seems to be in the oc-admin folder though.. None of our themes will edit these files.
For displaying the widgets in the theme.. Has the theme been edited in any way ?
The code which is needed to display the widgets for the header is :
<?php osc_show_widgets('header') ; ?>
and footer :
<?php osc_show_widgets('footer') ; ?>
If you can make sure this code is in the header.php and footer.php and let us know..