Jump to content

patva1

Members
  • Posts

    125
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

patva1's Achievements

Newbie

Newbie (1/14)

1

Reputation

  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 # ===== # # # =====
×
×
  • Create New...