tridcatij Posted January 4, 2012 Share Posted January 4, 2012 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 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now