mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #02892
[Bug 728324] Re: site unavailable
Could you add the following lines to your config.php file:
$cfg->log_dbg_targets = LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG;
$cfg->log_info_targets = LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG;
$cfg->log_warn_targets = LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG;
$cfg->log_environ_targets = LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG;
and then try again? Let me know what errors are displayed on the screen
once you do that.
Without either the web server error log or these more precise error
messages, I'm afraid I don't really know what to look for.
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/728324
Title:
site unavailable
Status in Mahara ePortfolio:
Incomplete
Bug description:
I installed mahara master (1.4 alpha1), disable blog plugins then the
site unavailable. My engine is Ubuntu 8.04 with LAMP.
References