-
Posts
117 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by CedGauche
-
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
CedGauche replied to ProAvia's topic in Support Forum
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 ;( -
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
CedGauche replied to ProAvia's topic in Support Forum
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. -
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
CedGauche replied to ProAvia's topic in Support Forum
Is there a tutorial to port a phpvms va working in php 5.6 into this new version? -
Is there new navdata available? Don't have SSH.
-
Getting variable from template into class / module
CedGauche replied to CedGauche's topic in Support Forum
Thank You Leonard, I will try it -
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
-
After switchting our page to https, the script had stopped working. What do we need to fix to get it working back again?
-
It's phpvms classic (not the 5.5 version)
-
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
-
@mischka I've tried your code, but there is no graph, it's empty and there is only a "loading image"
-
at the finances and in the pilot public profile (aircraft usage) are some more of these old
-
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?
-
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
-
just use the avg sql statement: https://www.w3schools.com/sql/sql_func_avg.asp
-
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.
-
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.
-
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?
-
134217728 is the max memory available from my host
-
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.
-
this is the wrong variable: data[i].code == "A330" It has to be data[i].aircraftname == "A330-300" or data[i].aircraftname == "B737-800"
-
Yes, but it only works with VA-Central...
-
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.
-
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:
-
Okay, this is my module now: And this is the function: But the error is the same again: Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'spiel4' does not have a method 'card_results.tpl' in /var/www/web1112/html/va/core/classes/MainController.class.php on line 218 Sorry for my questions, this is complete new for me and I am not an native english speaker