Page 1 of 1

How to log CMSMS .php execution

Posted: Sun Jan 27, 2008 3:48 am
by drew
I recall someone mentioning this before but I can find it in the forums.

What is the general practice for debugging CMSMS .php modules/scripts.

For example, I'm trying to figure out why my news article pages are not rendering. I found that News.module.php seems to be responsible for this. How might I enable verbosity or logging for CMSMS scripts to see what is happening during execution?

Thank you for all suggestions.

Re: How to log CMSMS .php execution

Posted: Sun Jan 27, 2008 1:39 pm
by alby
drew wrote: I recall someone mentioning this before but I can find it in the forums.

What is the general practice for debugging CMSMS .php modules/scripts.

For example, I'm trying to figure out why my news article pages are not rendering. I found that News.module.php seems to be responsible for this. How might I enable verbosity or logging for CMSMS scripts to see what is happening during execution?

Thank you for all suggestions.
Active debug item in config.php and check server logs

Alby