
Steve Bartlett
Members-
Content Count
188 -
Joined
-
Last visited
Community Reputation
9 NeutralAbout Steve Bartlett
-
Rank
Advanced Member
Profile Information
-
Gender
Not Telling
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Didn't work, still getting 01/01/1970
-
On the Recent Flights on the front Page of the website it keeps showing the date of 01/01/1970, it should show the date the Pirep was filed. Here is the code I am using: <?php # RECENT FLIGHTS ;?> <div class="col-md-6"> <div class="hr-title hr-long center"><abbr>Recent Flights</abbr></div> <div class="table-responsive"> <table class="table table-condensed table-hover"> <thead> <tr>
-
The previous flight map on my website has decided to disappear. All that is showing is what looks like a piece of paper with the upper right corner dog eared. Any help would be greatly appreciated. I cleared my cookies, but that didn't help either
-
Fixed! Apparently that is what happens when you load the wrong file, LOL. I loaded the excel file instead of the CSV file, DUH!
-
Loading my second round of schedules using the import schedules. I did save it as csv. The first round is fine, this time I get this, and that is just part of it. Does anybody know what is going on? Airline with code �L1�bma]���u���t���(gZ��[Wvr���2���u{���`�M� does not exist! Skipping... Airline with code ��9fe�q�wW@�(^��wd�b�h �a��8g.J pC�*Xx8��r�bV�`|Xƻ�cǵ�YU3J��Ý8b�3+��(�������Q��u���K>Q�ELKM2�#'��vi~����vl�wu8+�z��HH�J����:�)
-
http://forum.phpvms....e +registration
-
I just approved a bunch of Pireps and this is what the error is that I am getting: Fatal error: Call to undefined method SchedulesData::changeFlownCount() in /home/steve14958/public_html/core/common/PIREPData.class.php on line 1218 And here is what line 1216 through 1218 says: if($status == PIREP_ACCEPTED) { self::calculatePIREPPayment($pirepid); SchedulesData::changeFlownCount($pirep_details->code, $pirep_details->flightnum, '+1');
-
It is a fresh install.
-
Forgot to mention that the flights are showing up on all the maps, and in our "View My Pireps" but not in the areas mentioned above.
-
For some reason, our flights are not being recorded in the admin center or on our public and pilot center profiles. For example I have done about 6 flights and everything still shows 0 flights and 0 hours.
-
That can get expensive quick, when you are working not only that airline, but all of the code shares too.
-
I read that, but 1 doesn't help now, LOL. And two, sounds like we would still have to enter manually. Too bad there isn't a way to upload a PDF airline schedule and a program extracts that puts it all on the right places, LOL.
-
There has to be an easier way to do schedules rather than one line at a time in Excel isn't there? Please tell me there is.
-
It works, thank you very much!
-
[SOLVED] Front Schedules and Hub Transfer error
Steve Bartlett replied to Steve Bartlett's topic in Simpilot Group Addons
Fixed, I found this and it worked: http://forum.phpvms.net/topic/8192-solution-strict-standards-errornew-php/