cfitz619
Members-
Posts
65 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by cfitz619
-
I currently have some code put in to show the payrate in the pilot's profile. I would like to have this amount update with the pay adjustment feature in the admin panel. Here are 2 pictures and the code I have put in. Thanks for any help to get this working. <li><strong>Total Money: </strong><?php echo FinanceData::FormatMoney($userinfo->payrate) ?></li><br />
-
I understand that. No problem. That's why I just asked a question ablout the module. To gain knowledge. Thank You.
-
I am building my Virtual Charter Airline. I am interested in buying one of the Charter modules from Crazy Creatives. I sent them a message about 5 days ago in regards to pre-sales questions. I still have not gotten a response. So if it's ok, I will ask here. Maybe someone here has purchased the Charter Ops Extended module, and would be willing to help me out with an answer? I am wondering if the Charter ops Extended module has the feature where you can add descriptions & pictures on the flights page like the Executive Flight Division does (I really like that idea for my airline). I looked through the pictures of COE but didn't see that anywhere in the pictures. If you are interested to see my progress, here is the link. https://flymajesticva.com/ Thank You.
-
Thank You for the input, PaintSplasher
-
Interesting. Thank You. Just getting ideas as I continue to build my airline. Thanks
-
I am wondering how VA's in the community rank staff members. For instance, staff, instructor, ceo, hub manager, etc. Are your staff members visible on the public ranks page? Thanks
-
Cannot Edit Aircraft [SOLVED] Just wanted to let you know that I fixed this error by exporting the aircraft sql to my pc and edited with notepad++. The error message was Error: (1054) - Unknown column 'airline' in 'field list' so I just added 'airline' in the sql. I went back into phpvms admin and added a Citation X and everything went flawlessly. The steps I took to fix the issue: The Error: Backtrace: DB::write_debug > DB::query > OperationsData::addAircraft > Operations->add_aircraft_post > Operations->aircraft > MainController::RunAllActions Query: INSERT INTO phpvms_aircraft (`icao`, `name`, `fullname`, `registration`, `downloadlink`, `imagelink`, `range`, `weight`, `cruise`, `maxpax`, `maxcargo`, `airline`, `minrank`, `enabled`, `ranklevel`) VALUES ('B737', '737-700', 'boeing 737-700', 'N131MC', '', '', '3060', '154500', '41000', '140', '30000', '', '2', '1', '1') Error: (1054) - Unknown column 'airline' in 'field list' 1.) exported the aircraft sql to my pc 2.) added `airline` between max cargo and minrank using notepad++ 3.) Deleted aircraft sql from server. 4.) Imported edited copy of airport sql to server 5.) Went into phpvms admin and added Citation X to see if the edited sql fixed my issue. Added plane without problems. 6.) Issue resolved Hope this helps others who may have this issue in the future.
-
I know there is nothing in your airport lookup that would cause the error. I was not implying that. I am trying to add the aircraft manually. It is just wierd that after I installed airport lookup, I can no longer add aircraft. It's a coincidence. I installed 3 aircrafts before installing airport lookup. The error states that it is an unknown column "airline" in field list. I do not see that in my sql
-
The only module I have is airport lookup. I have nothing else installed. No skins or anything. Fresh install of phpvms 5.5.2.72 & airport lookup. Here is the link: https://forum.phpvms.net/topic/27452-airport-lookup-updated-vacentral-api-for-airport-lookup-only/
-
I added that aircraft in the sql before uploading the airport lookup.
-
-
I just reinstalled phpvms, and everything was working flawlessly. Then after about 20 minutes of adding airports, flights, and scedules I decided to upload Airport Lookup and now I can't add or edit my current fleet. I am getting this error again: Backtrace: DB::write_debug > DB::query > OperationsData::addAircraft > Operations->add_aircraft_post > Operations->aircraft > MainController::RunAllActions Query: INSERT INTO phpvms_aircraft (`icao`, `name`, `fullname`, `registration`, `downloadlink`, `imagelink`, `range`, `weight`, `cruise`, `maxpax`, `maxcargo`, `airline`, `minrank`, `enabled`, `ranklevel`) VALUES ('B737', '737-700', 'boeing 737-700', 'N131MC', '', '', '3060', '154500', '41000', '140', '30000', '', '2', '1', '1') Error: (1054) - Unknown column 'airline' in 'field list'
-
You are correct, they said they will not turn it off. Yes, I tried to fill in every field. Now I am unsure how to proceed. I will do more research. Thank You.
-
Here is the response from my hosting company, Hostinger: Thank you for your patience! I would like to kindly note that your hosting has 5.6 version already, and MySQL type is MariaDB 10.2 version I will request that they turn off strict mode. Thanks for your help ProAvia. It is greatly appreciated.
-
After figuring out how to turn on error reporting, I tried installing an aircraft and got the error: " cannot add aircraft". I checked the error log, and here is the message: Time: 01.20.21 14:29:04 Backtrace: DB::write_debug > DB::query > OperationsData::addAircraft > Operations->add_aircraft_post > Operations->aircraft > MainController::RunAllActions Query: INSERT INTO phpvms_aircraft (`icao`, `name`, `fullname`, `registration`, `downloadlink`, `imagelink`, `range`, `weight`, `cruise`, `maxpax`, `maxcargo`, `airline`, `minrank`, `enabled`, `ranklevel`) VALUES ('B737', '737-700', 'boeing 737-700', 'N131MC', '', '', '3060', '154500', '41000', '140', '30000', '', '2', '1', '1') Error: (1054) - Unknown column 'airline' in 'field list'
-
I tried going to the crystal skin. It did not work their either. I will figure it out. Thank You.
-
phpvms 5.5.2.72 PHP: 7.2 Skin: blue ice v2 P7 mysql 5.6, md 10.2 Can someone help me please? I have been trying to figure out why I can't add aircrafts. I get the error message "cannot add aircraft". How do I turn on error reporting? I have searched the forum but can't find what I am looking for. Thank You.
-
I did, Thank You
-
Here is my website if you want to take a look. https://flymajesticva.com/
-
will do, thanks.
-
As shown in the picture attached, I have renamed the original header as you suggested, and uploaded mine, but it still won't change. I have tried emptying my browser & phpvms cache. Thank You.
-
I'm sorry, I was talking about the blueIce 2.0.1 skin. I wrote phpvms by accident. Thanks.
-
Hello all. I made a banner for my virtual airline. I changed it to the size of the original banner, and named it header.jpg. I uploaded the banner to my server into the skin/images folder, but it won't change on the website. I previewed the image on the server and it is the right image. I have tried: 1.) clearing my browser cache 2.) clearing phpvms cache in settings. Any thoughts? Thank You.
-
I am just following what the readme tells me to do.