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.
Error log? - solved
Error log? - solved
Last edited by philipp on Mon Jul 13, 2009 6:50 pm, edited 1 time in total.
Re: Error log?
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.
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
Thanks Pierre, much appreciated.
P.
P.