Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 8 replies
- 2.4k views
Hi Nabeel,Everytime i create a page and try to access it from the main site, i get an error saying "You do not have permission to access this page!" or similar.Have checked the permissions for all, core/pages core/cache & core/local-config.php files & they all say "777"Jameshttp://www.linkvirtual.info/
Last reply by RogerB, -
- 3 replies
- 1.2k views
I cannot seem to delete pages in the admin section.. Is there a manual way of doing it ?
Last reply by Nabeel, -
Paginate Schedules Page
by Guest- 1 follower
- 4 replies
- 1.5k views
Hi, My schedule system at vDAL was recently reworked, but due to the large amount of schedules, it takes up to 20 seconds (for some pilots) to load the page, and i need to fix this. If anybody could help me out, that would be great, i have tried, but gotten nothing but fatal errors... thanks.
Last reply by flyalaska, -
- 1 follower
- 5 replies
- 2k views
Is anyone paginating their tables with http://www.datatables.net/index? I noticed that all my tables that use this are no longer working. I haven't touched anything. Anyone else have this problem?
Last reply by flyalaska, -
- 6 replies
- 2.4k views
Im trying to create a page viewable from the main site of all the flights in the system, which i've done, but i only want to view X at a time with next and prev links undereath is this possible with the way PHPVMS is done? or would it be easer to do it in my own code? my current code: <? class Flights extends CodonModule { public function Controller() { $schedules = SchedulesData::GetSchedules('', true); if(!is_array($schedules)) return false; foreach($schedules as $sched) { $vars = get_object_vars($sched); $xml .= '<schedule>'.PHP_EOL; foreach($vars as $name=>$val) { $val = strip_tags($val); if($name == 'id' || $name == 'leg' || …
Last reply by Nabeel, -
- 4 replies
- 1.9k views
I could never get the pagination installed in my schedule_results.tpl. If there is someone willing to hep me get this installed and working, I am willing to create custom schedule pages. Please PM me if interested. Thanks
Last reply by Strider, -
- 0 replies
- 834 views
Sorry for such a large image but mypagination on my flight listing page will format it self like so. When you are on page 9 for instance 9 will be behind the 20 and be active while the others are inline with a box around them any ideas.
Last reply by smokey68, -
- 4 replies
- 1.3k views
Hello, I think pagination is needed on the admin side for the schedules. I have 3400 routes and it tries to load them all on one page. I'm thinking a drop down type box asking how many records to display per page would be cool. No big deal if this is not possible. Just a suggestion. In fact, this could be cool on the public side as well in the schedule area. Thanks, Keith
Last reply by TAV1702, -
- 2 replies
- 1.8k views
hi there i just need to know how to do pagination for screenshots page only i know for others but using PHP code i cannot i wanted to do pagination for my screenshots page so it will only display 20 items on one page and than create next page for 21st item i hope experts can understand what i wanted to do actually. Maybe mark1million can help me on this as he has done it already. mark looking forward for your help need proper code please or explanation maybe you can put that in code snippets also. Thanks in advance Ahmad
Last reply by Ahmad, -
- 2 replies
- 1.2k views
Dear Friends i am willing to Style and Align my pagination can anyone will help please here is screenshot what currently it looks like.
Last reply by IrfaanKhan, -
Pagination?
by Kyle- 0 replies
- 865 views
Hey Guys, I downloaded Jeff's pagination and I'm having problems here. I want to put it in the PIREP.php. I did try but it gives me errors. And i'm not sure what to do or where to put it in? Any help would be great!
Last reply by Kyle, -
Parse Error
by AlexS- 13 replies
- 4k views
I have this parse error on my website: syntax error, unexpected '@', expecting function (T_FUNCTION) in/home/airtran/airtranvirtual.net/public_html/core/common/PilotData.class.php I have tried to fix it, and I am really confused with the directions that was sent to me on my VA topic. Any help would be awesome!
Last reply by AlexS, -
- 3 replies
- 1.2k views
Hey, I inserted javascript libraries as described in the layout.tpl file, and I get this error: [/b] [b]Parse error: syntax error, unexpected T_ECHO in /home/eurojet/public_html/en/lib/skins/british/layout.tpl on line 44 I inserted about 10 libraries like this: <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> <script src="assets/js/jquery.js"></script>
Last reply by Kyle, -
- 9 replies
- 2.3k views
Hello Friends, i have installed the blueicev2 skin and all the modules where coming with the file. When i will update my Stats.data.class i will become the following Failure. "Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /www/htdocs/w01501e7/test.lausitz-aircargo.de/core/common/StatsData.class.php on line 879" on this line i have set up the following code from the Documentation public static function get_stats_by_cur_month($howmany) public static function TotalPilotMiles($pilotid) { $key = 'total_miles'; $key .= '_'.$pilotid; $total = CodonCache::read($key); if($total === false) { $total = 0; …
Last reply by vFAB, -
- 6 replies
- 1.7k views
Parse error: syntax error, unexpected '.', expecting '(' in /hermes/web06/b1926/moo.jpairways/install/install.php on line 63 that is what i get upon installing the new version of phpVMS. I have contacted the live support from my hosting services and they say it is a scripting isssue and to contact the creator.
Last reply by joeri, -
- 18 replies
- 3.3k views
Hello, I have an Error on the Flight Schedules Page. The Error: Parse error: syntax error, unexpected '}' in .../core/templates/schedule_results.tpl on line 102
Last reply by Kimis, -
- 1 reply
- 1.1k views
Hey, I need to get phpVMS to parse some custom php.ini files (to change the timezone)... How would I go about doing this? Thanks
Last reply by Nabeel, -
- 2 replies
- 1.6k views
When a pilot bids for a flight and looks at the pilot briefing, there is no info for cargo or passenger load out. How does a pilot know how many passengers or cargo to load?
Last reply by TAV1702, -
- 1 reply
- 1.6k views
I need to know how I could have on passenger flights, cargo transport
Last reply by chilemugriento, -
- 17 replies
- 3.1k views
I filed a manual pirep to test the financials and I noticed a big problem which will get me fined by the FAA. ;D The aircraft I used was a Dash 8 with a max passenger load of 65. After I reset the PIREP data it showed I had a load count of 193 passengers. I've already written up my pilot for over loading his plane. Any idea why it over doubled the max amount?
Last reply by Nabeel, -
- 1 reply
- 662 views
How can I turn on passenger revenue? None of my passengers are paying.
Last reply by ProAvia, -
Recently I changed my password for some unknown reason. Naturally I didn't write it down. Today I can't get logged in even though I have tried every possible password I can think of. I need someone from phpvms to go into my admin section and either find my password or issue a new one. I tried selecting the link "I forgot my password". I enter my email address, it says a new password has been sent, yet no password ever shows up in either regular mail or junk mail folders. Frustrating.
Last reply by TennShadow, -
- 4 replies
- 2.5k views
Hello ! As I m making my own ACARS application I have come across to a strange problem. According to the RegistrationData.class.php file the password is md5 encrypted. when looking inside the db I saw this string: 4979ee3f58f9e6dbe3736952470153e6 which is 1234 converted from PHPVMS but the actual Md5 hash for the 1234 is: 81dc9bdb52d04dc20036dbd8313ed055 Can someone tell me what really happen here ? I can login with 1234 from inside the PHPVMS but my acars returns me an Invalid Log In Details error. Note1: ACARS written in VB.NET VS2010 Note2: MD5 Encryption working in my VB.NET
Last reply by Nabeel, -
- 1 reply
- 1.2k views
After updating I can't login. The error message is "You must be logged in to access this feature!" Other admins are getting the same results. Advise anyone? Cheers
Last reply by Nabeel, -
- 2 replies
- 1.1k views
Can you password protect the pages that you created through the Admin Center? If so, how do you do it? Thanks
Last reply by Jason, -
- 1 follower
- 10 replies
- 2.8k views
Had to reset my password this evening. Was notified that email was sent with new password - none received. Tried a couple times...no joy. how much trouble am I in?
Last reply by flyalaska, -
- 2 replies
- 1.4k views
Hey guys i recently had some malicious users causing trouble by using the forgot password function on the phpVms system and running various email addresses through the function. Basically i have disabled this function from all apart from admins as anyone that knows your email address can use the system to reset your password potentially locking you out if you miss the email, not only that if they gain access to your email then they have your whole site. The current way that the system used is too insecure which is why i have disabled it, does anyone have a better way thats been thought of and implemented?
Last reply by mark1million, -
- 3 replies
- 1.2k views
When a user requests a new password through the "I forgot my password" link, the following message is displayed. Notice: The template file "/home2/mywebsite/public_html/ap//core/templates/login_passwordreset.tpl" doesn't exist in /home2/mywebsite/public_html/ap/core/classes/TemplateSet.class.php on line 206 I reinstalled phpVMS just in case. Any ideas on how to fix this? Thanks in advance. Ron
Last reply by Nabeel, -
- 2 replies
- 1.4k views
Ok so no one posted a working Joomla -> PHPVMS bridge so I'm going to have a go writing my own. What I need to know is: does the password Salt have to be set correctly or can I use a default Salt Value? If it unique based on the user registration data how is it created, so I can recreate it in Joomla?
Last reply by homer09001, -
Hello all, Although I'm a fluent php/mysql/css coder, I'm ashamed to say that I don't know the first thing about MD5 and general encryption. I'm a little confused as to how this works... When I generate an MD5 hash using PHP, the generated hash is different to that stored in the database? Why is this? Also, if anybody has time, could they please explain what a 'salt' is... Thanks, Kieran
Last reply by Nabeel,