#########INSTALLATION######### 1. Copy the "core/modules/InstantWeather"-folder into your "core/modules"-folder of your va 2. Copy the "core/templates/instantweather"-folder into your "core/templates"-folder of your va 3. To show the module in the navigation: \<li\>\<a href="\<?php echo url('/instantweather'); ?\>"\>InstantWeather\</a\>\</li\>
the DOV is my page of pilots, where access to everything after the login, what happens is that it does not load when I install the module, there is only a white screen in the browser!
the DOV is my page of pilots, where access to everything after the login, what happens is that it does not load when I install the module, there is only a white screen in the browser!
Hi, I’ll Look at your issue at monday when I’m at home
I installed your module, but the following occurred, my DOV does not work after the installation via PC, but via Cellular it accesses normally!
my PHPVMS is 5.5
Hey LeeCley2017!
I tested it on my computer with the phpvms 5.5.2 and get the warnings at the top of the page:
Warning: Cannot modify header information - headers already sent by [...]
To solve this, you just have to cut out line 1-6 in core > modules > InstantWeather > InstantWeather.php
\<!--/////////////////////////////////////////////////////////////// /////InstantWeather Module v1.3 for phpvms by Philipp Dalheimer//// //////////////////////www.philippdalheimer.de////////////////////// ///+ DO NOT EDIT + FOR FREE USE + PHPVMS FORUM: MrDonutButter +//// ///////////////////////////////////////////////////////////////--\> \<?php class InstantWeather extends CodonModule { [...] } ?\>
To make it simple I’ve uploaded a new version of the module. So you just have to download the version 1.4 and try it again. It could be, that this causes your error with the DOV.
If you’ve tested it out, please contact me again if it works. Thanks.
I wanted to give you an idea, what would you like to include the track in use?
another thing I have identified is that it takes the current landing location as the current location, but if it jumps to another location it does not identify that change and continues to mark the last landing location if it changes to the current location of the pilot at events it will register correctly, it’s just a suggestion!