Page 1 of 1

Error log? - solved

Posted: Mon Jul 13, 2009 11:57 am
by philipp
Hi guys,

Probably a bit of a newbie question, but is there a central error log for CMSMS?  For instance, I have a {content_image block='...' dir='...'} tag that isn't working.  I have no idea why it isn't showing up properly, but hopefully an error is being generated somewhere and being concatenated onto the end of a file (e.g. 'Can't find that image'), is this the case?  And if so, where can I find it?  :-)

Thanks,

P.

Re: Error log?

Posted: Mon Jul 13, 2009 5:26 pm
by Pierre M.
The admin side has a (limited) log.
You can see more things in pages' sources and by switching "debug" to true in config.php. (Error zero means zero error)
Of course the http error log helps diagnose a lot of problems.

Pierre M.

Re: Error log? - solved

Posted: Mon Jul 13, 2009 6:50 pm
by philipp
Thanks Pierre, much appreciated.

P.