Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Something like this is coming (see Roger's thread in the Support section) Automated/estimated ticket prices are on the way too, eventually leading to free-flight if you're doing financials
  2. For financials, the PIREPs are referenced to the schedule it belongs to; if the schedule doesn't exist, then it's and orphaned PIREP. If you're not using financials, it's okay (I guess), but if you are, then it will throw that off completely. Just a word of caution to anyone else who is reading thing
  3. Your header is missing alot of javascript files, did you go the Template::Show stuff shown in the docs?
  4. Try the public release, but have you modified the registration form at all?
  5. Yep it does filter invalid characters, anything that's entered does get filtered for validity And yes, you need an API key for every site
  6. I just registered for your VA:
  7. You don't have any hub's added. Add a hub first, then it should work
  8. what's this: "Google map logout "loop war""
  9. Just a warning - this will produce disconnected PIREPs from the main, and also screw up your financial reports and NOT be accurate. I don't know the full back-end effects of this work around so any problems from it I can't really help you out there!
  10. Put an echo in the function the recentfrontpage like echo "hello";, just to see if it's being called?
  11. Hmm, seems to be working on both my test sites
  12. It should be the code that novamix posted
  13. I'm looking at it now, thanks Wasn't clear if it was a modified template or a code issue
  14. What? It's done automatically when running the installer/updater
  15. You shouldn't change that else { } statement, that'll break. I think you meant that in the first one
  16. Make sure that you indeed to revert back to the original. A captcha was added to that form
  17. It's been fixed in the 693 beta which went up about 20 minutes ago
  18. Rev 693 - Case-sensitive class creation for autoload on GoogleChart.class.php29 April 2009, 3:53 pmRev 693 - nabeel (1 file(s) modified)Case-sensitive class creation for autoload on GoogleChart.class.php~ /trunk/core/common/StatsData.class.phpSource: phpVMSDownload from http://downloads.phpvms.net
  19. The original worked?
  20. copy the CREATE TABLE from the install.sql file, or: CREATE TABLE `phpvms_schedules` ( `id` int(11) NOT NULL auto_increment, `code` char(3) NOT NULL default '', `flightnum` varchar(10) NOT NULL default '0', `leg` smallint(6) NOT NULL default '1', `depicao` varchar(4) NOT NULL default '', `arricao` varchar(4) NOT NULL default '', `route` text NOT NULL, `aircraft` text NOT NULL, `distance` float NOT NULL default '0', `deptime` varchar(15) NOT NULL default '', `arrtime` varchar(15) NOT NULL default '', `flighttime` FLOAT NOT NULL default '0', `daysofweek` VARCHAR( 7 ) NOT NULL DEFAULT '0123456', `maxload` INT(11) NOT NULL, `price` FLOAT NOT NULL, `flighttype` VARCHAR( 1 ) NOT NULL DEFAULT 'P', `timesflown` int(11) NOT NULL default '0', `notes` text NOT NULL, `enabled` int(11) NOT NULL default '1', `bidid` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `depicao` (`depicao`), KEY `flightnum` (`flightnum`), KEY `depicao_arricao` (`depicao`,`arricao`), KEY `code` (`code`) ) ENGINE=InnoDB ; Run that in phpmyadmin. Make sure to change the phpvms_ to your proper table prefix.
  21. Hey, Did you modify that template in any way? Try reverting to the default template
  22. Rev 692 - Updates for central, file-locking when writing pages to prevent potential ...29 April 2009, 7:13 amRev 692 - nabeel (6 file(s) modified)Updates for central, file-locking when writing pages to prevent potential ...~ /trunk/core/classes/SQL.class.php~ /trunk/core/common/CentralData.class.php~ /trunk/core/common/FinanceData.class.php~ /trunk/core/common/PIREPData.class.php~ /trunk/core/common/SiteData.class.php~ /trunk/index.phpSource: phpVMSDownload from http://downloads.phpvms.net
  23. Need some more details than that
  24. I'm shooting for an update this weekend, this won't make it in, we'll try for the next one
×
×
  • Create New...