Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「致命的なエラー: date(): タイムゾーン データベースが壊れています - これは決して起こらないはずです!」というメッセージが表示されます。エラー。エラーは、このコードの最初の行の 1 つです。
$day = date("D"); $hour = date("j"); $weekday = true; $weekend = true; $open = true;
私はPHPに非常に慣れていないので、このハードルを乗り越えることができないようです。
助けてください!:)