Jump to content

Recommended Posts

  • Administrators
Posted

To start, let's clear up some terminology....

 

PHP - PHP is a popular general-purpose scripting language that is especially suited to web development. It is NOT the program you show in your screenshot.

 

phpVMS - phpVMS is a free and open source virtual airline administration CMS. You will use this program to set up your VA.

 

Now, on to your issue. We need a bit more info in order to assist you.

 

What version of phpVMS are you using? There is no version 5. There is 2.1.x, 5.5.2, 5.5.2.72 and 7.

What versions of PHP are available on your hosting? What version do you intend to use?

What version of MySQL or MariaDB are you using?

  • Administrators
Posted

If you are using https on your domain, you will need to change phpVMS to use https also. The default phpVMS (prior to v7) uses http.

  • Administrators
Posted

I believe your hosting SSL/HTTPS is set up correctly. In your phpVMS files, go to /core/local.config.php and see if the site URL is set to https also. There may be a few other files that need editing - I think there is a post here somewhere about it. I will look to see if I can find it and link it back here.

 

Find this line in local.config and verify it's set to https

define('SITE_URL', 'https://<Your_Site_URL)Here>');

 

  • Administrators
Posted

In reviewing your screenshot I see some http URL's that need to be changed to https. You will need to go through your files for phpVMS, search for 'http' and replace with 'https'. This is only required for active calls so no need to do it for URL's in a commented out section. If you don't already use a code editor, I suggest the free Notepad++ to make search/replace easier.

 

In your first 3 errors there are 2 ajax calls and 1 google maps call.

  • Administrators
Posted

Do you have a link to the page in question - the iframe one?

And maybe post the code of the page you are calling in the iframe.

Posted

So the URL for the url is: https://veurojet.uk/map.php

This is calling the Acars map page. Tomorrow I will fix the SSL issues and the nap will then work. Just wondering weather it is possible to remove the header so I cannot press for example home and the map just shows itself with the relevant data. 

Posted

That is fixed, However is it possible to display just the ACARS map or a page without the header? Here is the web url for the ACARS map website where i want just the map and the data below. I have gathered it calls from the index but how does this index function work? Does it set the template up through index or directly from the template folder? URL LINK: https://veurojet.uk/map.php Thanks.

  • Administrators
Posted
1 hour ago, AMAviation said:

Have re-installed and seem to get this error? https://prnt.sc/rffb10

On php V 5.6.40

It does put the EJA in the airlines however the nothing else does. How can this be fixed? 

Alex.

This has to do with the allowed length of the 'ip' field in the database tavle I think.

 

Since you indicated that you fixed it, how did you do that? Someone may have the same issue in the future and you fix may help them.

Posted

Well what I did was change the VARCHAR length to 40, however. I cannot log in because it says you must be logged in to view use this as shown in the latest print screen. How can that be fixed and is that to do with it? 

  • Administrators
Posted

I see we were typing at the same time.

 

For your lastest issue, maybe try purging your browser cache and deleting all cookies. If that doesn't work, we can look at it further.

  • Administrators
Posted

It thinks you aren't logged in.

What can you do from that page?

Can you register a new account?

 

What browser are you using?

Can you try from another browser?

 

What happens if you change back to http in local.config?

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...