Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
- 1 follower
- 2 replies
- 1.1k views
Hi, I am having trouble transferring databases. I have a new website host - I have done a fresh install, got the basic website up and running again. As soon as I transfer the schedules table I get the following problems: The page loses its css. And the following error is given: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 5 bytes) in /home/globalal/public_html/core/classes/ezdb/ezdb_mysqli.class.php on line 281 If I empty the table then the page works but obviously "no route is found". Page can be found at:Schedule Page Any Suggestions?
Last reply by Vangelis, -
hello; i have this error Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; RSSFeed has a deprecated constructor in xxxxxx\core\common\RSSFeed.class.php on line 20 Can you help me solve this? Thanks
Last reply by web541, -
- 2 replies
- 1.1k views
Hey all. I know this topic is talked about to death, but the server can't fetch airport info. I really don't want to have to do this manually because I have almost 792 schedules with somewhere around 450 unique airports. Is there a server that's up that allows finding the airport info? Thanks
Last reply by SeekanDStroy, -
- 1 reply
- 971 views
When I try to install a skin, one of the directions is to “upload the lib folder to my phpvms installation directory.” Does anyone know how I did that? It’s the only thing I can’t seem to crack.
Last reply by servetas, -
- 13 replies
- 2.3k views
I tried using many methods of displaying the pilots Id on the main menu, i tried: <?php echo PilotData::getPilotCode(); ?> also: <?php echo $pilotcode; ?> full example: <li><a href="<?php echo url('/pilots'); ?>"><?php echo PilotData::getPilotCode();?></a></li> (etc) I can only get these to work, when i am in pilotcenter, i need them in my core_navigation main.
Last reply by in2tech, -
- 7 replies
- 4.3k views
Hello every one! Can someone help me? In fact, I would like to have a pilot list without hubs. Can someone give a php code for pilot.php in modules? to order my pilots in a single list. I hope you could help me! Thomas
Last reply by AidasP, -
- 0 replies
- 773 views
http://smallplanet.epizy.com/index.php/pilots as you can see it looks terrible, i am trying to user bootstrap tables, again with no success, why does the table repeat all the time, and (probs that why), how in the f world do i get rid of hubs, the Pilots.php has completely nothing todo with it, because, when i delete everything from the file, no changes are made, and its annoying me so much, how do i get rid of the airport names? Aidas thanks in advance!
Last reply by AidasP, -
- 3 replies
- 1.2k views
I am trying to start up a New VA Club were you can fly an airplane you like or military flight you like and Airline flight I need to see if I can change some coding around to meet my needs if I can, I am trying to take away the flight scheduled but keep the auto pirep going were they can file any kind of flight they want, without having a set flight scheduled or bids like the other VA have.
Last reply by in2tech, -
- 1 follower
- 1 reply
- 1k views
Hello, once I upload all of the files onto my site using my FTP client, I am unable to proceed with the installation of phpvms. I am currently running windows 7. The message I get is "You need PHP 5 (your version: 7.1.11)." Any idea on what is happening and where I cant download PHP 5?
Last reply by Vangelis, -
- 8 replies
- 1.7k views
Hello friends, I have my index.html and i want this numbers comes auto from admin panel. I tried <?php echo StatsData::PilotCount(); ?> insteed of this <h1 class="counter-title counter-num">16</h1> but didnt work. Can i have help?
Last reply by in2tech, -
- 5 replies
- 1.6k views
When i send mass emails im using port 465 = secure sll and i check my inbox and i never receive anything but if i use port 26 = unsecure i receive it in my spam immediately i would love to know the fix to this that way all emails sent will go to inbox not spam box
Last reply by servetas, -
- 1 reply
- 1.7k views
Hello someone help ge get rid of this error it constantly displays an error Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. please help.
Last reply by servetas, -
- 4 replies
- 1.8k views
Hello Guys, I need your help. We would like to disable the Pilot Registration Site if i.E. 300 Pilots are in our VA. When we delete a Pilot and came so bellow 300 again it should be enabled again. Here a snipout of our Website to show the Registration: <li class="b-top-nav__2level_title f-top-nav__2level_title">Register</li> <li class="b-top-nav__2level f-top-nav__2level f-primary"><a href="<?php echo SITE_URL?>/index.php/registration"><i class="fa fa-angle-right"></i>Register</a></li> Thanks in advance for your help! :-)
Last reply by Thomasha, -
- 1 follower
- 2 replies
- 1.3k views
is there a way to change all of the shortcuts in the phpvms && admin to use https? I am looking into forcing ssl connections on the admin side.
Last reply by Ethan, -
- 0 replies
- 965 views
I just finished installing phpVMS 7 following the README file on github. Where do I go from here? I'm assuming there is ( or I need to create ) an admin user? How do I create that user?
Last reply by Chad, -
- 0 replies
- 952 views
I got this error after I updated php to 5.4 Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /home/******/public_html/crew/core/common/PilotData.class.php on line 482
Last reply by Omerr01, -
- 3 replies
- 1.3k views
Requesting help to show scheduled aircraft, flight time and flight level in admin/templates/pireps_list.php phpVMS 5.5.2 pireps_list.php file around line 57 - Instead of showing the PIREP flight time, I would like to display the SCHEDULED flight time, aircraft and flight level. How do I call the Schedules data to display the scheduled flight time, aircraft and flight level from the schedules table to display in this area. These three items would show in the area above the Details, Log, Comments, etc. buttons. I would like to display this data in that location to make it easier to compare the scheduled aircraft, flight time and flight level to the actual sub…
Last reply by ProAvia, -
- 12 replies
- 2k views
Hello, I need your help please... I have a VA and I wanto have a Pilot List. So that when I click on a bottom it goes to that pilot list. Please I dont know nothing about coding. But imagine my website. It has CrewCenter skin, and there is a lateral navigation menu, and I´ve created a bottom that is called Pilot List, and I want that when I click that bottom it goes to a more or less nice table with all my pilots. But I want it to have the lateral menu also. Please help Thanks
Last reply by Swik222, -
- 1 reply
- 1.3k views
Hi guys, I'm having trouble with fixing an issue on phpVMS. When my new members are registering via the form, they get the confirmation e-mail, but none of them is appearing in the "Pending Pilots" section in the admin center. If someone could help me this would be very nice !
Last reply by LeonardIGO4036, -
- 0 replies
- 747 views
Asked in the support forums for the module!
Last reply by in2tech, -
- 0 replies
- 985 views
I am trying to make charts for the pilot as well as va no of flights per month. The code I am currently using is- var chartSales = new Chart(chartSalesContainer, { type: 'line', data: { labels: ['JAN','FEB','MAR'], datasets: [ { label: 'Months', fill: true, backgroundColor: 'rgba(255,193,7,.75)', borderColor: 'rgba(255,193,7,1)', pointBackgroundColor: 'rgba(255,193,7,1)', pointBorderColor: '#fff', …
Last reply by thefiercepilot, -
- 2 followers
- 21 replies
- 3.6k views
Hello All, I am having an issue with a new skin I have made for my airline. On my demo site, outside my current domain different hosting account. My new skins loads normal.When I load it on my current site the site loads slow. Any ideas what may be causing this? phpVMS 5.5.2
Last reply by flyalaska, -
- 11 replies
- 2.4k views
The registration page on my link is not working. The link is vgow.net16.net . I am not sure but it may be the recapcha
Last reply by parthprakash1, -
- 5 replies
- 1.4k views
Anyone know how to place the hub markers in your airline on the acars map ?
Last reply by web541, -
- 3 replies
- 1.2k views
After uploading all the necessary files for phpvms I visited my homepage and saw these errors along with the link to install. Warning: session_start(): open(/hermes/phpsessions/b/0/i/r/sess_b0irtjpg4cgidnu4nuseiaqf17, O_RDWR) failed: No such file or directory (2) in /hermes/bosnaweb27a/b2807/ipg.panamvirtualorg/core/codon.config.php on line 40 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /hermes/bosnaweb27a/b2807/ipg.panamvirtualorg/core/codon.config.php:40) in /hermes/bosnaweb27a/b2807/ipg.panamvirtualorg/core/codon.config.php on line 40 Warning: Unknown: open(/hermes/phpsessions/b/0/i/r/sess_b0irtj…
Last reply by heyitsomarrr, -
- 9 replies
- 3.6k views
Hello All I am unsure as to how i can change the size of the google map under 'View a map of all my flights' in the pilot center. I believe that its this file : profile_myroutesmap.tpl that you edit, but its empty, i checked the one currently used by the site and it is also empty, how can i change the size of this map? Thanks
Last reply by ayhan041, -
- 3 replies
- 1.5k views
Hello when i am trying to import airports this is what i get, also smartCARS2 not working because of this error. Also when i want to add ne schedule given me same code... Help please Thanks Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 76 bytes) in /home/pilotomeraslan/public_html/a/core/classes/ezdb/ezdb_mysqli.class.php on line 281 Because of this situation we can not make any flights. This is big problem. If anyone has answer please quick. Thanks.
Last reply by OmerAslan, -
- 5 replies
- 1.8k views
Does anyone know how to display on the routes map a routing across the Atlantic ie using the following format. GORLO UL980 LAM/N0477F380 UL179 CPT UL9 STU UP2 BANBA/M084F380 DINIM 5000N/02000W 4500N/03000W 3900N/04000W/M084F400 3600N/04500W 3200N/05000W 2700N/05500W RKDIA/M084F400 A516 OBIKE The system doesnt line the coordinates 5000N/02000W or 5000N02000W or 5000N 02000W Thanks, Mark.
Last reply by ProAvia, -
- 7 replies
- 1.6k views
Hello Guys , I have installed phpvms v5.5x master on my Debian 8 64bit server with PHP5, Apache2 and MySQL without any problems, after i finished the installation the site comes up without any colors or logos, i tried to log me in it doesnt work... Website link: www.ltuvirtual.de Greetings Marvin S.
Last reply by MRVS01, -
- 1 follower
- 12 replies
- 7.8k views
hi to all members of phpvms a have a litle problem yesterday i try to add a new airport and the search for the new airport dont run. Fetching airport data... and dont find nothing. best regards thanks.
Last reply by AidasP,