Jump to content

Captthud

Members
  • Posts

    34
  • Joined

  • Last visited

Posts posted by Captthud

  1. this is from the all pilots page after clicking on save changes   Warning: count(): Parameter must be an array or an object that implements Countable in /hermes/bosnaweb15a/b82/ipg.rtpianogcom1/ich/admin/modules/PilotAdmin/PilotAdmin.php on line 135

    and this is from user groups when I click on edit https://www.dropbox.com/s/lj4mliz277p9x3z/error1 pic.jpg?dl=0                      

    I already had this one going will go over to github next

  2. Yup I'm us'in it lol

    I can't seem to find a copy of the new version Phpvms 7 that will instill on my server correctly, and I ran across a version of 5.5.2 that was upgraded for php7.2. It installed perfectly, and runs like a dream

    Except the map.....I'm not going to give Google my credit card info so it's going away.....

    This module bolted right in

    After much Google'in, and a lot of trial and error this is what I ended up with

    I changed line 17 in fleetdataclass.php from this.....$sql = 'SELECT * FROM '.TABLE_PREFIX.'aircraft WHERE `enabled` = 1';

    To this.....$sql = 'SELECT * FROM `phpvms_aircraft` ORDER BY `phpvms_aircraft`.`icao` ASC';

    I'm getting these errors on the view page

    Deprecated: Non-static method FleetData::getAircraftTotals() should not be called statically in /hermes/bosnaweb15a/b82/ipg.rtpianogcom1/ich/core/modules/Fleet/Fleet.php on line 36

    Deprecated: Non-static method FleetData::get5MostRecentFlights() should not be called statically in /hermes/bosnaweb15a/b82/ipg.rtpianogcom1/ich/core/modules/Fleet/Fleet.php on line 37

    Deprecated: Non-static method FleetData::getAllScheduledFlights() should not be called statically in /hermes/bosnaweb15a/b82/ipg.rtpianogcom1/ich/core/modules/Fleet/Fleet.php on line 38

    I was thinking of just removing the three lines they seem restively unimportant

    Check it out if you like http://www.ich.flyvfrwpr.com/ich/index.php

    Other than that it runs perfectly

    Thanks

    Rick

  3. Yes I got both of them

    Did you get the acceptance email for both

    You should have gotten a notice of an internal email from bot of them as well

    I don't see anything in the server logs

    I don't believe I have error logging turned on, but it seems to be working fine except I can't create another account I just tried again, and it just reloaded the page.....could it be my browser cache I have logged in as the admin on my other computer

    Thanks

    Rick

  4. Is there a way to order the table by ICAO cod rather than database id

    I've got the ICAO code added to the table, but I'd like it to order the fleet by ICAO so I don't have to go to the database and change the database id every time I add a new plane to the fleet

    Thanks

    Rick

  5. 1. PHP 7.2.15, Apache 2.2x, MySQL 5.6 on a Debian platform.....not sure what version

    2. I'm using MySQL

    3. http://www.ich.flyvfrwpr.com/ich/index.php

    4. Yes even when I tried to register as another person both email addy's are valid

    5.not until you suggested it, and it works

    6.As far as I know the ReCaptcha it's working just like it should I had to verify with ReCaptcha when I sent myself an email

    The install was flawless, I've added a couple modules, and they work just as expected

    I was thinking it's because I'm trying to register using the same ip on the client side

    I'm pretty stumped here, been google'in for a couple days

    Thanks for the quick response

    Rick

  6. Yup, but that would defeat one of the concepts behind the VA, and that would be to be able to fly to and/or from any airport you want to, at any time

    Also I would like to thank you, not only for the great template, but for the help as well

    now it's off to find out why it takes 5 hours for the slider pic's to change after I upload new ones.....I think it's server side.....

    Thanks again

    Rick

     

  7. that was it

    BAM! it's work'in now

    Thank you

    Just one more question

    That particular page seems to load a little slow is there a way to speed it up.....I think it's because there's so many airports in the database

    Thanks again

    Rick

  8. Ok I figured out the browser console, and got this information from it

    Failed to load resource: the server responded with a status of 404 (Not Found)
    maps.google.com/maps-api-v3/api/js/28/7/util.js:211 Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
    aB.j @ maps.google.com/maps-api-v3/api/js/28/7/util.js:211
    maps.google.com/maps-api-v3/api/js/28/7/util.js:211 Google Maps API warning: SensorNotRequired https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required
    aB.j @ maps.google.com/maps-api-v3/api/js/28/7/util.js:211
    phpvms.css Failed to load resource: the server responded with a status of 404 (Not Found)

    Thanks again

    Rick 

  9. your file you posted didn't work either, so I copied the default one from the core templates folder to the lance skin folder and.....BAM!.....works like a champ so there must have been something corrupt in the original file now I can get to work customizing

    I tried your code again with the same results.....do you have a custom module or style sheet, or css style that I don't have

    Thanks

    Rick

×
×
  • Create New...