Jump to content

Recommended Posts

Posted

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.

post-813-028105300 1283062884_thumb.jpg

  • Moderators
Posted

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

Posted

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!

Posted

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

  • Administrators
Posted

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?

Posted

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

  • Administrators
Posted

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.

Posted

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

  • Administrators
Posted

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.

Posted

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

  • Administrators
Posted

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.

Posted

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

Posted

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

  • Moderators
Posted

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.

  • Administrators
Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...