Jump to content

ProAvia

Administrators
  • Posts

    1695
  • Joined

  • Last visited

  • Days Won

    75

Everything posted by ProAvia

  1. Actually there is a way to change the php version on the TFDI servers - as one of my fellow developers uses them and is able to do it. It's in a new section. Let me see if he can point you in the general direction.
  2. I am not a big fan of just hiding the errors. The error you are seeing is because you are running php 7.2.29 and not php 5.6 I would suggest asking your hosting company to help you set the phpVMS directory to use php 5.6 - if they have that php version available. Or.... contact me via PM and provide your cPanel login details and I will take a look.
  3. The first thing I would do is to verify that the directory phpVMS is in is using PHP 5.6 and not some version of PHP7. You shouldn't get that error in PHP 5.6 . Create a phpinfo.php file to check the PHP info of the phpVMS directory. https://mediatemple.net/community/products/dv/204643880/how-can-i-create-a-phpinfo.php-page
  4. Post the full link when you hover over the "Bid" button. RIGHT click, copy the link and post it here. Possibly the schedule ID isn't getting passed.
  5. Maybe something in the above post will help.
  6. I deleted your other 2 posts with the same question. Only post in one location. And many times it is better to start a new post than to post in an older post that hasn't had a reply in over 6 months. That being said, hopefully you will receive a reply here in short order.
  7. That would be the issue. The pilots table and a few others have changed to allow MySQL 5.6 and MySQL 5.7 to work. I suggest you install a virgin 5.5.2.72 and then compare the databases - especially the pilots table, news table and pages table. Probably the best way is to copy the data ONLY from the old database to the new database - one table at a time. A little time consuming, but at least the table structure will remain intact in the new database.
  8. If you'd like me to take a look, send me an admin logon via PM.
  9. Did you do a complete fresh install or are you using a database from a prior version?
  10. Change back to default crystal skin and try adding the schedule again. Does it work with the default crystal skin? If you refresh the page after adding the schedule, is the schedule now displayed?
  11. Put the same in for the default joindate. You may get other date type errors - and may possibly need to change those too. If they display date and time... 0000-00-00 00:00:00 ..... use 1970-01-01 01:01:01 Or change all three to what is in my pic above and see if that works. Did you use your old database or is this a totally fresh install?
  12. Try changing that default to 1970-01-01 - and let us know if that works.
  13. Did you install phpVMS 5.5.2 or phpVMS 5.5.2.72? What version of PHP? What version of MySQL or MariaDB? What skin are you using? What addon modules do you have installed?
  14. It can be a LOT of work - especially if one is using a bunch of addon modules. Careful planning is key. Backup the existing site and DB first. Install 5.5.2 as a separate site. Install the 5.5.2 compatible modj,es and edit older modules to work with 5.5.2. Test the 5.5.2 site.... test again... and a third time. Then move/merge the 2.x DB with the 5.5.2 DB. Do site and DB backups every step along the way. Good luck!
  15. This looks interesting.... what versions of phpVMS will this be available for? Do you have pricing worked out yet?
  16. Not exactly.... you will need to update their existing db tables to include any new fields and there are a few table additions too. Certainly can be done if you are confident in your abilities. Be sure to backup the DB first and also do it frequently during the conversion process. You will also need to update a good number of addon modules for them to work correctly. It may be better to leave as is and wait for phpVMS v7 to release. It shouldn't be much longer. Of course, they will need PHP 7 on their host. As is stated in the 5.5.2 readme file - "... This version is not for the faint of heart. If you have modules and other addons that worked on older releases of phpVMS they will most likely break in this version. ..."
  17. Do you mean in the email that goes to the admin to advise of a newly submitted PIREP? If so, you can have multiple recipients by having the initial email go to an email address on your site and then setting up email forwarders to forward that email to multiple email addresses. So set your site admin email to something like "dispatch@my_site.com". Then go into your cPanel and be sure that email address exists - if not, creat it. Then set up email forwarders from "dispatch@my_site.com" to the multiple recipients desired. As for the info contained in that email, you would need to edit /core/common/PIREPData.class.php to include the info you want. Look near line 757 for - # Send an email to the admin that a PIREP was submitted - and edit the area immediately below it. Be sure to backup the file first before editing it.
  18. What version of PHP? What version of MySQL or MariaDB? Open the pilots table and click on Structure. does it match the below pic - specifically the lines with the red marks? https://drive.google.com/file/d/1hH3eATpqdinQWlY5MbGZbF-3rqyCpU5H/view?usp=sharing Did you 'update' from a prior version of phpVMS or install a new phpVMS 5.5.2.72 ???
  19. There is no "version 5" of phpVMS - provide a link to the file you downloaded. phpVMS 2.1.x (original, updated a while back for those still on version 2) - not recommended for a new install. phpVMS 5.5.2 (simpilot version that works with PHP 5.x) - lots of skins and addon modules will work with this version. phpVMS 5.5.2.72 (updated simpilot version that works with PHP 7.0-7.2) - some edits to existing skins and modules may be needed If you are able to set PHP versions on your host, I recommend you set it for PHP 5.6 and use phpVMS version 5.5.2 If you are stuck on PHP 7.2 it is recommended to use phpVMS 5.5.2.72 What version of MySQL or MariaDB are you using? Have you checked the error_log for any errors (you do have error logging turned on, don't you?)?
  20. Once again - there is no phpVMS 5.25 - it does NOT exist. What phpVMS version? What PHP version? What MySQL/MariaDB version? What skin are you using? If using an addon skin, have you gone back to the default crystal skin to see if it works there? What other addon modules have you added?
  21. I assume you mean phpVMS 5.5.2 . If so, post your issue in the correct forum area. This section is for phpVMS 7 ONLY.
  22. That is not a problem with phpVMS 7 - it is probably an issue with APVacars. Possibly the developer of APVacars hasn't updated the program to work correctly with the latest phpVMS 7.0 beta release.
×
×
  • Create New...