flyalaska Posted January 14, 2010 Report Share Posted January 14, 2010 We are having problems with users that use IE, when you click on Bid it takes you to page with just No route! displaying. I have tested this out on IE, and get the same problem. I am using phpVMS Version 2.0.846 My IE Version 7 Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 14, 2010 Administrators Report Share Posted January 14, 2010 What about IE8? Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 15, 2010 Author Report Share Posted January 15, 2010 What about IE8? Same problem with 8. Quote Link to comment Share on other sites More sharing options...
TennShadow Posted January 15, 2010 Report Share Posted January 15, 2010 I can't seem to duplicate the problem using IE 8. What exactly are they clicking on? Bid flight? View my Bids? I want to make sure I'm clicking on the same thing. Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 15, 2010 Author Report Share Posted January 15, 2010 I can't seem to duplicate the problem using IE 8. What exactly are they clicking on? Bid flight? View my Bids? I want to make sure I'm clicking on the same thing. We are getting this problem when we click on the "Bid Flight" link. This only happens in IE. It works fine in Firefox. Quote Link to comment Share on other sites More sharing options...
TennShadow Posted January 15, 2010 Report Share Posted January 15, 2010 Wow, that is weird. Mine seems to work fine in IE8. Anyone else having this issue? Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 15, 2010 Author Report Share Posted January 15, 2010 Wow, that is weird. Mine seems to work fine in IE8. Anyone else having this issue? I'm not the only one. I received emails asking about it. Thats how I knew. I don't use IE. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 15, 2010 Administrators Report Share Posted January 15, 2010 Can you setup an ID for us to check with on your site? Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 15, 2010 Author Report Share Posted January 15, 2010 Can you setup an ID for us to check with on your site? No problem, here are the details Site: http://www.flyaka.com eMail: demo@flyaka.net Pass: demouser Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted January 15, 2010 Moderators Report Share Posted January 15, 2010 confirmed it give a page with no route Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 16, 2010 Administrators Report Share Posted January 16, 2010 You have script errors on your page: Webpage error detailsUser Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Zune 4.0) Timestamp: Sat, 16 Jan 2010 02:58:38 UTC Message: 'jQuery' is undefined Line: 12 Char: 1 Code: 0 URI: http://www.flyaka.com/lib/js/jqModal.js Message: Object expected Line: 26 Char: 1 Code: 0 URI: http://www.flyaka.com/lib/js/jquery-front.js Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Zune 4.0) Timestamp: Sat, 16 Jan 2010 02:59:04 UTC Message: 'jQuery' is undefined Line: 12 Char: 1 Code: 0 URI: http://www.flyaka.com/lib/js/jqModal.js Message: Object expected Line: 26 Char: 1 Code: 0 URI: http://www.flyaka.com/lib/js/jquery-front.js Try a few things - update to the latest core_htmlhead.tpl file, there were some changes. And put your changes below everything else in the template. All your stuff should be particularly be below this line: <script type="text/javascript" src="<?php echo fileurl('lib/js/phpvms.js');?>"></script> Give that a shot Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 16, 2010 Author Report Share Posted January 16, 2010 I have updated to the latest version before I read your reply, same problem. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 16, 2010 Administrators Report Share Posted January 16, 2010 Hm, doesn't seem like it. <script src="http://www.flyaka.com/lib/js/dropdown.js"></script> <script src="http://www.flyaka.com/lib/js/jqModal.js"></script> Should be below the <script type="text/javascript" src="http://www.flyaka.com/lib/js/jquery-front.js"></script> <script type="text/javascript" src="http://www.flyaka.com/lib/js/phpvms.js"></script> Lines at least Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 16, 2010 Author Report Share Posted January 16, 2010 Not trying to should like an idiot. I didn't skin my site. Wht file are you talking about? Quote Link to comment Share on other sites More sharing options...
g3r84 Posted January 16, 2010 Report Share Posted January 16, 2010 Thats on is the header.tpl almost at the top of the file Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 16, 2010 Author Report Share Posted January 16, 2010 I don't have <script type="text/javascript" src="http://www.flyaka.com/lib/js/jquery-front.js"></script> <script type="text/javascript" src="http://www.flyaka.com/lib/js/phpvms.js"></script> on my header.tpl, I take it that it should be. Quote Link to comment Share on other sites More sharing options...
g3r84 Posted January 16, 2010 Report Share Posted January 16, 2010 Well i dont have javascript on my header.tpl but thats due to the desing im using search under the tag title there should be something likes this <title><?php echo $title ?></title> <link href="<?php echo SITE_URL?>/lib/skins/vne/reset.css" rel="stylesheet" type="text/css" /> <link href="<?php echo SITE_URL?>/lib/skins/vne/style.css" rel="stylesheet" type="text/css" /> check for this lines on your header.tpl as said Nabeel <script src="http://www.flyaka.com/lib/js/dropdown.js"></script> <script src="http://www.flyaka.com/lib/js/jqModal.js"></script> Should be below the <script type="text/javascript" src="http://www.flyaka.com/lib/js/jquery-front.js"></script> <script type="text/javascript" src="http://www.flyaka.com/lib/js/phpvms.js"></script> i think this four have to be on the same format <script type="text/javascript" src="http://www.flyaka.com/lib/js/jquery-front.js"></script> <script type="text/javascript" src="http://www.flyaka.com/lib/js/phpvms.js"></script> <script type="text/javascript" src="http://www.flyaka.com/lib/js/dropdown.js"></script> <script type="text/javascript" src="http://www.flyaka.com/lib/js/jqModal.js"></script> check that it usually goes below that <title> tag Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 16, 2010 Author Report Share Posted January 16, 2010 Same Problem, I have it set like this. <!--Required skin element!--> <script type="text/javascript" src="http://www.flyaka.com/lib/js/jquery-front.js"></script> <script type="text/javascript" src="http://www.flyaka.com/lib/js/phpvms.js"></script> <script type="text/javascript" src="http://www.flyaka.com/lib/js/dropdown.js"></script> <script type="text/javascript" src="http://www.flyaka.com/lib/js/jqModal.js"></script><?php Template::Show('core_htmlhead.tpl'); ?> <script type="text/javascript"> $(document).ready(function(){ $(".inline").colorbox({width:"50%", inline:true, href:"#modal-login"}); }); </script> Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 16, 2010 Administrators Report Share Posted January 16, 2010 The core_htmlhead.tpl file seems different than the stock one. If its not, thats fine, but you have javascript includes above the core_htmlhead.tpl call in the header.tpl file Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 16, 2010 Administrators Report Share Posted January 16, 2010 Try <?php Template::Show('core_htmlhead.tpl'); ?> <!--Required skin element!--> <script type="text/javascript" src="http://www.flyaka.com/lib/js/dropdown.js"></script> <script type="text/javascript" src="http://www.flyaka.com/lib/js/jqModal.js"></script> These two: <script type="text/javascript" src="http://www.flyaka.com/lib/js/jquery-front.js"></script> <script type="text/javascript" src="http://www.flyaka.com/lib/js/phpvms.js"></script> should be in the core_htmlhead file. Then we can see where to go from there, but first sort out the includes order Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 16, 2010 Author Report Share Posted January 16, 2010 Now I get this No route passed Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 16, 2010 Administrators Report Share Posted January 16, 2010 Try making a backup of the jquery-front.js file, delete it, and refresh your page to let it re-generate again Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 18, 2010 Author Report Share Posted January 18, 2010 Where is that located at? If it's in /public_html/jquery I don't have that file. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 18, 2010 Administrators Report Share Posted January 18, 2010 lib/js Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 18, 2010 Author Report Share Posted January 18, 2010 same thing Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.