Jump to content

Steve Bartlett

Members
  • Posts

    188
  • Joined

  • Last visited

Posts posted by Steve Bartlett

  1. I am using Military Aircraft, specificly US Coast Guard Aircraft. I have hunted down and found the ICAO codes for each, but I keep getting "Aircraft not Found" when trying to upload my Schedules. Yes the fleet has been entered into the Database.

    Any suggestions would be greatly appreciated

  2. I am getting these errors, no matter what skin I use. These are from the default crystal skin. Any suggestions?

    Also, I cannot get to the website via usvcg.org it wants usvcg.org/phpvms any way to fix that also?

    ( ! ) Warning: date() [<a href='function.date'>function.date</a>]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Denver' for 'MST/-7.0/no DST' instead in /home/hidden/public_html/phpvms/core/modules/news/news.php on line 45 Call Stack # Time Memory Function Location 1 0.0001 640728 {main}( ) ../index.php:0 2 0.0176 1217768 MainController::RunAllActions( ) ../index.php:60 3 0.0176 1218824 call_user_func_array ( ) ../MainController.class.php:218 4 0.0176 1219072 Frontpage->index( ) ../MainController.class.php:218 5 0.0181 1236472 CodonModule->render( ) ../Frontpage.php:27 6 0.0181 1236472 Template::show( ) ../CodonModule.class.php:98 7 0.0181 1236472 TemplateSet->showTemplate( ) ../Template.class.php:81 8 0.0181 1236616 TemplateSet->getTemplate( ) ../TemplateSet.class.php:167 9 0.0189 1281152 include( '/home/hidden/public_html/phpvms/core/templates/frontpage_main.tpl' ) ../TemplateSet.class.php:255 10 0.0189 1281360 MainController::Run( ) ../frontpage_main.tpl:7 11 0.0189 1283064 call_user_func_array ( ) ../MainController.class.php:263 12 0.0189 1283400 News->ShowNewsFront( ) ../MainController.class.php:263 13 0.0192 1279352 date ( ) ../news.php:45

    ( ! ) Warning: date() [<a href='function.date'>function.date</a>]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Denver' for 'MST/-7.0/no DST' instead in /home/hidden/public_html/phpvms/lib/skins/crystal/layout.tpl on line 117 Call Stack # Time Memory Function Location 1 0.0001 640728 {main}( ) ../index.php:0 2 0.0218 1274392 TemplateSet->showTemplate( ) ../index.php:72 3 0.0218 1274536 TemplateSet->getTemplate( ) ../TemplateSet.class.php:167 4 0.0511 1326344 include( '/home/hidden/public_html/phpvms/lib/skins/crystal/layout.tpl' ) ../TemplateSet.class.php:255 5 0.0520 1327480 date ( ) ../layout.tpl:117

  3. I just installed PHPvms and when I get to the part that asks for my information as a the first pilot I am getting a crap load of errors, most of them having to do with Codonmodule.class.php. Here is an example of a few below:Strict Standards: Accessing static property PIREPAdmin::$post as non static in /home/xxxxx/public_html/phpvms/core/classes/CodonModule.class.php on line 67Strict Standards: Accessing static property PIREPAdmin::$get as non static in /home/xxxxx/public_html/phpvms/core/classes/CodonModule.class.php on line 68Strict Standards: Accessing static property PIREPAdmin::$controller as non static in /home/xxxxx/public_html/phpvms/core/classes/CodonModule.class.php on line 70Strict Standards: Accessing static property PIREPAdmin::$activeModule as non static in /home/xxxxx/public_html/phpvms/core/classes/CodonModule.class.php on line 73Strict Standards: Accessing static property PIREPAdmin::$controller as non static in /home/xxxxxx/public_html/phpvms/admin/modules/PIREPAdmin/PIREPAdmin.php on line 23I replaced personal information with the xxxxxAny help would be great Thank youSteve Bartlett

  4. I just a website through Go Daddy and trying to install the phpvms/install/install.php and it keeps giving me this error:

    Fatal error: Class 'DB' not found in /home/xxxxxxxx/public_html/phpvms/core/common/SettingsData.class.php on line 28'

    xxxxx is actually something else, but not posting here

    On lines 27 and 28 I have this: $sql = 'SELECT * FROM ' . TABLE_PREFIX . 'settings';

    $all_settings = DB::get_results($sql);

    Yes my data base is set up as phpvms_prefex as stated in the install instructions.

    Thank you,

    Steve Bartlett

  5. Yes, we are actually fully functional and doing flights. This was an after thought, so that all the pilots have to do is put the website url in their ivao flight plan remarks and their pirep would then be automatically submitted at the end of the flight.

  6. i stated it like this i i remember in the beginning that jasper made his IPS for phpvms i had the exact same problem that he now is stating and he fixed that one lateron.

    also been looking on your website before making that statement and notished a rather not liked name in your pilots list known for stealing code and websites

    If you looked around my website then you also would have noticed, the person you mentioned IS NOT on my staff!! I said the person who is working on this, is ON my staff, WOW, the nerve of some people here!

    Parkho, thank you sir, I appreciate it very much!

  7. We are trying to set it up, so that all we have to do is put the website url in our comments section of the online flightplan, and it would record our flights as pireps. The person working on this, asked this below. I am a newbie to this so I don't know the answer, LOL

    "I think I got the API mostly worked out, but I need to know if the internal search functions of the VA System you have will pull out an IVAO ID number and if not, what table it’s in and the name of the column."

    Thank you in advance!

  8. I am getting this after approving a Pirep: Warning: imagestring() expects parameter 2 to be long, string given in /home/vforg/public_html/core/common/PilotData.class.php on line 1054This is what I have for line 1054: imagestring($img, $font, $xoffset, $currline, $output[$i], $textcolor); What do I need to do to fix this error?

  9. Okay great, thank you. One more, LOL

    Been getting these from day one. 1035 and 1036 have to do with font height and width, 1054 has do with images. That should be the last of the help I need for now. Thank you

    Warning: imagefontheight() expects parameter 1 to be long, string given in /home/vforg/public_html/core/common/PilotData.class.php on line 1035

    Warning: imagefontwidth() expects parameter 1 to be long, string given in /home/vforg/public_html/core/common/PilotData.class.php on line 1036

    Warning: imagestring() expects parameter 2 to be long, string given in /home/vforg/public_html/core/common/PilotData.class.php on line 1054

    Warning: imagestring() expects parameter 2 to be long, string given in /home/vforg/public_html/core/common/PilotData.class.php on line 1054

    Warning: imagestring() expects parameter 2 to be long, string given in /home/vforg/public_html/core/common/PilotData.class.php on line 1054

    Warning: imagestring() expects parameter 2 to be long, string given in /home/vforg/public_html/core/common/PilotData.class.php on line 1054

    Warning: imagestring() expects parameter 2 to be long, string given in /home/vforg/public_html/core/common/PilotData.class.php on line 1054

  10. I am getting this Error when Pireps are approved : Fatal error: Class 'LogData' not found in /home/vforg/public_html/admin/modules/PIREPAdmin/PIREPAdmin.php on line 319

    Here is line 319: LogData::addLog(Auth::$userinfo->pilotid, 'Approved PIREP #'.$pirepid);

    This just started the other day, all data seems to saved okay, we are not missing flights or hours in our "logbooks". Can anybody tell me what is wrong and how to fix it? Yes I am a newb when it comes to this stuff.

×
×
  • Create New...