Jump to content

mark1million

Moderators
  • Posts

    2283
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. OK i have fixed my problem, after moving hosts something got screwed up so i downloaded the latest stable release over wrote everything and done another check All is now OK. the world is good again......
  2. OK Database is OK but check install i get, Logs doesn't exist because i get an error and deleted the folder for the time being. I have just changed hosts so all of my own doing here somewhere i believe.
  3. Anyone else had problems with a blank screen upon registering? Also im getting the following error about cant redeclare logs in the admin modules after this update.
  4. Nice work man, cant wait. thanks
  5. Im in the middle of setting up another va and this skin would be perfect
  6. Roger any new on the release of this new skin?
  7. Hey Roger Excellent as usual, i really like that. May have to have that for mine
  8. You can always put your database somewhere else and connect to it from your host, thats another thought...
  9. Finance is good monthly stats not so good, ticket raised
  10. Classic!!!! Always reliable with the addons. Thanks for your work....
  11. Great Stuff! Thanks for that. Saves me doing a static page
  12. NO problems at all on either. Uploaded fine.
  13. Im on shared and a dedicated box, if you need anything over this side of the world.
  14. Thats exactly what i do I have 3 installs on the same database, server in US, UK and upstairs in my office.....
  15. Ah sorry, from an added page in the pages folder, <a href="http://grantsva.com/index.php/routemap/hubmap/egkk" title="EGKK" target="">Gatwick</a>
  16. <?php class RouteMap extends CodonModule { public function __construct() { CodonRewrite::AddRule('routemap', array('maptype', 'hub')); } public function index() { if($this->get->maptype == 'hubmap') { // Show hubmap $params = array( 's.depicao'=>$this->get->hub, 's.enabled'=>1 ); // Show only 20 routes $allschedules = SchedulesData::findSchedules($params, Config::Get('ROUTE_MAP_SHOW_NUMBER')); if(count($allschedules) == 0) { echo 'There are no departures from this airport!'; return; } $airportinfo = OperationsData::GetAirportInfo($this->get->hub); echo '<h3>Departures from '.$airportinfo->name.'</h3>'; } else { # Get all of the schedule $allschedules = SchedulesData::findSchedules(array('s.enabled'=>1), Config::Get('ROUTE_MAP_SHOW_NUMBER')); } $this->set('allschedules', $allschedules); $this->render('flown_routes_map.tpl'); } }
  17. This is something that i never seem to get round to but i have the following error with my hub / routemap, Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'RouteMap::hubmap' was given in /home/mgrant/public_html/grantsva.com/core/classes/MainController.class.php on line 292 I posted about a year ago and Nabeel posted a line of code to add, is this still relevant? Im on the latest beta but its never worked now or ages
  18. Hi Nabeel, Got a couple of problems with the latest beta, no map showing or financials, pilot route map also throws up errors, grantsva.com//core/templates/flown_routes_map.tpl" doesn't exist in
  19. Nabeel, I have just uploaded the core folder again from my test server and that seems to have fixed what ever was wrong with it. Strange..... Thanks for your help.
  20. No never changed the form template, i will pm you with login.
  21. I have over 2000 sessions, cleared them and browser cache still the same. I have exactly the same files on my test server and that logs in fine, just on the main site its playing up.
  22. Hi when ever i try to login i keep getting redirected to the page "You must be logged in to access this feature!" At first i thought it was a db problem so i have restored the database back to when i know it was working but still get the same. I thought i was something i have done so i have removed my current skin and still get the same, any advise would be appreciated. Thanks.
  23. Or you can create a new page in the admin of your site and embed or iframe link to it......
  24. Yeh done that but when you have over 1000 routes it gets a bit laborious updating all those and adding hours and flight times.... Just after a short cut Ctrl c lol
×
×
  • Create New...