Oh, sorry. I forgot to add the lines from my sidebar.php and from the scrobbles.php file.
This is what I have in my sidebar:
<span class="title">Music</span><br />
<?php scrobbles('Cythera'); ?><br />
And this is from the scrobbles.php file.
if(empty($format_string)) $format_string = '<li>%artist% %title%</li>';
if(empty($date_format)) $date_format = 'F jS Y @ g:i A';
if(empty($each_element)) $each_element = 'ul';
As you can see from the coding from the scrobbles file I have been trying to solve this on my own.
Right now the only error caused by scrobbles is a </> in the end of the music list.
And something with my archive list..
Which right now looks like this:
<ul><?php wp_get_archives('type=monthly&show_post_count=1'); ?></ul><br />