I found that the missing lower portion of the sidebox is due to the missing 'div' element in the sidebox code.

However, I am still encountering the error:
Warning: mysql_error(): 10 is not a valid MySQL-Link resource in /home/mysite/public_html/blog/wp-includes/wp-db.php on line 177
Could you elaborate on the following?
Quote Originally Posted by misty View Post
Do you have database link correctly configured in sideboxes i.e. archive side box..
Code:
  $content = '<ul>'.zen_wp_get_archives('type=monthly').'</ul>';
Above is configuration from my own install which reflects database table for wordpress install as zen_wp
TIA.