Make sure your new host is running PHP 5. Add this line to wp-config.php:
var_dump(PHP_VERSION);
In footer.php in your theme directory, make sure you have this code somewhere:
<?php wp_footer(); ?>.
Go to your wp-content/uploads directory, create an empty file called "sar_cache.txt" and set it's permissions (chmod) to 757.




