Jump to content

RocketRod

Members
  • Posts

    59
  • Joined

  • Last visited

Posts posted by RocketRod

  1. 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!

  2. 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>

  3. 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.

  4. 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.

  5. 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.

  6. The other problem is, I don´t now which all files I must upload to my "phpvms Folder" (via FileZilla)?

    I only uploaded the "layout.tpl" and nothing more, to my VA Homepage.

    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.

  7. 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>

×
×
  • Create New...