Jump to content

Steve Bartlett

Members
  • Posts

    188
  • Joined

  • Last visited

Everything 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. Solved I was missing two lines of code: # Page time zone date_default_timezone_set('America/Denver'); In the core/local.config.php
  3. 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
  4. Thank you sir. For future reference if anybody goes through Go Daddy in the C-panel towards the bottom you can change the version yourself and takes up to a 1/2 hour to update. This issue has been solved
  5. 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
  6. Okay thank you. Now I just need to figure out Go Daddys server path, LOL. Have an e-mail shot of to them. Thank you again
  7. 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
  8. Something is not working right, the pictures of the awards are not showing up, yes they are in the Database and are able to assign the awards
  9. Okay, great thank you sir! I will pass this along!
  10. 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.
  11. Actually we are IVAO. Would I have to create a new table, or would the information he needs be found in the phpvms_pilots?
  12. 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!
  13. Yes we have done that, when somebody registers they are required to provide their IVAO ID and it also shows up on their Profile in the admin side.
  14. I have no idea who Jasper is. The staff member that is doing this, is doing the code on his own, he didn't take it from anybody.
  15. 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!
  16. Okay Kyle, I copied and pasted what you gave me above, and now I get a fatal error: Fatal error: Call to undefined function int() in /home/vforg/public_html/core/common/PilotData.class.php on line 1054
  17. Buehler?........ Buehler?............Buehler?
  18. 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?
  19. Okay, that fixed lines 1035 and 1036. What about line 1054?
  20. 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
  21. Okay, this is what I am getting: [Error] ../core/common/LogData.class.php doesn't exist I searched for it and it is not there. Now, can I simply add it, or will it mess up what has already been done as far as flights or anything else?
  22. I have never done that before, how do I do it?
  23. 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...