Jump to content

Kishshey

Members
  • Posts

    81
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

7113 profile views

Kishshey's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. I haven't done this yet. But, what I would do is, first compare the CSV files from old PHPVMS with the new V7 CSV structure, and modify the old one to organise it to match the new format, and in theory that should work.
  2. Hello my name is Philip I wanted to ask you about the problem you had with the smartcars of your problem today I've got the problem I wanted to know how you solved it?

  3. Thanks parkho, you've always been a great help. I'll try this one out
  4. Hello, I need to create a page that will show the live flight information with the ACARS data, for a specific Flight Number I also need the ability to GET the flight number from the url (test.php?flightnum=1533) Can anyone give me a push in the right direction for this. I'd appreciate it a lot. Thank you, Kishshey
  5. Hello, Perhaps could you give me an example? I appreciate your help
  6. Awesome, I'll give this a try tonight. Thank you for helping, as always
  7. Returns with this error again Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Schedules' does not have a method 'viewaction.php' in xxxyyy/core/classes/MainController.class.php on line 218
  8. I see the following on the errors page TypeError: $.components is undefined var options = $.components.getDefaults("animsition"); animsition.js (line 48, col 9) TypeError: a.Ak is undefined ...(){_.rc(["util","stats"],function(a,{a.Ak.Dh();a.j();d&&b.Vc.j({ev:"api_alread... js?sensor=true (line 115, col 1088) Thanks
  9. yes, it is, and the header file has not been touched at all. Just the way it came
  10. I have the "same old" No route passed error. However noConflict is not helping this time. I am using PHPVMS 5.5.2. I can confirm that default skin works fine. I also tried removing ALL javascripts from my theme(leaving only the default comes with phpvms 5.5.2). Still no luck. However, I noticed when I add the JQuery noConflict line on the theme, I get this error Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Schedules' does not have a method 'viewaction.php' in xxxyyy/core/classes/MainController.class.php on line 218 Thanks, Kishshey
  11. I think the same No Route Passed error, I even have jquery noconflict on the code, still can't get it to send the data through
  12. Sounds great. Also fix the line 29 on airport search. For action URL was incorrect. I will keep you posted if I come across anything Thanks for your good work
  13. On the source code of the page rendered I found Fatal error: Class 'RealScheduleLiteData' not found in /core/templates/fbsv/airport_search.php on line 49 I deleted the files from your previous release, I will try re uploading the RealScheduleLite file from your V1
  14. I would never have finished it =D Btw I got this Fatal error: Class 'FBSV2Data' not found on several files(Module file, airport_search.php) I tried changing the class to FBSVData, currently testing. **EDIT Better yet, I renamed the class FBSVData.class.php to FBSV2Data.class.php and did the same to the line 2 of that file. It's working(sort of) now, however my template is missing. I think I'm doing something wrong. This is all I see
×
×
  • Create New...