I would check to make sure your footer code isn’t being ‘commented out.’ Look for a <!– somewhere in your footer, it would be followed by a –> and the <?php wp_footer(); ?> would be somewhere between the 2.
If that isn’t it I would check to see if the <?php wp_footer(); ?> falls after you close your body </body>.
-Don