Jump to content

ProAvia

Administrators
  • Posts

    1695
  • Joined

  • Last visited

  • Days Won

    75

Everything posted by ProAvia

  1. Doesn't it need a foreach $pilots as $pilot in there somewhere to be able to get $pilot->pilotid from the pilots database table? pilots table being plural and pilot being singular...... ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Is the VATSIM ID stored in the pilots database table? Or did you add the VATSIM ID as a Custom Field? If Custom Field, the data (VATSIM ID) is stored in the fieldvalues table. Then call it as <?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); ?> If the field is named different than 'VATSIM ID', change that in the code above.
  2. Does it work if you change the skin back to the default crystal skin?
  3. You need to enable allow_url_open on your server - or have your host do it for you.
  4. I would recommend PHP 7.2 for phpVMS 5.5.2.72 as that's the version it was designed to work with. It should also work with 7.0 and 7.1 - but PHP 7.3 and above will show additional errors durng the install. I don't know if you can just change that setting from MySQL to MySQLi - but since you are experiencing other issues, I would recommend a clean install and start fresh with MySQLi chosen during install. Then test everything to be sure it all works. Don't bother adding any skins or modules until AFTER you are sure the program functions correctly in its default state. Be sure error reporting is turned on and that you have an error_log file set up in the main phpVMS folder and another in /admin.
  5. What program are you using to edit the schedules file? Be sure that the days of week column and week1-4 columns (phpVMS 5.5.2) are are set for text and not any numeric setting. If you do that, the 0 will show in the final saved file.
  6. phpVMS 5.5.2 or 5.5.2.72? With PHP 7.3 - phpVMS 5.5.2 or 5.5.2.72 will not install correctly What version number of MySQL? Look in local.config to see if MySQL orMySQLi Do you have error reporting turned on? Are any errors showing inthe error_log file? Are any errors showing in the console? I wouldn't worry about changing from lbs to kg, adding a skin or any other addons until you have your install working withoutany errors while using the default crystal skin.
  7. More info is needed.... phpVMS version? PHP version? MySQL or MariaDB version? Who is your host and what OS is running on the server? During install, did you choose MySQL or MySQLi ? The "Remove this...." part is most probably the standard News item posted after installation is complete. You can remove it by going to Admin, News & Content, News.
  8. What phpVMS version? Are you using an ACARS program? If so, which one? Look in local.config for these 2 lines. Change both to false - or add them if not already in local.config Then test to see if it works for your issue. Not sure if it will solve being able to bid on additional flights. # Schedules - if bid exists Config::Set('DISABLE_SCHED_ON_BID', false); # true = route not shown if already bid on Config::Set('DISABLE_BIDS_ON_BID', false); # true = if bid exists no one else can bid that flight
  9. I'm guessing after 4 years without the author releasing it, we will never see it for use.
  10. Crazy Creatives Tour Center is a payware module and can not be discussed in this open forum. Contact Crazy Creatives, post on their support forums or hope another member here who has that module PM's you.
  11. Hmm - the link you provided works for me. And I can also view the live map.
  12. What version of phpVMS? What version of PHP? What version of MySQL or MariaDB? What skin are you using? Who is your host? Can you send email directly through your host - outside of the phpVMS environment? Are you using an email address provided by your hosting company, your ISP or from Gmail, Outlook, Yahoo, etc.?? Lots of things could be causing your emails to fail. A big one is sending numerous emails at one time - sometimes anti-spam measures can mark them (and the sending email address) as spam. Then the email address gets blocked. There are lots of variables to look at.
  13. Solved by using http instead of https. OP will be updating his kACARS_Free client to 1.0.1.5 in the coming days and changing site back to https.
  14. You're welcome! Thanks for coming back and letting us know it worked out well for you. Yes, a fresh install and careful adding of skin/addons does wonders for the smoothness and speed.
  15. OK -that's good. What version of kACARS_Free are you using? If you want, contact me via PM with connection info and I will see if I can access it from here. At least that will confirm if it's something on your end or the program.
  16. Is kACARS_Free install in Program Files or Program Files (x86)? Are you running kACARS_Free as Administrator?
  17. Interested in this too. Please do keep us updated on your progress.
  18. Let us know how it all works out. 👍
  19. Sounds like you need to double check that all "http" entries are changed to "https". There is a post in the forums that discusses changing to https - but I was unable to locate it. EDIT: Have a look at this thread.....
  20. CURRENT_SKIN refers to the skin selected in the admin panel. If no addon skin installed, that means the crystal skin. But the crystal skin doesn't have a header.php file. I bet the old db is set for your addon skin instead of crystal. Go to admin panel and set the skin to crystal. Or if you can't get to admin panel, go into the active db Settings table and change the skin name there.
  21. Great... let us know how it works out.
  22. Make a backup of your database and marry that backup database to this new install. Test to see if its working. If so, add you skin and then slowly add any addon modules you use. If its still all working, change the new install to your old live database and redirect your domain to the new install location. If all that goes well, you now have a new install with your original database that is working as intended. If it doesn't work as you are doing the steps, investigate the last item you did which caused the issue to return.
  23. Glad to help - wish we could have found the culprit. Maybe someone else will see this thread and be able to assist further. Maybe time to start thinking of an upgrade to phpVMS 7 when released. Now may be a good time to start testing it out.
×
×
  • Create New...