Sorry, I´ve this problem when trying to apply your theme on my Wordpress site. “Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /var/www/vhost/amiltornilleria.com/home/html/wp-content/themes/Broadside/framework/metaboxes.php on line 5” How can I solve it? I have installed it several times and in different ways: from wordpress assistant, directly uploading it in thmes folder by ftp...
My second guess is your server is running PHP4. I always recommend confirming that you are running PHP5 and not trusting your providers word :-). You can easily check this via a PHP Info file. Create a .php file and place this code into it. Then upload the file and visit the page. <?php phpinfo(); ?>
Try adjusting your folder permissions to 777. Set these two folders to Permissions 777 (In your ftp program, right click on the folders and change the “Ownership & Permissions” to 777, Most likely the default is set to 755):
wp-content/themes/Broadside and wp-content/themes/Broadside/cache
This is a hosting provider issue at this point and you will have to contact them. Let them know if you have a TimThumb image script that is being blocked. They will help you out promptly.