Magento – Magento 1.9 checkout stuck on shipping methods

ce-1.9.1.0onepage-checkoutshipping

I am having a problem with Magento 1.9 one page checkout- it gets stuck on shipping options. The shipping is set up as flat.
When trying to checkout it gets stuck on shipping methods- no error just not going further.
I have opened the console and got the error Failed to load resource: net::ERR_CACHE_MISS

the log says this

2015-01-06T11:17:42+00:00 ERR (3): Warning: curl_setopt():
CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set
in /home/pmtesten/public_html/downloader/lib/Mage/HTTP/Client/Curl.php
on line 510 2015-01-06T11:17:43+00:00 ERR (3): Warning: curl_setopt():
CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set
in /home/pmtesten/public_html/downloader/lib/Mage/HTTP/Client/Curl.php
on line 510 2015-01-06T11:17:46+00:00 ERR (3): Warning: curl_setopt():
CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set
in /home/pmtesten/public_html/downloader/lib/Mage/HTTP/Client/Curl.php
on line 510 2015-01-06T11:17:46+00:00 ERR (3): Warning: curl_setopt():
CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set
in /home/pmtesten/public_html/downloader/lib/Mage/HTTP/Client/Curl.php
on line 510 2015-01-06T11:17:47+00:00 ERR (3): Warning: curl_setopt():
CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set
in /home/pmtesten/public_html/downloader/lib/Mage/HTTP/Client/Curl.php
on line 510 2015-01-06T11:25:36+00:00 DEBUG (7): HEADERS ALREADY SENT:
[0]
/home/pmtesten/public_html/app/code/core/Mage/Core/Controller/Response/Http.php:52
[1]
/home/pmtesten/public_html/lib/Zend/Controller/Response/Abstract.php:768
[2]
/home/pmtesten/public_html/app/code/core/Mage/Core/Controller/Response/Http.php:84
[3]
/home/pmtesten/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php:184
[4]
/home/pmtesten/public_html/app/code/core/Mage/Core/Model/App.php:354
[5] /home/pmtesten/public_html/app/Mage.php:684 [6]
/home/pmtesten/public_html/index.php:87

Best Answer

change

<fieldset>
<?php echo $this->getChildHtml('methods') ?>
</fieldset>

to

<fieldset id="checkout-payment-method-load">
<?php echo $this->getChildHtml('methods') ?>
</fieldset>