Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 13 replies
- 2.9k views
Good Morning everyone for some reasons, my index page seems to be without a reference to a skin: http://www.jetluxembourg.com/ops/index.php/ The other sites (pilots, login, etc.) do not work either for some reasons. I changed the PHP version back to 5.5 on my hosting to no avail. Has someone experienced the same issues? Thanks in advance for any help. Best, Pierre
Last reply by CitationCJ, -
- 7 replies
- 2k views
I did a checkinstall and this is what came back How to fix this? phpVMS Virtual Airline Administration Software Install Check phpVMS Build Number: 934 Checking PHP version [OK] PHP version is 5.2.17.x ASP Tags [OK] ASP-style tags are disabled Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [Checksum failed] /core/pages/index.php did not match, possibly corrupt or out of date -- Checked 183 files, found 1 errors
Last reply by Strider, -
- 1 follower
- 5 replies
- 2.2k views
Dear members we recently shifted our website to another hosting & they already restored our backup data after the restore when ever we are trying to access any page we are getting 404 error (see below) it seems index.php is missing how can i solve the issue?
Last reply by simpilot, -
- 1 follower
- 6 replies
- 3k views
Dear sirs, I am running a phpvms simpilot 5.5.2 version, months ago, with php v 5.6.30 everything normal, but now my provider hosing i guess made an update in that php version, the index.php always hows error " This page isn’t working xxxxxxxxxxxxxxx.com is currently unable to handle this request. HTTP ERROR 500 " But if i proceed to index.php/login it works perfectly also all functions except when visiting domain.com/index.php Any ideas ? Yours,
Last reply by Parkho, -
- 2 replies
- 1.3k views
Hi, I've just recently reinstalled phpVMS on my site. The reinstallation was smooth, but I am unable to do anything with phpVMS as following any of the links on the navbar, or using the login form, just brings me a 404 error (like so, http://vkenya.or.ke/index.php/login). I'm at a total loss why this is happening... If anyone has any advice, I'm listening. Cheers, Makyoch.
Last reply by Makyoch, -
- 5 replies
- 1.9k views
Hello, im curious as to if its possible to view individual pilot finances. basically whether its built in or a script. just looking to see if its possible to make a script to see which pilots are making money for the airline and which are hurting it. thanks a ton!
Last reply by Parkho, -
- 0 replies
- 1.3k views
Hey Guys, At the moment, with the routemap (../index.php/routemap) theres just a "title" above each of the markers with information on the airport name and ICAO. How can I get an Info Window/Bubble to show up with more information on the respective airport when clicking on the marker? ---EDIT--- Basically what I want to do, is that pilots open the routemap, click on an airport marker, view flights available and book them. Nice and visual approach. And interactive. Regards, Nout
Last reply by Nout - Zon Executive, -
- 2 replies
- 1k views
Nabeel, Is there any way of making error messages red and bold, for example when a user registers if for example they fail the human test this text gets lost on the page and its difficult to distinguish, if i can change a setting in the css to make these messages red and bold that would be excellent. Would you happen to know what the style or class is?
Last reply by Nabeel, -
- 3 replies
- 1.3k views
I am getting an on the initial installation. If I need to CHMOD files I have not seen which ones need permission. Where is the list of files to provide permissions and what to CHMOD them too? Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /data/19/1/45/33/1860196/user/2019948/htdocs/phpvms/core/classes/MySQL.class.php on line 121 Thanks!
Last reply by Nabeel, -
- 11 replies
- 5.5k views
Hello y'all, I just checked my website provider and I posted on their forum some questions about installing phpVMS. The answer was: "It (phpVMS) will not run as the InnoDB tables are not permitted." Is there any other possibilities to make phpVMS run in this case?? Thanks Alex
Last reply by Alexair, -
- 0 replies
- 1.2k views
Hello y'all, My DB is hosted by a very nice and generous member as my provider does not support InnoDB. I would like to try to have it hosted by my provider and he gave me some info as how to do it. The requirement for PHPVMS to work is: PHP 5.2+ MySQL 4.1+ with InnoDB support All is ok for my provider except the InnoDB support but he told me that it is possible to have the InnoDB converted in something called Myisam. He said also that everything should work just fine after the conversion. My questions are: - Is it true that the DB can be converted in this format? - Is it true that PHPVMS will work just fine after the conversion? Thanks for your help. Alex
Last reply by Alexair, -
- 2 replies
- 1.2k views
Hello.please help set fskeeper on phpvms
Last reply by flyalaska, -
- 4 replies
- 1.9k views
Hi, I create a .php file and I want to put it into the navigation menu. Any Ideas?
Last reply by Sava, -
- 0 replies
- 1.3k views
Hello there Okay! I've been trying to change the codes in a way to add the A/C id to the bids table in DB. Here is what i've done so far: 1- Added one column to bids table as "aircraftid". 2- changed the code in ScheduleData.class.php/ Add Bid section as follows: public function setBidOnSchedule($scheduleid, $bidid, $aircraftid) { $scheduleid = intval($scheduleid); $bidid = intval($bidid); [color="#FF0000"]$aircraftid = intval($aircraftid);[/color] $sql = 'UPDATE '.TABLE_PREFIX.'schedules SET `bidid`='.$bidid.' [color="#FF0000"]SET `aircraftid`='.$aircraftid.'[/color] WHERE `id`='.$scheduleid; DB::query($sql); if(DB::errno() != 0) return false;…
Last reply by Parkho, -
- 4 replies
- 1.7k views
Hi, I'm looking for the file that insert into the database the so that besides making the already does make another to another table.Is that possible? And if so how I can do? I refer to the insert that is made when I aproved a pilot!
Last reply by CPC900, -
- 3 replies
- 1.3k views
Hello How can i send data into a database table ? I created field in phpvms_pilots table and name it current , i want send last location in phpvms_pilots table . <?php $allpilots = PilotData::getAllPilots(); foreach($allpilots as $pilot) { ?> <?php include 'db2.php'; $last_location = PIREPData::getLastReports($pilot->pilotid, 1, PIREP_ACCEPTED); mysql_query("UPDATE phpvms_pilots SET current=('$last_location->arricao') WHERE ID='$pilot->pilotid'") ?> <?php } ?> but no data insert in current field .
Last reply by faraz, -
- 1 follower
- 4 replies
- 1.7k views
Hi all! I had a problem with database and we have lost some flights, but I still have in my mail the PIREPs data, so… can I (as administrator) insert that data manually in the database without a new bid? Thank you
Last reply by STALKER, -
- 1 follower
- 10 replies
- 2.3k views
OK, I ask too many questions... I have modules in development involving MySQL tables. These often involve adding and getting data from these tables. However, I can never get them to work. I try copying from other modules but still nothing. Submitting Data Say I wanted to have a user complete a form and submit it. The data would then be inserted to a MySQL table. How does this work? I am aware I will need a module class file for this as well but I'm not sure on the exact code. What would the code be for the submit button to run the function that inserts the data, and what would the PHP function code look like? Is it as simple as the SQL followed by mysql_query($sql); ? …
Last reply by Sava, -
- 5 replies
- 1.4k views
This may or may not resolve my previous problem. When I insert my information into the field it says it has been added, yet if I come back later on it disappears. This has happened for everyone who has joined my VA. Does anybody have any ideas why it's not 'sticking around' as it would seem?
Last reply by Nabeel, -
- 12 replies
- 3.3k views
I'm having some problems in the installation. Here is the problem (try to solve, and explain me in the clearest way please):
Last reply by Eicosav, -
- 1 follower
- 17 replies
- 8.5k views
Hello all I have a problem in instlling phpvms (ultimate version) The problem is: Installing the tables... Fatal error: Cannot redeclare class ezDB_mysql in /home/vhosts/mywebsite/core/classes/ezdb/ezdb_mysql.class.php on line 31 Cheers
Last reply by OA01, -
- 2 replies
- 2.5k views
when i try to install, and database connection i get this error,"Warning: include(bootloader.inc.php) [function.include]: failed to open stream: No such file or directory in /home/fsgraphi/public_html/phpvms/install/dbtest.php on line 3Warning: include(bootloader.inc.php) [function.include]: failed to open stream: No such file or directory in /home/fsgraphi/public_html/phpvms/install/dbtest.php on line 3Warning: include() [function.include]: Failed opening 'bootloader.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/fsgraphi/public_html/phpvms/install/dbtest.php on line 3Fatal error: Class 'DB' not found in /home/fsgraphi/public_html/phpv…
Last reply by Ross Burke, -
When I visit the website and click download it brings me to this version https://github.com/nabeelio/phpVMS#installation is it stable and how do I add this to my site.
Last reply by t_bergman, -
- 3 replies
- 2k views
"ezSQL (v2.03) Debug..Last Error -- [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 2 (1064)]Query [8] -- [iNSERT INTO phpvms_groupmembers (pilotid, groupid) VALUES (2, )]Query Result..No Results"After Inputing the Arline Information
Last reply by Nabeel, -
- 3 replies
- 1.4k views
Right, having prob installing VMS onto new server and 1and1. All details entered are correct but I get this error when choosing next step after DB details/location fields.... Be grateful for any suggestions. "Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Access denied for user 'db354046472'@'212.227.66.233' (using password: YES) (1045)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /homepages/41/************/htdocs/core/classes/ezdb…
Last reply by Nabeel, -
- 11 replies
- 2.7k views
Hey Guys,Uploaded all the files ,changed the permissions to 777 of certain files, go to the install file (install.php) and I get:Parse error: syntax error, unexpected ')', expecting '(' in /home/flamingol/domains/jet2-virtual.co.uk/public_html/phpvms_full/install/install.php on line 29Doesn't install. Any ideas?Regards,Alex
Last reply by Nabeel, -
- 2 replies
- 1.4k views
Hello guys, when i do browse to the phpvms folder for start install i get this error: Parse error: parse error, expecting `'('' in /home/httpd/vhosts/fpso.dk/httpdocs/phpvms/core/codon.config.php on line 75 Fatal error: Undefined class name 'config' in /home/httpd/vhosts/fpso.dk/httpdocs/phpvms/index.php on line 45
Last reply by Nabeel, -
- 2 replies
- 1.3k views
I am trying to upload the new version with a clean install and get this: Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Incorrect database name 'fsxxp_virtual ' (1102)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home/fsxxp/public_html/virtual/core/classes/ezdb/ezdb_mysql.class.php on line 140 Please advise! Any help appreciated! Never mind working now
Last reply by Jeff, -
- 1 reply
- 1.4k views
Hello all, I have an a problem with installation on a paid hosting! There is a WINDOWS HOSTING!!! This is a site: http://www.kdavia.st...all/install.php I getting this error: PHP Warning: fopen(E:\WorkWeb\kdaa\Web\core//local.config.php) [function.fopen]: failed to open stream: Permission denied in E:\WorkWeb\kdaa\Web\install\Installer.class.php on line 56 what can i do? Regards Artjom PS. CHMOD rights are writtable, that's tell me Hosting provider.
Last reply by simpilot, -
- 2 replies
- 5.4k views
Installing the tables... Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Access denied for user 'virtualf_flyvms'@'localhost' to database 'virtualf_vms' (1044)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home/virtualf/public_html/vmsbackend/core/classes/ezdb/ezdb_mysql.class.php on line 140 Cheers guys.
Last reply by davehardy,