[phpBB Debug] PHP Notice: in file /index.php on line 83: date(): Invalid date.timezone value 'RPC', we selected the timezone 'UTC' for now. [phpBB Debug] PHP Notice: in file /index.php on line 83: getdate(): Invalid date.timezone value 'RPC', we selected the timezone 'UTC' for now.
12 年 ago jony [phpBB Debug] PHP Notice: in file /index.php on line 83: date(): Invalid date.timezone value 'RPC', we selected the timezone 'UTC' for now. [phpBB Debug] PHP Notice: in file /index.php on line 83: getdate(): Invalid date.timezone value 'RPC', we selected the timezone 'UTC' for now.已关闭评论
[phpBB Debug] PHP Notice: in file /index.php on line 83: date(): Invalid date.timezone value 'RPC', we selected the timezone 'UTC' for now.
[phpBB Debug] PHP Notice: in file /index.php on line 83: getdate(): Invalid date.timezone value 'RPC', we selected the timezone 'UTC' for now.
时区不对,到/etc/php.ini里,找到
date.timezone =PRC改成
date.timezone =UTC
重启nginx apache就行了