Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
- 1 reply
- 1.8k views
Ok, besides the "Can't find javasript.tpl" errors during install (I know they were there). I did run into the same mysql errors that most people are. Just to let everyone know, INSERT INTO `phpvms_ranks` VALUES(1, 'New Hire', 0); is incorrect.Why? Because 3 values do not match 4 fields. To fix this, it should be INSERT INTO `phpvms_ranks` VALUES(1, 'New Hire', , 0); Another way to get around this is to manually add an image with it's location to the blank spot. Or you can manually add each line of sql into your database. However, the first block of code will always give an error.
Last reply by Nabeel, -
- 3 replies
- 1.8k 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, -
- 2 replies
- 2.4k 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, -
Login
by Ross Burke- 4 replies
- 2.3k views
Well I am trying this out now, but ... i try and login and i get ..."Sorry! Your registration has not yet been checked by an administrator. Please try again later. You will receive an email when your registration has been accepted"I am the administrator ===========================Also on my pilots page, i get"Warning: Invalid argument supplied for foreach() in /home/fsgraphi/public_html/airsouthwestvirtual/core/templates/pilots_list.tpl on line 14"
Last reply by Ross Burke, -
- 0 replies
- 1.6k views
About time right?http://phpvms.net/docs/downloadsBuild 321 (the V1 build!)Remember to backup and then restore your core/local.config.php** The build was 320 but is now 321, fixing a few installer errors **New Stuff/Changes Updated framework. New Admin panel, sidebar with integrated help, cleaner design. Aiports can be selected as hubs. Pilot selects hub on registration (admin can change). Admin viewing PIREP can see PIREPs only on their hub. API Documentation (http://www.phpvms.net/docs/api) for plug-ins. Public Pilot profile is available. Deleting schedule now asks "Are you sure?". Admin can edit profile fields of a user. User edit tabs fixed up Added link to latest PI…
Last reply by Nabeel, -
- 0 replies
- 1.5k views
I'm building a quick FAQ for the "prelaunch".Any tips, etc you have which I can just put up there?This thread will stay open as well for any other tips/suggestions.Yes, this means a release is (somewhat) close!
Last reply by Nabeel, -
- 1 reply
- 1.9k views
Whenever deleting an item the page should ask if your sure. There might also be some mechanism for deleting multiple entries at once.Certain staff members should receive notification on certain events (Pilot Join, PIREP FILED) etc.Add the ability to sort displayed scheduled (By Flight Number, By Departure Time, By Arrival Time, By Flight Leanth, etc)
Last reply by Nabeel, -
- 1 reply
- 2.2k views
When requesting a page that does not exist via the "?page=content&p=x" function the following is displayed.Warning: SiteData::GetPageContent(/var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdocs/core/pages/privacypolicy.htm) [function.GetPageContent]: failed to open stream: No such file or directory in /var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdocs/core/common/SiteData.class.php on line 119Warning: SiteData::GetPageContent() [function.include]: Failed opening '/var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdocs/core/pages/privacypolicy.htm' for inclusion (include_path='.:') in /var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdo…
Last reply by Nabeel, -
- 4 replies
- 2.3k views
When anyone attempts to loginUnconfirmedSorry! Your registration has not yet been checked by an administrator. Please try again later. You will receive an email when your registration has been acceptedBuild 304All these logins worked previously so I'm fairly sure they are confirmed
Last reply by Nabeel, -
- 0 replies
- 1.9k views
Download: http://www.phpvms.net/docs/downloadsShould be pretty solid.New Stuff Officially sync'd with Codon framework (http://www.nsslive.net/codon) Added license information to source files (GPL'd) Pilot profile shows PIREPs for that pilot Ranks are edit-able Images for Ranks - in the options, enter the URL to the image, full or the path to the image from the root Editable/Deletable schedules Login notifies the unconfirmed/rejected pilots, disallows their login Fixes PIREP/Schedules disconnected so editing/deletion doesn't affect NOTE: This *requires* the updated query below, or else you will loose any PIREPs made on that schedule Pilot profile moved out of …
Last reply by Nabeel, -
- 1 reply
- 1.8k views
The latest revision has apparently undone the change you made earlier where adding schedules were done in a page instead of in a pop up window.The pop up window is still larger than the available screen area rendering it unusable.
Last reply by Nabeel, -
- 0 replies
- 2.1k views
When I add a site page, it creates a .html document in the core/pages folder.However when I add PHP script to the document It does not appear to be parsed through the PHP interpreter. I'm assuming because the pages themselves have .html extensions.Is there some way to correct this?
Last reply by VinceN, -
- 5 replies
- 2.4k views
BugsOn the schedules page you cannot Edit or Delete a schedule once you have entered it into the system.SuggestionsDeparture and Arrival times should be given in ZULU time as well as Local Time. This could be done either by having the user enter them manually or by setting the GMT offset on each city then when the user inputs ZULU time the system could automatically calculate Local time based on the GMT Offset.My Operations manager has also requested that I suggest adding the ability to assign Line Numbers to flights.For example of one of our aircraft was flying Flight 001, 002, 004, and 005. We could then assign those flights as Line #1. If we wanted to change the equ…
Last reply by Nabeel, -
- 0 replies
- 1.6k views
There might not be a build for the next week, or week and a half. I've got finals and exams coming up so have to work on that stuff for a bit (boo)What enhancements would you like to see? So far, I've got these issues lined up:http://phpvms.devjavu.com/roadmap
Last reply by Nabeel, -
Download at: http://phpvms.net/docs/downloadsHopefully the problems you guys have reported are fixed.Build 286 04.15 * Rank is now editable * Adding/Editing rank doesn't throw "Not Number" error * Add Schedule form moved out of popup (the form was just too large) - let me know if the popup is a problem anywhere else. * Confirmation done by admin, instead of automatic on email confirm * All accepted PIREPs show up on one map * Installer fix * Rewrote Google Maps code, class based, makes it easier for add-ons and also any other maps * Show some graphs on Pilot Center, like aircraft flown statistics * Database updated to fix hitting integer limit on distance/cruise…
Last reply by Zeeshaan Shahid, -
- 5 replies
- 2.3k views
I've noticed that a lot of areas in the website (Particularly on the install screen) show the ASCII characters instead of the usual *** marks when entering passwords.Might want to change that over as that seems to be standard security practice.
Last reply by Nabeel, -
- 5 replies
- 2.6k views
Hello,When adding flight schedules I'm unable to see the whole window that opens up.Regards,Zeeshaan Shahid
Last reply by Zeeshaan Shahid, -
- 1 reply
- 1.8k views
When adding custom ranks. Adding a rank throws a "The hours must be a number" error even if the hours entered are indeed a number. This bug does not appear to be impairing functionality
Last reply by Nabeel, -
- 3 replies
- 2.7k views
Build 279Warning: Invalid argument supplied for foreach() in /var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdocs/core/modules/PilotProfile/PilotProfile.php on line 35
Last reply by Nabeel, -
- 1 reply
- 2.3k views
Hello, when i run the install file i get this error"Parse error: syntax error, unexpected ')', expecting '(' in /home/emirates/public_html/trunk/install/install.php on line 21" now I've chmoded the files required.Hope you can help,Zeeshaan
Last reply by Nabeel, -
Build 279 * Pilot ranks - Add ranks, system calculates hours on PIREP approval, or addition of new ranks * Pilot profile shows rank, hours until the next rank * Add custom field to popup * Settings Form fixed * Custom fields form * User session had old data, updates on page refresh * Add News form fixed * Display enhancementsDownload: http://www.phpvms.net/docs/downloadsFresh install optional.Thanks
Last reply by Nabeel, -
http://www.phpvms.net/docs/downloads- Just mainly a few bug fixes- Reorganized the "Pilot Profile" page- Front page now shows some overall airline stats- Blanked out Google API key because of errorClean install optional from previous build, if you're getting errors about the API key, read viewtopic.php?f=13&t=27#p70
Last reply by Nabeel, -
- 1 reply
- 2.1k views
Build 274When I try to login to the admin panel I get an error about the google maps API being registered to a different website. I am then returned the the login screen.
Last reply by Nabeel, -
- 1 reply
- 2.1k views
Hey all,Can you please post your php5 versions?ThanksNabeel
Last reply by VinceN, -
- 0 replies
- 2k views
Download Pagehttp://www.phpvms.net/docs/downloads Charts show up on Dashboard (Module based), for some rudimentary stats (more coming) Google Map shows route on "View Report" page Accept/Reject PIREPs in Admin Panel (after accept, adds total flights/hours) About page in Admin Panel Database tables changed to InnoDB, show some respect to the FK and integrity =D "SET FOREIGN_KEY_CHECKS=1;" to compensate for host-specific settings PIREP list view enhancements Definition lists heights evened out "New Version" available message, fixed to show only on main page Design enhancements CLEAN INSTALL!Big table changes. There may be errors, let me know t…
Last reply by Nabeel, -
- 3 replies
- 2.9k views
Hey everyone, new build today:Download Pagehttp://www.phpvms.net/docs/downloadsChangeset/Fixed tickets:http://phpvms.devjavu.com/changeset/258http://phpvms.devjavu.com/changeset/257http://phpvms.devjavu.com/changeset/256Changes: Update notification - shows in admin panel when an update is available (field update in Settings). In order for update notification to work, you must allow http access for file handlers. Otherwise, it will not work. Add comments to PIREP (from Admin Panel), sends email to submitter with the comment, and link back to view the comment. Submitter can then reply to any inquiry, and then the report can be accepted/rejected based on that. Show c…
Last reply by Nabeel, -
- 1 reply
- 2k views
Build 254On the Admin Page under the Airlines Section.The Link to add an Airline says "Add an Aircraft"Also when clicking the "Options" button under an existing airline it results in a Blank Admin Screen instead of any options to edit.
Last reply by Nabeel, -
- 1 reply
- 1.9k views
BUILD 254On the admin panel when adding Flight Schedules the page that displays is larger than my screen area (1024x768). Thus I am unable to manipulate certain buttons and fields. Scrolling appears to be disabled while this screen is displayed.
Last reply by Nabeel, -
- 3 replies
- 2.5k views
Build 254On the pagehttp://test.ceruleanairlines.com/?page=editprofileWhen I attempt to enter a location and press save the location is not stored and the page displays the following error.Warning: Invalid argument supplied for foreach() in /var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdocs/core/common/PilotData.class.php on line 67
Last reply by Nabeel, -
- 5 replies
- 3k views
Alrighty,I checked out the current version via SVN which is reversion 254. I uploaded the files to my webhost and configured the permissions per the installation instructions.When I go to install, The page throws several errors which I will detail below.I belive this is more likely an issue with my host as when I test these files locally the errors do not appear.I am using PHP 5.0.4Relevant URLS arePHPINFO = http://test.ceruleanairlines.com/info.phpINSTALL PAGE = http://test.ceruleanairlines.com/install/install.phpThe errors are as follows==========================================================Notice: Use of undefined constant CACHE_TIMEOUT - assumed 'CACHE_TIMEOUT' i…
Last reply by Nabeel,