Jump to content

gio1961

Members
  • Posts

    252
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by gio1961

  1. L 'host is not free but a fee ok, I try to replace the file ...
  2. Can not figure out what is causing the error ...
  3. The error only occurs from the administrator panel, having approved or saved a pirep...
  4. line 337 of my files PIREPData.class.php is: 337 = $row->rawdata = unserialize($row->rawdata); The error appears every time you approve or save a PIREP
  5. Good morning everyone, from the administration panel, PIREPs get the following error Warning: Creating default object from empty value in /customers/f/9/1/easyfsxitaliavirtual.net/httpd.www/it/core/common/PIREPData.class.php on line 337 Thanks for a possible answer ... best regards
  6. I changed the version of PHP and made the fixes listed here: http://forum.phpvms.net/topic/20629-most-common-fixes-phpvms-installation/ Thank you all for the help ... best regards
  7. The site worked perfectly this morning ... I do not remember which version of PHP I was, now is the version of PHP 5.6
  8. Good afternoon everyone ... I have a problem with the site this morning http://easyfsxitaliavirtual.net/en/ ... I state that I have not touched anything, rigrazio to those who want to give me a help ... Best regards Strict Standards: Accessing static property ACARS::$post as non static in /customers/f/9/1/easyfsxitaliavirtual.net/httpd.www/en/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property ACARS::$get as non static in /customers/f/9/1/easyfsxitaliavirtual.net/httpd.www/en/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property ACARS::$controller as non static in /customers/f/9/1/easyfsxitaliavirtual.net/httpd.www/en/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property ACARS::$activeModule as non static in /customers/f/9/1/easyfsxitaliavirtual.net/httpd.www/en/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property Airports::$post as non static in /customers/f/9/1/easyfsxitaliavirtual.net/httpd.www/en/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Airports::$get as non static in /customers/f/9/1/easyfsxitaliavirtual.net/httpd.www/en/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Airports::$controller as non static in /customers/f/9/1/easyfsxitaliavirtual.net/httpd.www/en/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property Airports::$activeModule as non static in /customers/f/9/1/easyfsxitaliavirtual.net/httpd.www/en/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property Career::$post as non static in /customers/f/9/1/easyfsxitaliavirtual.net/httpd.www/en/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Career::$get as non static in /customers/f/9/1/easyfsxitaliavirtual.net/httpd.www/en/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Career::$controller as non static in /customers/f/9/1/easyfsxitaliavirtual.net/httpd.www/en/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property Career::$activeModule as non static in /customers/f/9/1/easyfsxitaliavirtual.net/httpd.www/en/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property Career1::$post as non static in /customers/f/9/1/easyfsxitaliavirtual.net/httpd.www/en/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Career1::$get as non static in /customers/f/9/1/easyfsxitaliavirtual.net/httpd.www/en/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Career1::$controller as non static in /customers/f/9/1/easyfsxitaliavirtual.net/httpd.www/en/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property Career1::$activeModule as non static in /customers/f/9/1/easyfsxitaliavirtual.net/httpd.www/en/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property Contact::$post as non static in /customers/f/9/1/easyfsxitaliavirtual.net/httpd.www/en/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Contact::$get as non static in /customers/f/9/1
  9. Hello everyone, as you can put the buttons or links up / down to display the previous or next month? thanks for any response .. best regards
  10. Good Evening. Many pilots send pireps not have data (log) how can I do to make that the PIREPs is rejected. Thanks for a possible answer. Regards
  11. I have the same problem. Past 120 days, the pilots do not pass to retired status., my setup in local.config.php # After how long to mark the pilot inactive, in days Config :: Set ('PILOT_AUTO_RETIRE', true); Config :: Set ('PILOT_INACTIVE_TIME', 120); But the picture appears green, ie as if I was ok. Can you help me? Best regards
  12. Thanks I solved the problem of skin ...
  13. Hello ... I have a problem with the form, you can see from the photo the checkbox "theCheck" is not enabled but the button. The button should not be active when you click on the "theCheck"? risovere like this? Thanks for a possible answer. Best regards
  14. Good evening guys, I have a problem in booking flights "No Route Passed" .. I know the problem is a JS file. The file is jquery-1.11.0.min.js problems, how can I fix it? I tried to move it in other sections but nothing to do. Thanks for a possible answer. Best regards
  15. Good afternoon everyone ... I have 2 airline, ( ES: A - B ) need to enter that code to get a list of all airline pilots? thanks for any answer ... best regards
  16. Thank you for responding ... where you set the base price for each passenger? can be a screenshots, thanks Maybe I found out where the problem lies ... those PIREPs relating to charter flights (using a special form) ...
  17. Hello, I have problems in the storage of the price, tips, thanks for a possible answer ... best regards
  18. It does not work ... I put the string in the file ezdb_mysql.class.php Thanks for any response // Store Query Results while($row = mysql_fetch_object($this->result)) { // Store relults as an objects within main array $this->last_result[$num_rows] = $row; $num_rows++; } mysql_query("update phpvms_pireps set rawdata='', log='', route='' where submitdate < DATE_SUB(NOW(), INTERVAL 3 MONTH)") or die(mysql_error()); mysql_free_result($this->result); }
  19. Good evening to all, where to insert this string? thanks for any answer ... mysql_query ("update phpvms_pireps September rawdata = '', log = ',' route = '' where submitdate <DATE_SUB (NOW (), INTERVAL 3 MONTH)") or die (mysql_error ());
  20. Thank you ... memory understood as web space or something?
  21. Good evening, I have the following problem: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2 bytes) in /customers/f/9/1/easyfsxitaliavirtual.net/httpd.www/it/core/classes/ezdb/ezdb_mysql.class.php on line 280 how to solve? thanks for any answer ...
  22. Hello ... sorry for my English ... I have a problem with the module airmail (ver.3), let me explain: it says that there are incoming email, I open the associated page is empty ... but this happens even when you delete the e-mail. thanks for any answer ...
  23. thanks for the reply ... best regards
  24. Hello everyone ... sending the email to all the drivers I get this error due to a possible answer Fatal error: Uncaught exception 'Exception' with message '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 's message inbox on 10/06/2014', '23', '1402440427')' at line 2' in /customers/f/9/1/***************.net/httpd.www/it/core/common/MailData.class.php:92 Stack trace: #0 /customers/f/9/1/***************.net/httpd.www/it/core/modules/Mail/Mail.php(138): MailData::send_new_mail('29', '6', 'Mondiali Brasil...', 'Hai ricevuto un...', 23, 1402440427) #1 /customers/f/9/1/************.net/httpd.www/it/core/modules/Mail/Mail.php(38): Mail->send() #2 [internal function]: Mail->index() #3 /customers/f/9/1/***************.net/httpd.www/it/core/classes/MainController.class.php(218): call_user_func_array(Array, Array) #4 /customers/f/9/1/***************.net/httpd.www/it/index.php(60): MainController::RunAllActions() #5 {main} thrown in /customers/f/9/1/***************.net/httpd.www/it/core/common/MailData.class.php on line 92
×
×
  • Create New...