I am also having this issue (site hosted through Dreampress2) and Dreamhost recommended the exact same thing to me. I’d like to use APC for object cache and memcached for database… both are grayed out. Any luck resolving this?
did you resolve this issue?
if you are asking how to add the shortcode in a php template, it’s:
<?php echo do_shortcode(‘[easy-team-manager team_name=”Team Name”]’);?>
Just replace Team Name the team you’re trying to add.