俺もそこ問題だと思います。
http://forum.mojavi.org/index.php?showtopic=1119&hl=e_user_notice自分ではここだけは2.0.3βから直して使ってますが、(略
とか言った手前、2.0.3bに対するパッチとパッチ当て済み2.0.3b2をアップしました。
*** mojavi.bk/opt/logging/ErrorLogger.class.php 2005-11-18 06:39:17.570000000 -0500
--- mojavi/opt/logging/ErrorLogger.class.php 2005-11-18 06:37:55.900000000 -0500
***************
*** 197,213 ****
switch ($level)
{
case E_USER_NOTICE:
$this->info($message, NULL, NULL, $file, $line);
break;
case E_USER_WARNING:
$this->warning($message, NULL, NULL, $file, $line);
break;
- case E_USER_ERROR:
default:
$this->fatal($message, NULL, NULL, $file, $line);
--- 197,216 ----
switch ($level)
{
+ case E_NOTICE:
case E_USER_NOTICE:
$this->info($message, NULL, NULL, $file, $line);
break;
+ case E_WARNING;
+ case E_CORE_WARNING:
+ case E_COMPILE_WARNING:
case E_USER_WARNING:
$this->warning($message, NULL, NULL, $file, $line);
break;
default:
$this->fatal($message, NULL, NULL, $file, $line);