When trying to use yiic via the console (just the initial shell command), I get some strange javascript output junk. You can see the command I entered and the results below. I know very little about the yiic tool (outside of using the shell for model & crud stuff). Any ideas?
chase_fryer$ protected/yiic shell
<script language="javascript" type="text/javascript">
/<![CDATA[/
if(typeof(console)==‘object’)
{
console.group("Application Log");
console.log("[16:02:42.676][trace][system.web.CModule] Loading \"log\" application component");
console.log("[16:02:42.677][trace][system.web.CModule] Loading \"request\" application component");
console.log("[16:02:42.678][trace][system.web.CModule] Loading \"urlManager\" application component");
console.log("[16:02:42.683][trace][system.web.filters.CFilterChain] Running filter SiteController.filteraccessControl()");
console.log("[16:02:42.683][trace][system.web.CModule] Loading \"user\" application component");
console.log("[16:02:42.684][trace][system.web.CModule] Loading \"session\" application component");
console.groupEnd();
}
/]]>/
</script>chase_fryer$