Jump to content

marcushann

Members
  • Posts

    2
  • Joined

  • Last visited

marcushann's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, Thanks, I have made that change but I am now getting only 2 errors (I accidentally posted the wrong link http://citylinkvirtual.tk) which are: Warning: Creating default object from empty value in /home/sintegra/public_html/citylinkvirtual/core/classes/Vars.class.php on line 74 Which appears at the top of the page and: Fatal error: Cannot re-assign auto-global variable _FILES in /home/sintegra/public_html/citylinkvirtual/core/common/PilotData.class.php on line 436 which appears at the bottom. Thanks for your help, Marcus
  2. Hi, I am on x10Premium hosting (not the free x10hosting) and I host other sites on this host without a problem. However - recently I installed phpvms and it was working OK for the first week and then I started to get strict standard errors as such: Strict Standards: Accessing static property Finances::$post as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Finances::$get as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Finances::$controller as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property Finances::$activeModule as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property FrontBids::$post as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property FrontBids::$get as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property FrontBids::$controller as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property FrontBids::$activeModule as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property Downloads::$post as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Downloads::$get as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Downloads::$controller as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property Downloads::$activeModule as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property Pilots::$post as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Pilots::$get as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Pilots::$controller as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property Pilots::$activeModule as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property Login::$post as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Login::$get as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Login::$controller as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property Login::$activeModule as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property kACARS_Free::$post as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property kACARS_Free::$get as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property kACARS_Free::$controller as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property kACARS_Free::$activeModule as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property Pages::$post as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Pages::$get as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Pages::$controller as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property Pages::$activeModule as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property News::$post as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property News::$get as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property News::$controller as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property News::$activeModule as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property Registration::$post as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Registration::$get as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Registration::$controller as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property Registration::$activeModule as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property Registration::$get as non static in /home/sintegra/public_html/phpvms/phpvms/core/modules/Registration/Registration.php on line 25 Strict Standards: Accessing static property Logout::$post as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Logout::$get as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Logout::$controller as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property Logout::$activeModule as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property Frontpage::$post as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Frontpage::$get as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Frontpage::$controller as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property Frontpage::$activeModule as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property XML::$post as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property XML::$get as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property XML::$controller as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property XML::$activeModule as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property Profile::$post as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Profile::$get as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Profile::$controller as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property Profile::$activeModule as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property RouteMap::$post as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property RouteMap::$get as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property RouteMap::$controller as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property RouteMap::$activeModule as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property Schedules::$post as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Schedules::$get as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Schedules::$controller as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property Schedules::$activeModule as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property Contact::$post as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Contact::$get as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Contact::$controller as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property Contact::$activeModule as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property FSFK::$post as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property FSFK::$get as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property FSFK::$controller as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property FSFK::$activeModule as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property ACARS::$post as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property ACARS::$get as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property ACARS::$controller as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property ACARS::$activeModule as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property PIREPS::$post as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property PIREPS::$get as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property PIREPS::$controller as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property PIREPS::$activeModule as non static in /home/sintegra/public_html/phpvms/phpvms/core/classes/CodonModule.class.php on line 73 The website address is here: http://epbsvirtual.tk I have no idea why this is happening as it WAS working fine. Thanks, Marcus
×
×
  • Create New...