![Picture of Nguyen Duc Thuan Picture of Nguyen Duc Thuan](/graphics/unknown.gif)
Nguyen Duc Thuan - 2012-06-29 03:42:52 -
In reply to message 1 from Gerardo
Hi,
Thanks for reporting that. I forgot that not everyone upgraded to PHP5.3.
The __DIR__ constant is available as of PHP5.3 so I think you should change to something like this:
defined('__DIR__') || define('__DIR__', dirname(__FILE__));
Regards,
Thuan.