
RocketRod
Members-
Posts
59 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by RocketRod
-
[SOLVED]Host upgraded server and php version, no getting errors
RocketRod replied to RocketRod's topic in Support Forum
I remember reading about Strict Standards errors before, and thought, "glad I don't have that issue". Now for a complete re-install. Many thanks to everyone. Got some work to do. -
[SOLVED]Host upgraded server and php version, no getting errors
RocketRod replied to RocketRod's topic in Support Forum
I don't want to install a new copy. It was running just fine for a couple of years, until a forced upgrade to php 5.6. -
My host upgraded hardware and php & mySQL to versions 5.6 for both. I did change the mysql password in the local.config.ini, but am getting these errors. Can someone point me where to look to fix them? Warning: Creating default object from empty value in /home/XXXX/public_html/fXXXXphpvms/core/classes/Vars.class.php on line 74 Strict Standards: Accessing static property Logout::$post as non static in /home/XXXX/public_html/XXXX/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Logout::$get as non static in /home/XXXX/public_html/XXXX/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Logout::$controller as non static in /XXXX/rocke2/public_html/XXXX/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property Logout::$activeModule as non staticin /home/XXXX/public_html/XXXX/phpvms/core/classes/CodonModule.class.php on line 73 Thanks!
-
Schedule Search (Airline, Aircraft, Arrival, Departure)
RocketRod replied to simpilot's topic in Simpilot Group Addons
I see only by distance, not hours in the original files. -
Schedule Search (Airline, Aircraft, Arrival, Departure)
RocketRod replied to simpilot's topic in Simpilot Group Addons
Is it possible to also add hours to this search? ( <2, 2-3, 3-4, 4> ) ? Thanks! -
How to Let Inactive Pilots Access Site? [SOLVED]
RocketRod replied to freshJet's topic in Support Forum
Maybe LOA module? -
Home page footer not alligned correctly [SOLVED]
RocketRod replied to tobyrice01's topic in Support Forum
try <center> <p>copyright © 2013 - 2014 <?php echo date('Y') ?> - <?php echo SITE_NAME; ?><br /> <!-- Please retain this!! It's part of the phpVMS license. You must display a "powered by phpVMS" somewhere on your page. Thanks! --> <a href="http://www.phpvms.net" target="_blank">Powered by phpVMS</a> | Designed by <a href="http://www.zumeweb.com" target="_blank">Zumeweb.com</a></p> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <link rel="icon" href="/favicon.ico" type="image/x-icon"> </center> -
You are not allowed to view this page Error. How to fix?
RocketRod replied to tobyrice01's topic in Support Forum
Toby, Near the top of your core_navigation.tpl there is a line, // Show these if they haven't logged in yet, put the link there. On the other issue, you have someting wrong on the install of the module (wrong directory or typo in the link). -
Jamboy, If you were to add that to the Admin panel, then the PIREP would be credited to the Admin that is logged on. To credit another pilot, you would have to add code to all the files it takes to generate a manual PIREP, which then all pilots would have to scroll through to pick their ID. You can save/reject/edit and add custom fields in the Admin panel so to me, I don't see a need to alter the existing way of adding a manual PIREP.
-
Either you need to set a base price for each pax, or enter the price when you are ready to approve the PIREP. Please don't become a "logbook service" by automatically approving PIREPS.
-
This is not schedules. This is PIREPS. When a pilot uses kACARS to submit a PIREP, there is a box where he can insert his routing. Once that PIREP is submitted to phpVMS, the routing data of that PIREP is only editable through the DB. I want to edit the routing data of that PIREP in phpVMS without going into the DB.
-
After looking at it again, the pilot has no area where they have any type of permission within phpVMS to edit a PIREP. So an admin will have to do it. In kACARS, you can enter a route prior to submitting the PIREP. Let's say the pilot enters KLAX SID DAG V587 BLD J60 DBL STAR KDEN. phpVMS doesn't understand SID or Star so it just draws a straight line on the map with the departure and arrival points, nothing in between. In order to fix that currently, the admin has to go into the db and delete the SID & STAR from that record. I don't want to go into the db to do minor tasks. Should be able to edit in the PIREP.
-
In the Details drop down, Routes. 24 hours. Thanks!
-
Either/or. Once you submit the PIREP in kACARS, there is limited editing in phpVMS. And the Route section is one that so far as I can tell is not editable through phpVMS.
-
Can this be done in PIREP Edit instead of going into the DB? Sure would be nice. Even as the submitter, you can't.
-
My best guess is that you need to focus on the files you have changed. You said you modified the layout tpl. Compare it and any other file you changed to the original to ensure you aren't missing something.
-
The entire vAriline folder goes into you phpvms/lib/skins folder. The "menu link" is the page you want to display in the drop down menu.
-
Look at your core-navigation.tpl It looks like you made the menu into a link. Compare to an untouched original file. </ul> </div> <!--1st drop down menu--> <div id="dropmenu1" class="dropmenudiv" style="width: 150px;"> <a href="<?php echo url('/'); ?>">Home</a> <a href="your menu link here">1st item</a> </div>
-
What I have done is get the average fuel price from my hubs and used that price per lb.
-
Thanks for the free release!
-
I have used them both. Recommend paid.
-
Pilot Manager Emailing Admin Name to pilots [UNSOLVED]
RocketRod replied to Curshad's topic in Support Forum
I use a separate login of flight dispatch (assigned to staff), and have that email address in the site settings (not the original installers email). I then forward that email address where it's needed. So all site communication comes from one anonymous email. -
I add a forwarder to my personal mailbox. Much simpler to me.
-
All I saw here was an auto pirep or a acars. I want to change a datetime value in a column in a table without doing it directly in the db. Thanks anyway.
-
Looks like an answer would be to build something to change the pilots last pirep date by admin. ACARSDataClass may hold the answer.