Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 3 replies
- 1.9k views
Hello there, I was wondering if there is any way to import VAFinancial Flight logs and pilots to PHPvms. Thanks!
Last reply by TAV1702, -
- 3 replies
- 1.8k views
Hello guys. I have this problem. I looked here and saw that this happened because of some JS conflicts. The poit is, I use de crewcenter skin and them chage to crystal default skin and the erros still here. Sugestions? Thank you
Last reply by Gabriel Fernandez, -
- 3 replies
- 2k views
Hi, When you visit 'admin' page, did you find that the website shows a '.tpl' filename on the top of the sidebar? (attached 'before.png') It did trouble me to find the reason. But finally, I solved that problem. That is what the sidebar should display. (attached 'after.png') You may find '/admin/templates/core_sidebar.tpl' which is a one-line file. I write the code below. <div id="sidecolumn"><?php echo $sidebar?></div> I changed the code into this. <div id="sidecolumn"><?php Template::Show($sidebar);?></div> Then the problem is solved. In order to help more admin, I decide to put the method here. Thanks for your rea…
Last reply by ProAvia, -
- 3 replies
- 2k views
I am trying to do a clean install on my current server in a sub-domain as per my support dept. I have followed the instructions on copy files and change permissions to 777 on my server. I then go to my browser url and try to install from the install/install.php I had a time zone error but that has been fixed . I then tried again and got the following error Warning: include(/var/www/vhosts/xxx-airways.com/site2/core/classes/ezdb/ezdb.class.php) [function.include]: failed to open stream: No such file or directory in /var/www/vhosts/xxx-airways.com/site2/install/includes/loader.inc.php on line 36 Warning: include() [function.include]: Failed opening '/…
Last reply by servetas, -
- 1 follower
- 3 replies
- 1.5k views
Hello, I want to make two different virtual airlines in same hosting with different database. Which is i already have. Only pilot table i want to use together. I have phpmyadmin. Can someone explain to me how can i do that? Thanks. Only the pilot table.
Last reply by Parkho, -
- 3 replies
- 1.9k views
Dear friends. Please, how to solve that?? http://imgur.com/a/ktEfJ
Last reply by Gabriel Fernandez, -
- 3 replies
- 2.1k views
Hello all, I am trying to enable SSL for all users, but while doing that, i am facing currently a problem in the admin center all JS functions gone, i can't show log of pireps, the left menu all the time extended ....etc, any suggestions ? i have change the link to https in local.config already. Yours,
Last reply by FlyingMachine, -
- 3 replies
- 2k views
Hi, In my VA I recently encountered some issues where we had to boot our CTO. The problem with that is that he had full admin powers, and I can't find the way to give myself full permissions. Any help would be much appreciated. Cheers! -Mar
Last reply by TennShadow, -
404 Errors
by peterc- 1 follower
- 3 replies
- 1.5k views
Hi all, Ive just installed phpVMS, and while the install went OK, I need to move on from the basic setup I have. I've brought up the 'Docs' page at http://docs.phpvms.net/doku.php I get a 'Page 404' error. Any help would be appreciated.
Last reply by peterc, -
- 3 replies
- 1.8k views
Hey, so I have this problem that whenever somebody registers for my virtual airline, they just see an error page that says "Could not open socket." Could someone please give me some instruction on how to fix this? I am not particularly knowledgable on phpVMS and require some assistance. Many thanks, -RandomDerecho
Last reply by randomderecho, -
- 3 replies
- 1.6k views
I installed phpVM php5.6. and ran the database scripts then copied the files when I go to the index.php page I see a banner to login on top but under the pictures I get this error. If I login with Vam100 I get this, I just get this and no banners What am I doing wrong? followed the instructions Help! Bill
Last reply by fleanbilly, -
- 3 replies
- 2k views
Hi to all, I'm currently running my VA in VAM. Is there any possibility to go to phpVMS? If yes, how? Your help is fully appreciated.
Last reply by anushpatel, -
- 3 replies
- 1.3k views
When any user tries to sign up for my VA it deletes all the fields and wont let you hit register never sends an email or anything.
Last reply by mattsmith, -
- 3 replies
- 1.4k views
I don't believe this 2 issues are related....... I show this error in the 'error_log' file PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Profile' does not have a method 'phpvms' in /home/rocke2/public_html/freedomair/phpvms/core/classes/MainController.class.php on line 218 I can't figure out how or why this is being called. What is this error actually telling me? I can't get any charts to display in the defaulit phpVMS 5.5.2 file '....\templates\profile_stats.php' - even if I put the file in my skins folder. Any help is much appreciated. Thanks! Contents of profile_stats.php…
Last reply by ProAvia, -
- 3 replies
- 1.9k views
When I run the install.php I get many errors. I have tried re-downloading for corrupt files. Tried all versions of Php. Nothing works. Below is what I get Writing "phpvms_adminlog" table... success Writing "phpvms_awards" table... success Writing "phpvms_awardsgranted" table... success Writing "phpvms_fuelprices" table... success Writing "phpvms_updates" table... success Writing "phpvms_downloads" table... success Writing "phpvms_expenses" table... success Writing "phpvms_expenselog" table... success Writing "phpvms_financedata" table... success Writing "phpvms_acarsdata" table... failed - manually run this query…
Last reply by ProSkyDesign, -
- 3 replies
- 2.2k 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, -
- 3 replies
- 1.8k views
Is it possible for two VA's to share the same pilot table but nothing else? For example, I have VA "A" with 20 pilots and I want to create a new VA "B". I want the pilots from VA "A" to be able to login to VA "B" using the same pilotID and password they have in VA "A".. Other then the same pilot ID and password I want them the be completely separate. I'm basically wanting signal sign on between the two VA's. Thanks!
Last reply by TennShadow, -
- 2 followers
- 3 replies
- 3.3k views
Hi guys. I installed phpvms and when i try to send a Mass email i receive the message below. Anyone can help me? My local.config.php is # Email Settings Config::Set('EMAIL_FROM_NAME', 'Vatsim Brasil Airlines'); Config::Set('EMAIL_FROM_ADDRESS', 'noreply@vatsim.net.br'); Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', 'smtp.sendgrid.net'); Config::Set('EMAIL_SMTP_PORT', '587'); Config::Set('EMAIL_SMTP_USE_AUTH', true); Config::Set('EMAIL_SMTP_USER', 'user'); Config::Set('EMAIL_SMTP_PASS', 'pass'); AH01071: Got error 'PHP message: PHP …
Last reply by Parkho, -
- 1 follower
- 3 replies
- 3.1k views
I'm trying to get the pilots stats to show on my front page, i have added the following code to frontpage_main.php but it's not pulling the data. <ul class="list-group"> <li class="list-group-item"><span class="badge"><?php echo $userinfo->totalflights?></span>Total Flights</li> <li class="list-group-item"><span class="badge badge-default"><?php echo $userinfo->totalhours; ?></span>Total Hours</li> <li class="list-group-item"><span class="badge badge-primary"><?php echo $userinfo->transferhours?></span>Transfer Hour…
Last reply by Parkho, -
- 1 follower
- 3 replies
- 1.5k views
I had upgraded this winter from PHPVMS 2.9 to 5.5. Today I had been notified about by a pilot with a low rank, that he could see also very new schedules meant for higher ranks. He even did send me a screenshot. I had checked everything and it seemed that all I had created was correct. After a check of the database, I saw at the fleet table, that there is a rank column and a minimum rank column. And the content is different in them. Except for changing stuf in the database I do not know where to change that on the website. Anybody a tip? Thanks ahead, RobB
Last reply by Parkho, -
- 3 replies
- 2.7k views
I am wondering how to install phpvms 4
Last reply by servetas, -
- 3 replies
- 1.3k views
Hi i am wondering what the latest version is and where is best to download thanks.
Last reply by servetas, -
- 1 follower
- 3 replies
- 1.5k views
Hello, I seem to be having some trouble installing phpVMS, when I attempt to install it, I can check the sql connection (it is good) - and then I try to install it (it tries to make the tables) (oh, this is all via wamp server by the way) - when it makes the tables, some of them are successful, but then some of them look like this: SQL query: CREATE TALE `phpvms_acarsdata`( `id` INT(11) NOT NULL AUTO_INCREMENT, `pilotid` VARCHAR(11) NOT NULL DEFAULT '0', `flightnum` VARCHAR(11) NOT NULL DEFAULT '0', `pilotname` VARCHAR(100) NOT NULL DEFAULT '', `aircraft` VARCHAR(12) NOT NULL DEFAULT '', `lat` VARCHAR(15) NOT NULL DEFAULT '', `lng` VARCHAR(15) NOT NU…
Last reply by Parkho, -
- 1 follower
- 3 replies
- 1.6k views
How difficult is it to change the measurement system from metric to Imperial? Is it even possible?
Last reply by Parkho, -
- 1 follower
- 3 replies
- 1.6k views
Hi , I recently attempted to install phpVMS on one.com hosting , It uses php 5.6 , I have installed phpvms numerous times on this version hassle free but now the install on my latest install is showing Warning: Creating default object from empty value in /customers/b/8/9/british-airways-vam.com/httpd.www/pilots/core/classes/Vars.class.php on line 74 and Warning: Cannot modify header information - headers already sent by (output started at /customers/b/8/9/british-airways-vam.com/httpd.www/pilots/core/classes/Vars.class.php:74) in /customers/b/8/9/british-airways-vam.com/httpd.www/pilots/core/modules/Login/Login.php on line 154 …
Last reply by anushpatel, -
- 3 replies
- 1.5k views
Hi, I am trying to setup my noreply email to send the registration confirmation emails etc. out to people when they register but they dont seem to be sending. My host is zoho and my settings are as follows # Email Settings Config::Set('EMAIL_FROM_NAME', 'MultiCrew No-Reply'); Config::Set('EMAIL_FROM_ADDRESS', 'noreply@multicrew.co.uk'); Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', 'smtp.zoho.com'); Config::Set('EMAIL_SMTP_PORT', '465'); Config::Set('EMAIL_SMTP_USE_AUTH', true); Config::Set('EMAIL_SMTP_SECURE', 'ssl'); # must be "ssl" for Google Apps Config::Set('EMAIL_SMTP_USER', 'no…
Last reply by shakamonkey88, -
Flight Board
by sev- 1 follower
- 3 replies
- 1.8k views
Is there any free version similar to this anywhere http://www.integratedpirepsystem.com/products/liveboard
Last reply by Parkho, -
- 3 replies
- 1.5k views
Hello, We are creating a new virtual airline with phpVMS. The problem is that we have realized that when we create a route, it is mandatory to assign a plane (registration). We were wondering if there was an alternative scheduling system where possible to choose between different aircrafts available at the current location to perform that flight. Thanks in advance, Best regards
Last reply by fourier1991, -
- 3 replies
- 1.5k views
First of all, I'm using Simpilot phpVMS 5.5 and Web541 CrewCenter and my language is Portuguese. Error in: Dropdown On some pages, or almost all, the photo of the pilot is not showing up. Appearing only on the panel. When I go to the panel, the image appears correctly, but when I go to another page, the default phpVMS appears. Here is the image: In the dashboard: http://prntscr.com/gqgmvh || In the downloads: http://prntscr.com/gqgmp4 App_top code: <ul class="dropdown-menu"> <!-- User image --> <li class="user-header"> …
Last reply by servetas, -
- 3 replies
- 1.3k views
Hello, In VA that I am and in several other VAs, this map has the different routes, it shows a route made by the site, and shows another route that is what the pilot is following (https://prnt.sc/gsw56l). Is it possible to do that? If so, how?
Last reply by smokey68,