Jump to content

patva1

Members
  • Posts

    125
  • Joined

  • Last visited

Everything posted by patva1

  1. Thank you, i got it fixed by using the <?php echo SITE_URL?> however if i just typed in the whoel address it didn't work correctly. Odd thing. Anyways it's working now, thank you very much, never even crossed my mind to use it.
  2. Ok. I have been trying over an over to get the drop down menu to work. I can't get the links to the certain pages to work correctly. Here is my website you can take a look for yourself. Here is the address: www.flypatrioteast.byethost2.com. Most of the links work correctly from the home page, except for an entire tab thats missing under the operations menu, but when navigation using the drop down menus from a different page they are all messed up. I have included a pic of the menu area of my layout.tpl.
  3. Hi. Does anyone know where i can find a seat map generator. Or how I could make a realistic seat map? I have seen VAs that have seat maps, but none of the will tell me where they got them or how they made them. I want to make custom layouts so I can get a realistic capacity number for the seats we want to provide. Thanks.
  4. Ok. Thank you Nabeel.
  5. 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.
  6. I'm not entirely sure I understand everything your asking. But, it seems like a disorganization problem. Personally, I write EVERYTHING down regarding aircraft and routes before I put everything into phpvms and it goes very smooth for the most part.
  7. patva1

    Nav bar issue

    When I try to change the text color of the nav bar in the obssess blue skin, it works correctl if I check it in firebug, but it doesn't show up when I change it in the CSS sheet.
  8. Oh ok, thank you. I did not know that. It is correct as I can't get the airports to set up right (as I explain in the last sentence of my orginal post). Once again thank you. And if you or someone else knows the solution to my other issue please inform me. Thanks.
  9. Hi. After switching hosts and getting a nice new up to date install of phpvms running I noticed a problem. The graphs in the admin panel are totally out of wack. I attached a screenshot so you can see what I mean. Thank you and if you need any more information please let me know. Also when I try to add airports, and click look up, it just says fetching data...forever, is this becuase of the live pricing issue?
  10. Already done. I switched to a different host and plan on installing phpvms tonight. Thank you for all of your help.
  11. Nabeel, the techs at my hosting site tell me to do this: use mysql_reconnect command before each query. What is this? How would I go about doing it? And is it even worth trying? Thank you.
  12. Ahh...they just sent me an email informing that the mysql server is down. So I will check again in the morning and see if anything has changed.
  13. Thank you very much. If I can't get things resolved here with 000webhost, I may be interested in the host you are using. What host are you currently using?
  14. Alright Nabeel, I got everything working correctly with chmodding and everything. I turned on debug mode. In the log file there was this after I tried adding a route (same problem: says its added but no route shows up): # ===== # Time: # ===== # Time: 05.22.10 00:04:32 # Backtrace: DB::write_debug > DB::get_results > SettingsData::getAllSettings > SiteData::loadSiteSettings > pre_module_load > include # Query: SELECT * FROM phpvms_settings # Error: (1053) - Server shutdown in progress # ===== # # # ===== # # ===== # Time: # ===== # Time: 05.22.10 00:04:32 # Backtrace: DB::write_debug > DB::get_row > Auth::get_session > Auth::StartAuth > pre_module_load > include # Query: SELECT * FROM phpvms_sessions WHERE id = '35' AND pilotid = '1' # Error: (2006) - MySQL server has gone away # ===== # # # ===== # # ===== # Time: # ===== # Time: 05.22.10 00:04:32 # Backtrace: DB::write_debug > DB::query > Auth::start_session > Auth::StartAuth > pre_module_load > include # Query: INSERT INTO phpvms_sessions (`pilotid`, `ipaddress`, `logintime`) VALUES (0,'96.230.200.110', NOW()) # Error: (2006) - MySQL server has gone away # ===== # # # ===== # # ===== # Time: # ===== # Time: 05.22.10 00:04:33 # Backtrace: DB::write_debug > DB::get_results > SiteData::GetAllPages > Pages->NavBar > MainController::Run > MainController::loadModules > MainController::loadEngineTasks > include # Query: SELECT * FROM phpvms_pages WHERE enabled=1 AND public=1 # Error: (2006) - MySQL server has gone away # ===== # # # ===== # # ===== # Time: # ===== # Time: 05.22.10 00:04:33 # Backtrace: DB::write_debug > DB::get_results > StatsData::UsersOnline > Frontpage->index > call_user_func_array > MainController::RunAllActions # Query: SELECT p.* FROM phpvms_pilots p, phpvms_sessions s WHERE s.pilotid = p.pilotid AND DATE_SUB(NOW(), INTERVAL 20 MINUTE) <= s.`logintime` # Error: (2006) - MySQL server has gone away # ===== # # # ===== # # ===== # Time: # ===== # Time: 05.22.10 00:04:33 # Backtrace: DB::write_debug > DB::get_results > StatsData::GuestsOnline > Frontpage->index > call_user_func_array > MainController::RunAllActions # Query: SELECT s.* FROM phpvms_sessions s WHERE s.pilotid = 0 AND DATE_SUB(NOW(), INTERVAL 20 MINUTE) <= s.`logintime` # Error: (2006) - MySQL server has gone away # ===== # # # ===== # # ===== # Time: # ===== # Time: 05.22.10 00:04:33 # Backtrace: DB::write_debug > DB::get_results > News->ShowNewsFront > call_user_func_array > MainController::Run > include > TemplateSet->getTemplate > TemplateSet->showTemplate > Template::show > CodonModule->render > Frontpage->index > call_user_func_array > MainController::RunAllActions # Query: SELECT id, subject, body, postedby, UNIX_TIMESTAMP(postdate) AS postdate FROM phpvms_news ORDER BY postdate DESC LIMIT 5 # Error: (2006) - MySQL server has gone away # ===== # # # ===== # # ===== # Time: # ===== # Time: 05.22.10 00:04:33 # Backtrace: DB::write_debug > DB::get_results > PIREPData::findPIREPS > PIREPData::getRecentReportsByCount > PIREPS->RecentFrontPage > call_user_func_array > MainController::Run > include > TemplateSet->getTemplate > TemplateSet->showTemplate > Template::show > CodonModule->render > Frontpage->index > call_user_func_array > MainController::RunAllActions # Query: SELECT p.*, UNIX_TIMESTAMP(p.submitdate) as submitdate, u.pilotid, u.firstname, u.lastname, u.email, u.rank, a.id AS aircraftid, a.name as aircraft, a.registration, dep.name as depname, dep.lat AS deplat, dep.lng AS deplng, arr.name as arrname, arr.lat AS arrlat, arr.lng AS arrlng FROM phpvms_pireps p LEFT JOIN phpvms_aircraft a ON a.id = p.aircraft LEFT JOIN phpvms_airports AS dep ON dep.icao = p.depicao LEFT JOIN phpvms_airports AS arr ON arr.icao = p.arricao LEFT JOIN phpvms_pilots u ON u.pilotid = p.pilotid ORDER BY p.submitdate DESC LIMIT 5 # Error: (2006) - MySQL server has gone away # ===== # # # ===== # # ===== # Time: # ===== # Time: 05.22.10 00:04:33 # Backtrace: DB::write_debug > DB::get_results > PilotData::getLatestPilots > Pilots->RecentFrontPage > call_user_func_array > MainController::Run > include > TemplateSet->getTemplate > TemplateSet->showTemplate > Template::show > CodonModule->render > Frontpage->index > call_user_func_array > MainController::RunAllActions # Query: SELECT * FROM phpvms_pilots ORDER BY `pilotid` DESC LIMIT 5 # Error: (2006) - MySQL server has gone away # ===== # # # ===== # # ===== # Time: # ===== # Time: 05.22.10 00:06:23 # Backtrace: DB::write_debug > DB::get_results > StatsData::TotalFlightsToday > include > TemplateSet->getTemplate > TemplateSet->showTemplate # Query: SELECT COUNT(*) AS `total` FROM phpvms_pirepsDATE(`submitdate`) = CURDATE() # Error: (1064) - 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 '(`submitdate`) = CURDATE()' at line 1 # ===== # # # =====
  15. Also if its a hint to why adding but not showing the routes, all my graphs now look really, really weird and on the x axis near where zero would be it says infinity. Thank you.
  16. It won't let me chmod the local.config.php so that i can change debug mode to on, i remember having trouble with chmod before, but I don't remember how I resolved it
  17. I re-uploaded the files and now it works...partially. It says the route has been added, but it doesn't show up in the list. I also noted that the tables have a slightly new look to them if that tells you anything...they look more sleek in a way. Thank you.
  18. Thank you to the both of you. Although it's possible, I don't think that the host is the issue as I had a phpvms site set up with them before and it worked perfectly fine. I will reupload the files and see what it does.
  19. It's technically not an error message, but when you try to run it, it goes straight to a search page with the address: http://err.000webhost.com This is what I'm typing in the address bar: http://www.flypatrioteast.netai.net/install/checkdb.php
  20. Neither will run. I get an error message.
  21. I apologize for the really long delay in a reply, I have been extremely busy with AP classes. Anyways, how do I run both of those checks? When I type them into the browser bar neither works, I also apologize for being such a noob with this. Thank you. I did force the update and according to the dashboard I am using version 2.0.854
  22. I just noticed that even though I ran the update, it is still saying I need to run the update. I will try to run the update again.
  23. I have triple checked everything. I am not hitting the button twice and all of my airports are added. Is there anything else it could be? Thanks.
  24. Hi. Everytime I try to add a route I get this error message: There was an error adding the schedule, already exists DB error: Unknown column 'maxload' in 'field list'. Can anyone tell me how to resolve this issue? Thank you.
×
×
  • Create New...