04 Nov 2009
Hi,
after instalation and configuration, when run.. i got some errors. one of them is parser error in config.php in line 26.
define("LOG_FILE", app_dir . DIRECTORY_SEPARATOR ".." . DIRECTORY_SEPARATOR . "log" . DIRECTORY_SEPARATOR . "errors.log.html");
there is a dot missing after the first DIRECTORY_SEPARATOR
should be like this:
define("LOG_FILE", app_dir . DIRECTORY_SEPARATOR . ".." . DIRECTORY_SEPARATOR . "log" . DIRECTORY_SEPARATOR . "errors.log.html");
Recent comments
3 hours 59 min ago
4 hours 1 min ago
22 hours 26 min ago
1 day 15 min ago
1 day 15 min ago
1 day 6 hours ago
1 day 22 hours ago
2 days 10 min ago
2 days 13 min ago
2 days 1 hour ago