Jump to content

Strider

Members
  • Posts

    1816
  • Joined

  • Last visited

  • Days Won

    51

Posts posted by Strider

  1. By the looks of it, your site is not using PHPVMS. smartCARS will not work with what you are using, as it seems to be a WIX made site, which doesn't have the required files for smartCARS to work. You will need to move from WIX to better use phpvms and smartCARS.

  2. Look for:

      // If they selected autozoom, only do the zoom first time
            if (opts.autozoom == true && run_once == false) {
                map.fitBounds(bounds);
                run_once = true;
            }

     

    Comment it out. That should stop the zoom when you click on a flight. Do not remove it, so if it doesn't work or it breaks something you can just uncomment it and it will work again.

  3. 2 hours ago, Lucas said:

    Hello; I know it’s been a long time, but if it’s still possible, wouldn’t you have the FSPax.php file with the changed lines available? Thank you.

    You have dug up an 11 year old thread, no real need for it to be dug up.

  4. If you are using PHPVMS V7 that is still in beta and is not recommended for a production site as it is not complete yet. Also some shared hosting do not have certain elements activated that will allow PHPVMS V7 work properly. 

    • Thanks 1
  5. 2 hours ago, Heritage1 said:

    You need to include the below line of script somewhere on your Front Page, most include it in this;  frontpage_main.php. This should be easy as I see  your using HTML5 and Bootstrap, which of course will allow you to use some powerful scripting according to your Web Master's knowledge. The code is this.

    <?php MainController::Run('Acars', 'index'); ?>

    This will instantly call the ACARS Map and embed it to the front page. Be sure if using Google Maps, you have a script line also for your API Key or the map will not work for Google. This is why most of us have switched to Leaflet Maps. Your Google API script should be in 2 places if using bootstrap, the <head> and the <body>. 

     

    That code will only work if the frontpage is calling to config files if it is not that code won't work. By the sounds of it he wants to implement the map on a web page outside of phpvms, thus your code won't work unless it is making a call to the config files.

  6. You can create one easily. you just need to add the column name in the pilots table, then in the registration main form, edit pilot form add the field for it, then edit the registrationdata.class.php file in the add user section also the pilotadmin.php file under save profile case. To have it show on the roster edit the pilots_list.php template file and add the column for it.

  7. It is telling you that there is no access for that username on the database. Make sure you create the database username and password, and give it all permissions. And use those exact username and password. case sensitive.

  8. Check the error_log also try looking for where the schedule insert is located and put INSERT IGNORE where it actually inserts the data into the table. PHPVMS 5.5.2 will install on php v5.6 and phpvms 5.5.2.72 will install onto 7.1. PHPVMS 5.5.2 with some editing will work after installation on php 7.1. Anything higher with those two versions of phpvms has a high likely of having problems.

  9. 1 hour ago, Lebitek said:

    Good morning, we have recently migrated from VAM Manager and I need a little help, we have a Home Page that is outside the 'PHPVMS' folder of the installation, I have managed to make the Pilots Markers, N ° Flights, Routes etc. work. . But the custom map we have needs to show the Live Flights of our PHPVMS installation and I don't know exactly what codes I should change and where the Custom Map file should be, if I can help someone I would be super grateful.

    Please create your own topic, replying to other topics is not the best way to go, also since your problem is completely different to what this topic is about as well. Please have a look at 

    on how best to ask for help.

  10. Most hosts will not regress to a lower MariaDB/Mysql db version as on shared there are other sites which regressing could break. The best option for that is a VPS or dedicated server. But I think your DB version could be the cause, but it doesn't sound like a problem with strict mode though. As that seems to be mainly causing problems with inserting data into the DB not displaying data. It could also be a modification you made and you made a slight error and the code is not displaying the data. And URL to your VA would be helpful so we can see exactly what is going on.

×
×
  • Create New...