Jump to content

No "next" Button. 1.4.0.17 -> 1.4.6.2


Recommended Posts

Hi everyone!

 

I followed all the steps before the "Install". On the first page of installation there are no "Next" button, so I can't even start it.

 

There are no any firebug errors, but my source code ends with that:

 

	 <script src="../js/jquery/jquery.fancybox-1.3.4.js" type="text/javascript"></script>
 <script type="text/javascript">
  var moduleChecked = new Array();
  $(document).ready(function() {
   $('#infosCountry').change(function() {
    $(".installModuleList.selected").removeClass("selected");
    if ($("#modulesList" + $('select#infosCountry option:selected').attr('rel')))
	 $("#modulesList" + $('select#infosCountry option:selected').attr('rel')).addClass("selected");
    $('#benefitsBlock').show();
    if ($('div .installModuleList:visible').length == 0)
	 $('#benefitsBlock').hide();
    else
	 $('#benefitsBlock').show();
    $.ajax({
	 type: "GET",
	 url: "./php/country_to_timezone.php?country="+$("select#infosCountry option:selected").attr('rel'),
	 success: function(timezone){
	  $("select#infosTimezone").val(timezone);
	 }
    });
    autoCheckField("#infosCountry", "#resultInfosCountry", "required");
    autoCheckField("#infosTimezone", "#resultInfosTimezone", "required");
   });
  });
 </script>

 

There are no </body> and </html> tags at all.

 

I hope, that someone know, how to solve it.

 

Regards,

Karmody

post-188284-0-03050200-1325673562_thumb.jpg

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...