Moderators Kyle Posted January 19, 2010 Moderators Report Posted January 19, 2010 when i what to fly a route and i click add to bid and it syas no routes passed and my flight bid has no routes. Why that's? Quote
Administrators Nabeel Posted January 19, 2010 Administrators Report Posted January 19, 2010 What browser are you using? Quote
Moderators Kyle Posted January 20, 2010 Author Moderators Report Posted January 20, 2010 What browser are you using? IE8 Quote
Moderators Kyle Posted January 20, 2010 Author Moderators Report Posted January 20, 2010 Try it in Firefox! why firefox? Quote
Moderators Kyle Posted January 20, 2010 Author Moderators Report Posted January 20, 2010 im running saifria. Quote
Moderators Kyle Posted January 20, 2010 Author Moderators Report Posted January 20, 2010 Please help me! my members at my VA are starting to get mad. When i click add to bid and it says no routes passed. Quote
Administrators simpilot Posted January 20, 2010 Administrators Report Posted January 20, 2010 Check your schedule_results.tpl file for the add to bid function. if it looks like -> <a class="schedules" id="<?php echo $route->id; ?>" class="addbid" href="<?php echo url('/schedules/addbid');?>">Add to Bid</a> change it to -> <a id="<?php echo $route->id; ?>" class="addbid" href="<?php echo actionurl('/schedules/addbid');?>">Add to Bid</a> This has the function working for me in IE8 And FF Quote
Moderators Kyle Posted January 20, 2010 Author Moderators Report Posted January 20, 2010 Check your schedule_results.tpl file for the add to bid function. if it looks like -> <a class="schedules" id="<?php echo $route->id; ?>" class="addbid" href="<?php echo url('/schedules/addbid');?>">Add to Bid</a> change it to -> <a id="<?php echo $route->id; ?>" class="addbid" href="<?php echo actionurl('/schedules/addbid');?>">Add to Bid</a> This has the function working for me in IE8 And FF does not work Quote
Administrators simpilot Posted January 20, 2010 Administrators Report Posted January 20, 2010 are you running version 858? are you showing any errors on the page? Quote
Moderators joeri Posted January 20, 2010 Moderators Report Posted January 20, 2010 just tested it on my own website version 858 no problemens adding bids in ff AND IE8. all working like it schould be Quote
flyalaska Posted January 20, 2010 Report Posted January 20, 2010 This is giving me a freaking headache. Quote
Moderators Kyle Posted January 20, 2010 Author Moderators Report Posted January 20, 2010 yeah me too. flyaka has the problem as me. we changed the codes as you said up on top and didnt work. I want it fixed soon. Quote
Moderators joeri Posted January 20, 2010 Moderators Report Posted January 20, 2010 this language wont help i want it fixed soon we all do our best and this http://forum.phpvms.net/index.php?topic=1741.0 Quote
Administrators Nabeel Posted January 20, 2010 Administrators Report Posted January 20, 2010 This is giving me a freaking headache. You said in the other thread you got it fixed? Quote
flyalaska Posted January 20, 2010 Report Posted January 20, 2010 I never did! The problem is something with the skin. Quote
Moderators joeri Posted January 20, 2010 Moderators Report Posted January 20, 2010 then start skinning ;D Quote
flyalaska Posted January 20, 2010 Report Posted January 20, 2010 then start skinning ;D I wish it was that easy. I paid someone to skin my site. Because I have no idea what I am doing. I'm thinking its something do with the placement of the js tags in the header. Quote
Administrators Nabeel Posted January 20, 2010 Administrators Report Posted January 20, 2010 Have you made any changes to core_htmlhead.tpl? But at least we've now narrowed it down to something in your skin Quote
Moderators Kyle Posted January 20, 2010 Author Moderators Report Posted January 20, 2010 i cant still get the add to bid working. it wont work. when clicked add to bid and it says no routes passed. Quote
flyalaska Posted January 20, 2010 Report Posted January 20, 2010 I never touched it, no reason too. Quote
Moderators Kyle Posted January 20, 2010 Author Moderators Report Posted January 20, 2010 is it something to do with the skin when i add a route to bid and the next page says no routes passed? Quote
Administrators Nabeel Posted January 20, 2010 Administrators Report Posted January 20, 2010 is it something to do with the skin when i add a route to bid and the next page says no routes passed? In short, yes Quote
flyalaska Posted January 20, 2010 Report Posted January 20, 2010 Have you made any changes to core_htmlhead.tpl? But at least we've now narrowed it down to something in your skin I found a backup from when I first got my skin, would it hurt anything if I uploaded the core_htmlhead.tpl? Quote
Administrators Nabeel Posted January 20, 2010 Administrators Report Posted January 20, 2010 I found a backup from when I first got my skin, would it hurt anything if I uploaded the core_htmlhead.tpl? I'd recommend not touching that file, but instead, adding includes, etc in the header.tpl file Quote
hjhjhgjgjh Posted January 20, 2010 Report Posted January 20, 2010 hi guys, i would like to help out but well. the only way is that i make an account on your website and also need one ftp account (limited access is enough) to check out whats wrong Quote
flyalaska Posted January 20, 2010 Report Posted January 20, 2010 hi guys, i would like to help out but well. the only way is that i make an account on your website and also need one ftp account (limited access is enough) to check out whats wrong PM me your email Quote
hjhjhgjgjh Posted January 20, 2010 Report Posted January 20, 2010 Okay i cannot help soo much but i just found out that it has something to do with ajax.. as you can see, it doesnt work somehow... i have this problem as well when i am working in xampp and not connected to the internet but when i am connected, it works. maybe a rights problem? Here a screenshot from my console http://250kb.de/u/100120/p/NXflQfEzjnyM.png Quote
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.