BewareOfButtlice Posted March 18, 2015 Report Share Posted March 18, 2015 So i'm having extreme difficulty getting my custom pilot center's schedules, working with action.php, to be able to add bids without giving the well known "No route Passed" error. I have done everything i can think of to removing all references of ANY javascript being called in to copying everything in core_htmlhead.tpl and placing it in either of the schedule_x.tpl files. Nothing will get this to work! I have it working on my website now that does not have a custom pilot center page. Just having issues adding bids using action.php...... So now, instead, i am looking at making it just a link, as described in http://forum.phpvms.net/topic/7431-no-route-passed-solved/page__p__49472 but i find it annoying that it takes you to another page just to say "Bid Added" Is there any way to make the below code (which is a popup message) show instead of switching to a different website? Command: toastr[success]("Your bid has been added", "Flight Schdules") toastr.options = { "closeButton": true, "debug": false, "positionClass": "toast-top-right", "onclick": null, "showDuration": "1000", "hideDuration": "1000", "timeOut": "5000", "extendedTimeOut": "1000", "showEasing": "swing", "hideEasing": "linear", "showMethod": "fadeIn", "hideMethod": "fadeOut" } Quote Link to comment Share on other sites More sharing options...
StartVM Posted March 18, 2015 Report Share Posted March 18, 2015 So i'm having extreme difficulty getting my custom pilot center's schedules, working with action.php, to be able to add bids without giving the well known "No route Passed" error. I have done everything i can think of to removing all references of ANY javascript being called in to copying everything in core_htmlhead.tpl and placing it in either of the schedule_x.tpl files. Nothing will get this to work! I have it working on my website now that does not have a custom pilot center page. Just having issues adding bids using action.php...... So now, instead, i am looking at making it just a link, as described in http://forum.phpvms.net/topic/7431-no-route-passed-solved/page__p__49472 but i find it annoying that it takes you to another page just to say "Bid Added" Is there any way to make the below code (which is a popup message) show instead of switching to a different website? Command: toastr[success]("Your bid has been added", "Flight Schdules") toastr.options = { "closeButton": true, "debug": false, "positionClass": "toast-top-right", "onclick": null, "showDuration": "1000", "hideDuration": "1000", "timeOut": "5000", "extendedTimeOut": "1000", "showEasing": "swing", "hideEasing": "linear", "showMethod": "fadeIn", "hideMethod": "fadeOut" } Most likely the template for your skin has a newer javascript file (I found its usually a newer version of jquery) than what phpvms is using an its breaking your install. I am not positive, but I think simpilot's version fixed this Quote Link to comment Share on other sites More sharing options...
BewareOfButtlice Posted March 23, 2015 Author Report Share Posted March 23, 2015 That is what i found with the website template and it works fine using index.php but even if i were to delete the schedule tpl files and use action.php, i still get the no route passed error. SimPilot's Real Schedule addon fixed this? Quote Link to comment Share on other sites More sharing options...
Jetwave Posted March 24, 2015 Report Share Posted March 24, 2015 I'm using SimPilot's 5.5x and have the issue. 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.