Jump to content

CedGauche

Members
  • Posts

    117
  • Joined

  • Last visited

Everything posted by CedGauche

  1. I want to switch my whole server envoriment to php 7.2, because there are some other business projects on the server which are vulnerable with php 5.6, because there will be no secuirty updates anymore. At the moment my va is the only webpage stopping my switching to 7.2. I am able to migrate the va to another server with one instance and php 5.6, but this could be wasted time, when I am able to port over the page to 7.2. The link from phovms lecgacy with 7.0 support seems to be down ;(
  2. We are using phpvms 2 (latest official one with tpl files), but ported it over to php 5.6 and it's working fine. I want to switch over to php 7.0 for secuirty reasons, but I think none of my modules will work. I've made an test installation and it's a hard work to rebuild every module.
  3. Is there a tutorial to port a phpvms va working in php 5.6 into this new version?
  4. Is there new navdata available? Don't have SSH.
  5. Good morning from germany, I've created a new module with a form. But how can I get the form values as a variable into the DataClass query. The module has these 3 files: TourenDataClass.php Touren.php touren.tpl queries without variables from the TourenDataClass.php are working in the touren.tpl. I'm quity new in php so I need advice
  6. After switchting our page to https, the script had stopped working. What do we need to fix to get it working back again?
  7. It's phpvms classic (not the 5.5 version)
  8. Hi, yesterday I've updated to PHP5.6, since this update we have problems with our live map. Sometimes it's working, sometimes not (without changing something). It seems to be a javascript issue, the error is: I am usign phpvms classic, but also tried another acarsmap.js file (5.5), but this is also not working. Google API has been updated. When switching back to 5.4 the map is back again
  9. @mischka I've tried your code, but there is no graph, it's empty and there is only a "loading image"
  10. at the finances and in the pilot public profile (aircraft usage) are some more of these old
  11. We have expenses to simulate a real airline, but since 2 month every expense is doubled without changing something. The doubled expandes came in the database at the beginning of the monnth. In the phpvms_expenselog the expanses are twice, so that me make a big loss and the end of the month. Is there an option to fix that?
  12. Hi, sometimes a pirep is send up twice to the page, it's exaclty the same pirep at the same time. How can we solve this problem? We use kacars custom. thx
  13. just use the avg sql statement: https://www.w3schools.com/sql/sql_func_avg.asp
  14. I think that my host stopped the cron after memory issues, the recalulate hours script at the end of the maintenance.php was enough I deactivated this script and the cronjob ist working again.
  15. I have the same memory problems, so I disabeld the StatsData::UpdateTotalHours(); and the pirpep approval worked again! But Now I get this memory error when running the maintenance.php script or the reset hours function in the Admin menu. Is this a big problem? Or is there a way to reduce memory usage of the StatsData::UpdateTotalHours(); function? We have 13774 Pireps and a Memory Size of 128 MB.
  16. Hi, the maintenance script is planed as a cronjob every day at 01:00 am and it worked for 2 years now. But I noticed, that the script stopped marking pilots as retired. Only when I manually start the script by entering the url in the navbar the pilots are inactive. Anybody can help?
  17. 134217728 is the max memory available from my host
  18. Hello, after marking an inactive pilot to active and saving the profile I get the following Message at the top of the Admin Menu. Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8339 bytes) in/var/www/web1112/html/va/core/classes/ezdb/ezdb_mysql.class.php on line 282 I have also a cronjob which is cleaning the pireps table every month and no problems with memory issues until now. The DB is only 56 MB in size.
  19. But you get only a message, if the pitch angle was 2deg. If you want to have it for other values, you can copy it and change the angle of pitch here
  20. this is the wrong variable: data[i].code == "A330" It has to be data[i].aircraftname == "A330-300" or data[i].aircraftname == "B737-800"
  21. Yes, but it only works with VA-Central...
  22. Hey, I had this idea some months ago: A virtual Stock market for pilots of your VA. The pilots can spend their money and all pilots are in a competition, who is the best trader (of the month, of the year...). You can add virtual stocks and they are randomly generated or you are able to use an API like Yahoo Finance to get real values. As an option you can add your own VA into the stock market and it depends on the flights and revenue if the share rises or fall. We can code this script together, but my knowledge in php is not the best. I can make the conent and the layout or design.
  23. Nice snippet, thx! Is there a way to add variables, if these were not in the log? Like: if(!preg_match('/Overspeed!/i', $line)) $sover = -2; Don't work in my case
  24. Ok thx, that worked for me...but I think it's to complex to add external scripts or modules to phpvms. Now the error is: Fatal error: Cannot redeclare checkWinner() (previously declared in /var/www/web1112/html/va/core/templates/spiel4/card_results.tpl:59) in/var/www/web1112/html/va/core/templates/spiel4/card_results.tpl on line 95 The code from card_results.tpl:
×
×
  • Create New...