Jump to content

Wupperbengel

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Germany

Recent Profile Visitors

866 profile views

Wupperbengel's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Auch wenn das Thema schon recht alt ist... Ich würde auch gerne diesen Befehl hinzufügen, da ich auch diesen Fehler erhalte Sobald ich in der config etwas ändere oder hinzufüge, startet das komplette phpvms nicht mehr gemeint ist doch die Datei: /core/local.config.php oder? Warum kann ich die nicht verändern? Hier die Fehlermeldung: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in phpvms/core/common/RealbookingData.class.php on line 0
  2. how can I fix it? MySQL5.5 Deprecated on line 52 ------------------------------ 45 case 'savesettings': 46 $this->edit_settings_post(); 47 return; 48 break; 50 } 52 $this->set('allcriteria', PirepAcData::get_criteria()); 53 $this->render('PirepAutoAccept/autopirep_criterialist.tpl'); 54 $this->set('settings', PirepAcData::get_settings()); 55 $this->render('PirepAutoAccept/autopirep_settings_mainform.tpl'); 56 $this->render('PirepAutoAccept/footer.tpl'); 58 } 60 public function addcriteria() ------------------------------ i´ve found the solution: Replace the code with the original with the () and then go into core/common/PIREPAcData.class.php and find this public function get_criteria() and replace it with public static function get_criteria()
  3. Ich habe erst heute mit der Installation von phpVMS angefangen. Die Fehlermeldungen wegen des datums und der zeit kommen an mehreren Stellen. ich habe bisher nichts verändert, nur installiert. Problem is fixed
  4. How can i fix this problem? . date() and time() Sorry about my english, i´m german Strict Standards: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /homepages/25/d624386471/htdocs/webseite/phpvms/core/classes/CodonCache.class.php on line 201 Strict Standards : date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /homepages/25/d624386471/htdocs/webseite/phpvms/lib/skins/crystal/layout.tpl on line <p>117 Strict Standards on line 201 <span style="color: #000000">
×
×
  • Create New...