Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 1 follower
- 2 replies
- 1.7k views
Hi, I want to copy my phpvms site locally. To do this, i have proceeded like this : 1 - Export of my database. 2 - Create a new database in WAMP with phpmyadmin and import the database. 3 - Download all folders and files with Filezilla and copy this in wamp/www/phpvms_folder. After that, i've changed the following settings in local.config.php : define('DBASE_USER', 'root'); // default login of WAMP define('DBASE_PASS', ''); // default password of WAMP (no password) define('DBASE_NAME', 'db_phpvms'); // The name of my DB locally in phpMyAdmin define('DBASE_SERVER', 'localhost'); define('DBASE_TYPE', 'mysql'); define('TABLE_…
Last reply by orobouros, -
- 1 reply
- 1.7k views
hello using 5.5 when i try access my sub domain it gives me this http://prntscr.com/jlu90m please help!!!
Last reply by shakamonkey88, -
- 1 reply
- 1.7k views
Hi Nabeel, Just thought you might like to know that the TopRoutes function in StatsData.class.php needs a slight change to the SQL query to make it work. The query as it currently stands is $sql = 'SELECT * FROM `'.TABLE_PREFIX.'schedules`'; if($airline_code != '') { $sql .= " AND `code`='{$airline_code}' GROUP BY `code`"; } $sql =' ORDER BY `timesflown` DESC LIMIT 10'; However, this doesn't work as the 'AND' needs to be a 'WHERE'. Also, there's a period missing before the = in the 2nd sql join. The other thing which I had to change in order to get it working on my site, was to remove the GROUP BY `code` since no results were returned if …
Last reply by Nabeel, -
- 2 replies
- 1.7k views
Hi. Is there a way to set the amount of money you have in phpvms. My reason for asking is not to cheat, but because real airlines don't start at $0. I am currently in the whole by a large sum because I like to set up routes for my aircraft to fly for their "test" routes, in order to make the airframe hours a little more realistic. Any help is appreciated, thanks.
Last reply by patva1, -
- 4 replies
- 1.7k views
How easy is it to create a seperate page for each of my hubs in the pilots list. I have three hubs and would like to have from the pilots list the ability to select a hub from either a dropdown menu or from a link to page.?
Last reply by Jon, -
In my site I have this code: <ul class="login"> <li class="left"> </li> <li><?php if(Auth::LoggedIn() == false){ echo 'Olá Visitante!'; }else{ echo 'Olá ' .PilotData::GetPilotCode(Auth::$userinfo->firstname, Auth::$userinfo->firstname); } ?> But they show: What changes should I do to remove the four zeros ?
Last reply by mix, -
- 2 replies
- 1.7k views
Hi everyone After installation, I created a few schedules as a test, and then tried uploading some via .CSV files, and ended up with a few duplicated ones. Now I have all my schedules correctly created in an .CSV file and I want to upload them, but I wanted to delete all the ones I already created before for a clean install. However I can't figure out how to do this, I only see the option of switching between "active" and "inactive" schedules on the phpvms console, not deleting. Can someone help me with this please? Thanks.
Last reply by Nabeel, -
- 1 reply
- 1.7k views
Hello everyone, Im having a bit of a problem with my skin the little airplane and status on the live map does not show up. I have figured out the soloution to this problem but that causes another problem. In this picture i remove the custom line and then im able to see the plane on the live map. But when i do this my drop down menus dont work on the website?
Last reply by tutmeister, -
- 3 replies
- 1.7k views
The minimum image size is 5 pixels(w)11 pixels(h) tp a maximum of 44(w) to 11 (h). tried gig,jepg and png. There located in a webfolder on my system...not located in the phpvms folder..as there is no instructions for novas Phpvms assumes everyone knows php. Although the site doesn't say this before you download and install. Here is the error message. The default indicates max 80 X 80 doesn't indicate a minimum. Warning: imagesy(): supplied argument is not a valid Image resource in /hermes/web10/b1562/pow.bluemax/htdocs/phpvms/core/common/PilotData.class.php on line 284 Warning: imagesx(): supplied argument is not a valid Image resource in /hermes/web10/b1562/pow.bluem…
Last reply by Jeff, -
- 2 replies
- 1.7k views
Anyone know what I have done wrong? lol http://www.flybabyva.co.uk/index.php/PopUpNews/popupnewsitem/?itemid=1 This is lines 214-229 in the MainController.class.php /* Don't call self::Run() - parameters could change. They have to stay the same due to the fact that outside modules, etc will still use Run(), so it has to stay the same */ $ret = call_user_func_array(array($$ModuleName, $call_function), CodonRewrite::$params); /* Set the title, based on what the module has, if it's blank, then just set it to the module name */ self::$page_title = $$ModuleName->title; if(strlen(self::$page_title) === 0) { self::$page_title = ucwords(strtolower($ModuleN…
Last reply by Connor1994, -
Hi I am experiencing some problems with ids if the next available Id is 2 it gives the user 4 this happend after I deleted 2 users, thanks in advance
Last reply by avdesigns, -
- 3 replies
- 1.7k 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, -
PIREP Error
by roboa- 2 replies
- 1.7k views
Hi, when trying to submit a manual PIREP, the pilots are presented with this error message: fopen(/home/fcava./public_html//lib/rss/latestpireps.rss) [function.fopen]: failed to open stream: Permission denied in /home/fcava./public_html/core/common/RSSFeed.class.php on line 63 The PIREP does go through so it isnt directly affecting that. I have also checked the permissions on the RSSFeed.class.php and they are set to 777 cheers, roboa
Last reply by Nabeel, -
- 1 reply
- 1.7k views
Hello everyone! I have a joomla site for main site and one fss for my va's pilots.As you can see on my FSS (phpvms) there are statistics. http://www.greeceairwaysva.com/fss How can i add the statistics to my joomla site?Or can i do it? (With auto-update)
Last reply by simpilot, -
- 5 replies
- 1.7k views
Hi when I go on my schedules its all out of place -
Last reply by Jeff, -
Hi Nabeel, Using the latest beta and I am having issues accepting new pilots. As soon as I double click to accept them, it goes to the pilot list. They are still in the list for pending. As well, the map does not seem to be erasing ended flights. I have it set for 30 minutes in the config and they are still there. I even changed it to 1 and hours after they are still there. I have not been able to send my pireps to VA Central either. Something about the API server but I am just assuming that is an issue on your end. Would really like to see the registration fixed chief. Chuck CYXU
Last reply by Nabeel, -
- 4 replies
- 1.7k views
Hi again, on page "Registration" the field "What does this add up to? + " appear with no numbers. It's just me ???? Regards
Last reply by mark1million, -
- 1 reply
- 1.7k views
i really hate to spam the forums with this but its been more than a week since i have asked this question would you please just check out what i posted.... http://forum.phpvms.net/topic/2599-eventbooking-beta-13/page__st__120
Last reply by simpilot, -
- 7 replies
- 1.7k views
Hi, We are using the Beta install however, I cant see no activity on the map display. Would I be doing something wrong?
Last reply by Nabeel, -
- 2 replies
- 1.7k views
Hello, nice when I'll reserve a route individually and click "add to bid" the route is not added and appearing on the following Message: No route passed. I also use the system calls at my site and this adds Norman the routes chosen by the scale. Well, wait for a help
Last reply by Nabeel, -
- 2 replies
- 1.7k views
I am curious..... Is it possible to make it pay per minute? Or after an hour go to pay per minute maybe? Example. I just did a flight that was 1hr 57 minutes. It paid me for 1 hour. Kind of bogus since I was 3 minutes shy of 2 hours. Can you see why I ask this? I kind of just donated an hour of time for free. Not that it matters. The pilot pay is kind of useless right now anyhow on my setup. Now I could see if my flight was an hour and 3 or 4 or even 15 minutes to only get an hours pay, but 3 minutes shy of 2 hours and only get 1 hour pay? This got brought up to me by another pilot and I really never paid attention since the pilot pay does not matter to me. I am looking…
Last reply by TAV1702, -
- 2 replies
- 1.7k views
I wonder how to update the ACARS Map from 10 to 10 seconds, so I can use? Example: 0.10 Thanks :)
Last reply by James142, -
- 2 replies
- 1.7k views
I am using the Simpilots Group Schedule Search. When I try to search for a flight, I get No Routes found. I believe it is because in the Schedule Search, "Select an Aircraft Type" drop down menu, does not show aircraft, even though in they are in the data base (Admin Center Add Edit Fleet) and all are active.
Last reply by B77W, -
What's the field for? is it cruise speed or cruise flight level?
Last reply by Nabeel, -
- 4 replies
- 1.7k views
I have routes like this: ROK100 MDW-LAS-SFO When someone flies just the MDW-LAS route, it also shows me someone flew the LAS-SFO route. Is there a way to make it so its not the flight number, but the route number ( schedules/details/1,2,etc..)? Or will I just have to set it up so LAS-SFO is ROK100-1 or something? Thanksss!
Last reply by Nabeel, -
RSS?
by atlanticva- 6 replies
- 1.7k views
Can you explain exactly how that works and what do we need to add to our site? We would like to link our RSS to our twitter and facebook status. Thanks for all your help
Last reply by atlanticva, -
- 4 replies
- 1.7k views
I was wondering how to get the Contact Us form working? I know where I want the link to be, I'm just wondering what I need to link it to.
Last reply by Daniel, -
- 3 replies
- 1.7k views
Ok I want to create my own page but.. Still have it in the template I can create a .html page but that does not have the template in (header, sidebar etc.) Could some body assist me please. I don't want to add pages trough Admin Center.. Thanks Daniel
Last reply by Daniel, -
- 2 replies
- 1.7k views
Hello! I have a problem when I go in my admin center, I go in View all pilots and all schedules and all airports and I can't see the list whereas I have pilots, schedules and airports. Thank you for your help!
Last reply by thomas2360, -
- 4 replies
- 1.7k views
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 24 bytes) in/home/starall1/public_html/core/classes/ezdb/ezdb_mysql.class.php on line 27 This error code happens when searching for a flight.... Thank you Brian
Last reply by twelka3,