-
Posts
30 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by AlexS
-
Hey Guys, It's been a while since I've last been on these forums, and I can for sure tell you, I was a very immature person. Therefore by saying this, I'd like to remove a topic about my old virtual airline, in which I portrayed improper manners and immature behavior, as well as having an immature VA. Is there anyway I can delete that topic, and start from a fresh slate? Thanks, Alex
-
I'm not sure that is possible. I use x10 Free Hosting. I plane on getting paid soon, but I keep getting errors.
-
Hey Guys, I just recently got this problem that I know a lot of people have had before. Their is only one thing that stops me from fixing it....I can't save my files. Let's say I edit the files, the save button doesn't do anything. It's basically like it is disabled. Therefore I cannot fix the code and I have no clue what to do. Help would be much appreciated! Fatal error: Cannot re-assign auto-global variable _FILES in /home/airtran/airtranvirtual.net/public_html/core/common/PilotDataClass.php on line 436
-
Thank you Parkho
-
Yes....please pm me
-
I've figured out something! I'm started to fix the issue maybe...Now when I click on the name of one of the departure airports, depending on the day, it will say no routes have been found, or the actual flight info. I've also looked in my schedules in the admin panel, and when it says no routes have been found, that flight isn't on for today. But flights that are on for today has the Flight Info and Options Tab up, but the schedule is not there. This is what I mean:
-
Tried all your directions. My default skin is crystal, so I tried it. Did not work. Then I made a copy of schedules_results.tpl and placed it in lib/skins/crystal After that, it still does not work. I'm not sure if I made changes to the schedules_results.tpl. If so, I do not remember. I've looked around for a default copy of schedules_results.tpl and cannot find one.
-
So what do I do with the schedules_results.tpl? Meaning what should I edit or what should it look like?
-
I searched for schedules_results.tpl. There is no sign of it anywhere in my file manager.
-
-
I'm having the same problem
-
Didn't work Thanks for your suggestion though Chase - Alex
-
Hey Guys, For the past couple months, I have been having trouble with my flight schedules, they do not show up under the Schedules tab when logged in. My admin center shows that all of my schedules are active and inactive. I've also done these instructions by Nebeel; Find this: if(strpos($route->daysofweek, date('w')) === false) continue; Right above that, add: /* Check if a 7 is being used for Sunday, since PHP thinks 0 is Sunday */ $route->daysofweek = str_replace('7', '0', $route->daysofweek); I've updated the default template to handle this These instructions can be found here: http://forum.phpvms.net/topic/2698-flight-schedule-is-not-showing-up/ The instructions do not work at all for me. I also looked in my error log and there is nothing. Thanks for any help I receive, - Alex
-
Yeah GitHub's fixes did not work for me. What i said to solve is the only thing that works for me.
-
It doesn't work for me. http://www.airtranvirtual.net/ I tried the fix, didn't work
-
To solve: You must downgrade PHP 5.4 to PHP 5.3. To switch to PHP 5.3 for Free Hosting and Prime members: • Create a new file called .htaccess in the folder you wish to run as PHP 5.3, or edit the existing .htaccess in that folder, and add the following line: Code: AddType application/x-httpd-php53 .php .php5 .phtml • To switch to PHP 5.3 for Illuminated members: Create a new file called .htaccess in the folder you wish to run as PHP 5.3, or edit the existing .htaccess in that folder, and add the following line: Code: AddHandler application/x-httpd-php53 .php .php5 .phtml • To switch to PHP 5.2 for Illuminated members: Create a new file called .htaccess in the folder you wish to run as PHP 5.2, or edit the existing .htaccess in that folder, and add the following line: Code: AddHandler application/x-httpd-php52 .php .php5 .phtml If at any time you wish to change back to PHP 5.4, simply edit .htaccess and remove the line you added above.
-
Solved guys, thanks for your help.
-
Here is a link to my website: http://www.airtranvirtual.net/ I've tried all possible solutions given to me including this: http://forum.phpvms....php/#entry54604 this: http://forum.phpvms....llation-errors/ and this: https://github.com/n...hpVMS/issues/77 None of them seem to work. It must be a PHP 5.4 issue with my x10 Hosting or something. Do any of you have recommendations? Best Regards, Alex
-
I have this parse error on my website: syntax error, unexpected '@', expecting function (T_FUNCTION) in/home/airtran/airtranvirtual.net/public_html/core/common/PilotData.class.php I have tried to fix it, and I am really confused with the directions that was sent to me on my VA topic. Any help would be awesome!
-
No, I already have a skinner! Thanks for the offer though!
-
I'm not sure...
-
Awesome. Thank you Joeri
-
I'll have to run both considering I have a lot of X-Plane 10 users and FSX users.