Might need to look at your theme’s sidebar.php to figure that out.
If necessary, post the sidebar.php at http://wordpress.pastebin.com and report the link back here.
The relevant line in the sidebar.php files
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(1) ) : ?>
The relevant line in the sidebar2.php files
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(2) ) : ?>
I’ve looked through the functions directory and cant find any function by that name.
Found them on the my test site. Copied over but still not working.
I think I am getting closer though.
Wonder if the recent comments and popular posts notification or widgets, or are they coded in your sidebar before (outside of) the ‘dynamic_sidebar’ stuff?
Ok got it all working again by going back to Atahualpa 2.01
I will do some comparisons of the two versions to see where it broke.