Jump to content

goldenairways

Members
  • Posts

    139
  • Joined

  • Last visited

Posts posted by goldenairways

  1. On your hosting package, you should be able to install most boards. I think probably the ones you are talking about are auto-script installers, such as Fantastico De Luxe, Softaculous,etc. Although there are a wide range of boards which should in theory work with your hosting package.

  2. Ok, if you would like me to provide you with a sub-domain for a short while I will try and get you one if you would like. If you send me an e-mail allan[at]goldenairways[dot]co[dot]uk and I will try and help you out. Or you can IM me on MSN to discuss it, as I dont use skype now. My address for MSN is allanwagner[at]live[dot]co[dot]uk. Thanks

  3. I have noticed some issues with our website which I can seem to figure out. First of all on sundays (possibly other days too), no routes or schedules come up on the schedules page, which is a little strange. And yes, we have set the days to every day and have been doing it in CSV, for days of week it has "1234567" in all of them. Which to me looks like it should work. Secondly the route map is not showing all of the flights we have and schedules we have. Thirdly when using CSV we seem to have a lot of duplications when we upload them which is a little strange since we are not adding these.

    I have been reported the routemap issue but from what I can gather thats the basic issue. The schedules issue I have noticed is the main one because we really need these to appear, we arn't really interested in having specific times or dates set for flight. Any other questions I will try and anwser them. Thanks.

  4. I have 2 questions about the phpVMS API and about using it with VB applications. First of all is it possible to use the API to view things like previous pireps, schedules, etc but also submit PIREPs via it (plus adding comments) and view/alter the pilot profile. Also is there ways to also use admin functions and control everything which you can via the admin panel. The reason is I am considering making an application client for my virtual airline so the pilot changes everything in the app, instead of online. Its mainly going to be made for experience as I am planning on making another application, but this will be a  little practise and I am mainly doing this because there is a way I know how this can be used. Instead of making web browsers which have no actual use in the end.

    Thanks.

  5. I have hit an issue with the footer.tpl. The design looks fine appart from no footer at the bottom. Which also means no "designed by" for the template and no "powered by" for phpVMS. It says the following:

    Notice: The template file "/home/goldair/domains/goldenairways.co.uk/public_html//lib/skins/goldenairways/footer.tpl" doesn't exist in /home/goldair/domains/goldenairways.co.uk/public_html/core/classes/TemplateSet.class.php on line 211

    I have checked line 211 for TemplateSet.class.phh and it says:

    			trigger_error('The template file "'.$tpl_path.'" doesn't exist');
    

    I am pretty sure its the extra slash after the public_html thingy but no idea which file to change it in. Any help would be appreciated. Thanks

  6. I have done a search and can't find anything related, might just be searching for the wrong thing but I would find it very useful if we had a return flight function. Because at the moment we have to manually add an extra schedule for return, which starts to get a pain. If it is already in phpVMS I have not came accross it. Thanks

  7. I am currently trying to help somebody start a VA up, about a month ago I offered to start the site for him and help create a skin, but I have been busy the last 2-3 weeks and I am now up to my knees with things to do. I wonder if somebody could make it on behalf of him, aparently he has lost his account details for this forum though. Any help greatly appreciated. Sorry about this though.

  8. I am just transfering from my old host to my one, but I have setup a phpVMS database and changed all the details in the local.config.php file. However on the homepage it says:

    Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'goldenai_allan'@'localhost' (using password: YES) in /home/goldenai/public_html/core/classes/ezDB_MySQL.class.php on line 108

    Database connection failed (1045: Access denied for user 'goldenai_allan'@'localhost' (using password: YES))

    In the "ezDB_MySQL.class.php" (line 108) it is:

    $this->dbh = mysql_connect($dbhost, $dbuser, $dbpassword, true);

    I the only thing I have noticed is "dbh" but doubt it. Any help would be appreciated.

  9. I'm no expert but using my limited knowledge, it might be because the files arn't linking or something. What I had to do was put the actual url to the .css and also in the .css, put the URL image links and stuff, instead of just directories. But thats just from what I would do.

×
×
  • Create New...