Hi
I have a problem with the area of “live map” for when the pilots are flying displays the pictures of the planes to their destinations, but the information that appears below each driver where they go is not working, and just leave this for information each pilot
Pilot Flight Number Departure Arrival Status Altitude Speed Distance/Time Remain
flightpilotid - flightpilotname flightflightnum flightdepicao flightarricao flightphasedetail flightalt flightgs flightdistremaining nm / flighttimeremaining
flightpilotid - flightpilotname flightflightnum flightdepicao flightarricao flightphasedetail flightalt flightgs flightdistremaining nm / flighttimeremaining
flightpilotid - flightpilotname flightflightnum flightdepicao flightarricao flightphasedetail flightalt flightgs flightdistremaining nm / flighttimeremaining
flightpilotid - flightpilotname flightflightnum flightdepicao flightarricao flightphasedetail flightalt flightgs flightdistremaining nm / flighttimeremaining
flightpilotid - flightpilotname flightflightnum flightdepicao flightarricao flightphasedetail flightalt flightgs flightdistremaining nm / flighttimeremaining
flightpilotid - flightpilotname flightflightnum flightdepicao flightarricao flightphasedetail flightalt flightgs flightdistremaining nm / flighttimeremaining
flightpilotid - flightpilotname flightflightnum flightdepicao flightarricao flightphasedetail flightalt flightgs flightdistremaining nm / flighttimeremaining
Please somebody help me with this problem.
right here put it a picture of the problem.
[](<fileStore.core_Attachment>/monthly_08_2010/post-813-028105300%201283062884.jpg)
If i remember right this is something to do with asp tags and the way your server is setup.
If you run your install/checkinstall.php if there is a problem with that it will show you.
ASP Tags
[OK] ASP-style tags are disabled
MAT
August 29, 2010, 11:32am
3
Oh mark you beat me to it, check, does your acarsmap.tpl look like this:
snipped by Nabeel
your free to copy and paste it
hi.
thank you for answering and interest in helping.
I’m new at this php vms, you can explain step by step to know the options that I look to try to solve the problem?
thanks for your help,
I’ll be awaiting a response.
have a good day!
If i remember right this is something to do with asp tags and the way your server is setup.
If you run your install/checkinstall.php if there is a problem with that it will show you.
ASP Tags
[OK] ASP-style tags are disabled
where’s that option “ASP-style tags” i cant see
Replace your install folder on your site, then run -> www.yoursite.com/install/checkinstall.php
It will give you all the parameters that phpVMS needs and if they are configured correctly. Also, what type of hosting are you on?
Replace your install folder on your site, then run -> www.yoursite.com/install/checkinstall.php
It will give you all the parameters that phpVMS needs and if they are configured correctly. Also, what type of hosting are you on?
hi
thanks for answering.
I see what you said, and this was the mistake that I came out with the asp, how I can fix it please
right here is the test.
phpVMS Virtual Airline Administration Software
Install Check
phpVMS Build Number: 934
Checking PHP version
[OK] PHP version is 5.2.8.x
ASP Tags
[Error!] The setting “asp_tags” in php.ini must be off!
Checking connectivity…
[OK] Can contact outside servers
Checking for SimpleXML module…
[OK] SimpleXML module exists!
Checking file hashes for corrupt or mismatched files
[Checksum failed] /lib/js/acarsmap.js did not match, possibly corrupt or out of date
– Checked 183 files, found 1 errors
If you have root access to your server, I don’t know what you are on for hosting, you can open up php.ini and find this line
asp_tags = On
and change it to
asp_tags = Off
It should be in the language options section.
If you do not have root access to the server you will have to contact your host as most do not allow custom php.ini files on sub-accounts.
If you have root access to your server, I don’t know what you are on for hosting, you can open up php.ini and find this line
asp_tags = On
and change it to
asp_tags = Off
It should be in the language options section.
If you do not have root access to the server you will have to contact your host as most do not allow custom php.ini files on sub-accounts.
hello
I have access to my host but I do not see the php.ini file
I know I have to go any folder specifically or just the file should be in the root folder outside of any?
if this is in any folder then I do not see that file.
the only folder and files I see are these:
admin folder
cgi-bin folder
core folder
install folder
lib folder
now these are the files outside the folder
ftpquota
action.php
changelog.htm
error_log
index.php
license.txt
that is all, where I go, because I have no idea please
thanks for the help
It should be in the server root, not just your account root. Most of the time it is in the php folder for the server or on the server config folder.
Again, what type of hosting are you on? It does not seem that you have root access to the server.
It should be in the server root, not just your account root. Most of the time it is in the php folder for the server or on the server config folder.
Again, what type of hosting are you on? It does not seem that you have root access to the server.
I have my web host in http://justhost.com
if you want I can give access to my cpanel on my host so that you see for me and you can see the problem better
let me know
It looks like you are on a shared server, you will need to contact your host to change the php.ini file.
It looks like you are on a shared server, you will need to contact your host to change the php.ini file.
if I have two domains running on the host
because what happens with that?
On shared hosting, you and a bunch of other people are all on the same server using the same core systems, including the php install. Hosts offering this type of service do not allow access to the root of the server as any changes affect everyone on the server. One option would be to install a custom php.ini file in your account root but most shared server hosts frown on this practice, it would be best to check with them first.
On shared hosting, you and a bunch of other people are all on the same server using the same core systems, including the php install. Hosts offering this type of service do not allow access to the root of the server as any changes affect everyone on the server. One option would be to install a custom php.ini file in your account root but most shared server hosts frown on this practice, it would be best to check with them first.
Just look at my host is mine, is only shared by two domains that I am the owner, I have my shared host with more people using it, only I use the host, and where two domains on the same host but working separately .
A domain is installed vbulletin
and 2 domain is installed phpvms
On shared hosting, you and a bunch of other people are all on the same server using the same core systems, including the php install. Hosts offering this type of service do not allow access to the root of the server as any changes affect everyone on the server. One option would be to install a custom php.ini file in your account root but most shared server hosts frown on this practice, it would be best to check with them first.
please help me to create a php.ini and then what are the steps to follow to resolve this problem
HI you can try to create a local php.ini file and add that as asp option, it has worked before with others.
open notepad and save it as php.ini
In that file just put this,
asp_tags = Off
Save and upload to your root directory see how that goes.
nabeel
August 30, 2010, 2:55pm
18
please help me to create a php.ini and then what are the steps to follow to resolve this problem
Contact your host’s support and ask them to disable the ASP tags
thanks to all, and I resolved the problem thanks to all your help.
thanks