Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 2 followers
- 5 replies
- 2.6k views
Hey Guys I have a weird question/issue. I am building a new VA website. I have installed the phpvms5.5x and I am using php 5.3. What is happening is that when i went to add a manual pirep to the system to test a function i was working on, at first I got the standard error that basically means you need to fix the php.ini to 128mb. I did that and that solved one issue. Now the issue, is that when I try to run a manual pirep, the system cpu load goes to 88%. The same happens when I try to edit a pirep. I am moving to a larger server to help with the issue, but I want to make sure that down the road I do not have any more issues. Does anyone know what script is causing…
Last reply by bpruett72, -
- 4 replies
- 1.8k views
Hello, i have phpvms 5.5.2 version, admin credits page Strict Standards: Non-static method CreditsData::get_all_credits() should not be called statically, assuming $this from incompatible context in /home/pilotomeraslan/public_html/a/admin/modules/Credits/Credits.php on line 36 public credits page Strict Standards: Non-static method CreditsData::get_active_credits() should not be called statically, assuming $this from incompatible context in /home/pilotomeraslan/public_html/a/core/modules/Credits/Credits.php on line 7 also Warning: Invalid argument supplied for foreach() in /home/pilotomeraslan/public_html/a/core/templates/credits/index.php on line 4…
Last reply by OmerAslan, -
- 1 reply
- 1.2k views
Hello, I was wondering if it is possible to have the system check if the pilot is, for example, a Senior Pilot, before allowing him to access a content. I am looking for a modification for this, maybe: if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo '<a href="'.fileurl('/admin').'">Admin Center</a>'; } } Many Thanks!
Last reply by simpilot, -
- 2 replies
- 1.9k views
Hello I'm getting an Error while viewing the dashboard in the admin panel , would appreciate any help on this. Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'Dashboard::index' was given in /MainController.class.php on line 218 Dee
Last reply by Dee, -
- 12 replies
- 2.8k views
My url should be usvcg.org but the only way I can see the website is through usvcg.org/phpvms. Is there anyway to get rid of the phpvms part?
Last reply by servetas, -
- 4 replies
- 1.9k views
Hello, since i have import a complete airportdatabase i can not see schedules in pilot center. I can see and edit the schedules in admin center! Thank´s
Last reply by volkerjacob, -
- 3 replies
- 2.1k views
Hello, I have error log in many folders. And i am eraseing them all the time. Is there anyway can we make some cronjob like this and erase them auto? Like this mycommand >/dev/null 2>&1 Is anyone using something like this?
Last reply by OmerAslan, -
- 6 replies
- 2.2k views
Is there a way to delete airports?
Last reply by freshJet, -
- 10 replies
- 3.3k views
I've created a HR group and I have someone I trust enough to manage and delete pilots but I don't want him to manage any other parts of my site. I've given that group ACCESS_ADMIN and EDIT_PILOTS but I've noticed that they can not do everything I'd like them to. They can not "change Pilot Groups", "Reset Passwords", or "Delete Pilots". My question to you PHP gurus is do you know of any way to adjust the code for this group so I can add those rights to it? The delete feature is really what I want but if all three can be done that would be great! Thanks, Keith
Last reply by Nabeel, -
- 3 replies
- 1.9k views
Hi all! This is my first post in this community. While I am working in the new VA I would like disable new pilots register. I have been looking in local.config.php but I only can set website in maintenance, but then I cannot work in website as administrator... can you give help me? Thank you very much
Last reply by STALKER, -
- 9 replies
- 3.4k views
G'day All, I'm having some trouble manipulating the code below to get it to display the pilots first name, rather than their ID <?php if(Auth::LoggedIn() == false){ echo 'Hello Guest'; }else{ echo 'Hello '.PilotData::GetPilotCode(Auth::$userinfo->code, Auth::$userinfo->pilotid); } ?> Some help would be great, i've tried a few times, and i just can't get it to work Cheers Tylor
Last reply by Tylor Eddy, -
- 4 replies
- 1.6k views
Hi I do not understand what is happening. For two days when I want to book a flight from an airport, for example LEMD, only and appear 3 flights available, when in reality there are 50 available flights from the airport. This and the case two days ago. Before he went. In the database have administration panel get me 50 routes to the airport, however when trying to make the reservation do not appear. You can help me, Thanks
Last reply by polirom, -
- 1 follower
- 3 replies
- 2.2k views
Hello , I am using PHPVMS v5.5. I have installed AutoAccept PIREP Module by Baggelis.com. Initially after installation , it showed me errors but after browsing though the forums it helped me get rid of all errors. Now even after having no errors , its not accepting/rejecting the PIREPS. Any Solution?
Last reply by eliezerazevedo, -
- 1 reply
- 1.2k views
Hey, I am working on duplicating the pages module. Don't worry, I am being very careful (already managed duplicating the news module). Within SiteData.class.php in the function DeletePage its uses PAGE_PATH and PAGE_EXT PAGE_EXT I can find in the local.config.php however I cannot find PAGE_PATH in either local.config.php or app.config.php Where is it? For my duplicate pages module i'd like to have a separate folder for the respective pages. Cheers, Nout
Last reply by simpilot, -
- 31 replies
- 6.8k views
G'day guys, Im trying to call a certain amount of an aircraft for my new fleet page. I need some guidance in doing this as im not quite sure what the syntax is for echoing an amount of something. This is what im trying to do <?php if $aircraft->icao; == DH8 echo $amount ?> Any guidance would be great Tylor
Last reply by Parkho, -
- 2 replies
- 1.8k views
G'day Guys, Just wanted to know how to echo a pilot's country, displaying the name of the country in my profile_main.tpl file I've been fiddling with various bits of code but it just wont display Regards Tylor
Last reply by Tylor Eddy, -
- 2 replies
- 1.5k views
My "edit" link in the admin pilots list is gone and I need to know which files to replace to fix the issue. Here is what happened. Sometime ago I applied some code I got on the forum (that I can't find now) to add a column in the admin pilot list to show the last location of the pilots. If you see the attached screenshot you see in the "Edit" column it only shows the ICAO of the last location and not the "edit" link. I've replaced the code in admin/templates/pilotlist.tpl with the below but doesn't correct the issue. <h3>Pilots List</h3> <table id="grid"></table> <div id="pager"></div> <br /> <link rel="stylesheet" typ…
Last reply by TennShadow, -
- 3 replies
- 1.5k views
I just installed PHPvms and want to edit the register page so that it gets rid of the "select airline" field. I want it to be defaulted to "CFC". Any hellp appreciated, I already tried and failed. Thanks
Last reply by Jeff, -
- 1 follower
- 11 replies
- 4.2k views
Hello all! Apparently, I'm facing A LOT of issues with the emailing system of phpVMS. When registering, it doesn't send the confirmation email When using the MassMailer, they don't send Using Parkho's PilotManager to send emails don't work I've tried sending it through the normal way, and I receive them. Yet, phpVMS doesn't want to send them. Before, the email (contact@airtranvirtual.net) was hooked up with GMail and I used their SMTP servers to send. Now that's disconnected. I tried again, no prevail. This time, I hooked it with Outlook and my private email, and still no prevail. WHAT am I missing? The domain is http://airtranvirtual.net/ Please do ask what…
Last reply by Vangelis, -
- 8 replies
- 1.9k 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, -
- 3 replies
- 1.7k views
Hello, You can enlarge or shrink each menu item? I mean: I create a page Fleet, but the menu is too big and I'm not appear you can restrict the other? Thanks!
Last reply by Blu-Express VA, -
- 3 replies
- 1.8k views
Whenever I try to run the install.php file by going to the specified URL, I get the following error on the web page Fatal error: Class 'DB' not found in /home/eastcoas/public_html/phpvms/core/common/SettingsData.class.php on line 28 Any suggestions? (BTW I am using a paid hosting service)
Last reply by JRock39, -
- 1 follower
- 5 replies
- 2.3k views
Hi everyone, I used phpvms a few years ago and so have previous knowledge of the system. I moved away from Flight Simulation for a while due to other commitments and have recently come back to it. I thought I would check out phovms again as I have thought about setting up a virtual airline again. However when I came to install it I encountered the following error and I am not sure on how to continue. I am on paid hosting and have never had a problem with my webhost in the past for such things. I followed the installation guide on here. I downloaded the full version in zip format, unzipped the package and uploaded it via sftp. I have run the install check and everything …
Last reply by TheBulk, -
[Solved] Error when editing a PIREP
by Guest grum1965- 9 replies
- 1.8k views
Trying to update the passenger load figure on the PIREP (which is unexplicably set to 32K) but the following error appears when trying to save it You must fill out all of the required fields! I have checked the database but all the appropriate fields appear to be completed correctly All the other PIREPs seem to be OK Any ideas anyone?
-
- 1 reply
- 1.4k views
Hello, I suddenly start to get this error when pulse in the PILOTS menu. Sometimes I can blank and do not leave the pilots that there is in the will and other times I get this error Config:set('VACENTRAL_ENABLED',_true); Config:set('VACENTRAL_API_SERVER',_'http://API.phpvms.net'); Config:set('VACENTRAL_API_KEY',_'908b41XXXXXXXXXXc2ae83a4f5a81360'); Warning: Cannot modify header information - headers already sent by (output started at /home/mundoair/public_html/config.php:4) in /home/mundoair/public_html/common.php on line 165 This is what makes the line 165 of file common.php $url. = $script_path; header('Location:_'_._$URL); exit; does anyone know which can be the…
Last reply by polirom, -
- 7 replies
- 2.7k views
Hi, I have tried to installed the Exam Centre for PHPVMS and having trouble getting it to work. I have got 3 erros come up on the exam centre its self: Strict Standards: Non-static method ExamsData::get_setting_info() should not be called statically, assuming $this from incompatible context in /home/u966377323/public_html/core/modules/Exams/Exams.php on line 20 Strict Standards: Non-static method ExamsData::get_exams() should not be called statically, assuming $this from incompatible context in /home/u966377323/public_html/core/modules/Exams/Exams.php on line 29 Notice: The template file "/home/u966377323/public_html/core/templates/exams/exam_list.php" doesn't exist i…
Last reply by OmerAslan, -
- 1 follower
- 2 replies
- 1.2k views
I've been getting the following error whenever I go to the pilot center. The CSS does not appear to work in the pilot center either. I get a similar error trying to file a manual pirep, and the pirep is not submitted. Fatal error: Class 'CodonEvent' not found in /home/a2665393/public_html/core/modules/Profile/Profile.php on line 67 Any suggestions on how to fix? Thanks, Evan
Last reply by EvanW, -
- 2 replies
- 1.4k views
Hello! I have been working on starting up my own VA. I just, without error, uploaded all of the PhpVMS files onto my 000webhost site. Then, to test my files before i chmod them, i went to my site at http://superdomestic...all/install.php and got the following message: Fatal error: Class 'DB' not found in /home/a5450006/public_html/core/common/SettingsData.class.php on line 28 How can i fix this? Thanks!
Last reply by Coach0512, -
- 1 follower
- 5 replies
- 1.7k views
This error is constantly showing up in our logs. Hopefully someone has an answer. [Wed Jul 06 08:00:32 2016] [error] [client 128.119.91.85]File does not exist: /..../lib/images/countries/.png, referer: http://prs..../index.php [Wed Jul 06 08:01:50 2016] [error] [client 72.19.102.39] File does not exist: /..../lib/images/countries/.png, referer: http://prs.....com/ What file should it be looking for. It is looking for /.png that is incorrect code. should be looking for a[example name.png]
Last reply by DesComm, -
- 9 replies
- 3.3k views
Hello Members, Well i wanted to create a Flight Board which could show status lights/pics + it should be like a digital one and should be like a real life Flight Board. Can anyone help me with this? Awaiting Reply,
Last reply by fsxsimulation,