Tuesday, October 12, 2010

Modx 2 Bummer in XPDO Log

It seems that modx developer have did a mistake by setting debug true/false to xpdo debug with php ERROR LEVEL constant

having : int(30711) for E_ALL & ~E_NOTICE in core/model/modx/modx.class.php line 453:
parent :: setDebug(intval($debug)); // isn't going to make any sense to xpdo debug

to fix it, ive manually
set it to true.

output path:
core/cache/logs/error.log

No comments: