So I am running phpVms 5.5.2 and the CrewCenter skin by Mark Swan 1.1, and when I go into schedules and search a flight, after I press “Add to bid” I get a message that says “No route passed”, what do I do?
Change back to the crystal skin and see if it works as intended there. This will determine if its phpVMS or the skin.
Also…
PHP version?
MySQL/MariaDB version?
The crystal skin works, but it doesnt look the best, thats why I dont use it, also I am using php version 5.4
Yeah I know it isn’t the skin of choice - but always best to revert to the crystal skin to see if the issue is still there.
In /lib/skins/crewcenter
- Do all files end with the extension .php or .tpl ?
- Have you edited any of the files in this folder?
What MySQL or MariaDB version is your host using?
Also, verify you are using the default schedule search and not an addon like FltBook or any of the other schedule search modules.
- Yes, they all end in .php
- No, no files have been edited
Im using MySQL but how can I find the version
And I do not have any addons for schedules, its just the default
This is usually a misplaced JS file in the head.
What does that mean? “in the head”
It means in the <head> section of the skin there is a javascript file in the wrong place.
1 hour ago, lukasc24 said:
- Yes, they all end in .php
- No, no files have been edited
Im using MySQL but how can I find the version
And I do not have any addons for schedules, its just the default
If your host uses cPanel - on the right hand side should be the option to check server information. Or possibly look in phpMyAdmin on the right side under Database server. Either should show the MySQL or MariaDB version.
People where telling me that this could be caused because InfinityFree (the hosting site im using) blocks some things like biding since they are free, is this true?
Free hosting doesn’t play well with phpVMS.
Just so you know, I did a fresh install of phpVMS and added the Mark Swan Crewcenter - and all works as expected on my paid hosting… including the bidding function. And many other members are using Crewcenter without issue on paid hosting.
Definately a javascript conflict somewhere on the custom skin, totally right as mentioned usually in the <head> or if using
bootsrap 4.xx or higher, in the body, just before the closing </body> either or it is usually also pertaining to a call from
Google script, this one is Famous for it, we all have done it one time or another, any of the script calls that look like this will
usually conflict with phpvms, (see below), hope this helps.
\<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"\>\</script\>
Well know for conflicts, this one is.