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.
How to log CMSMS .php execution
Re: How to log CMSMS .php execution
Active debug item in config.php and check server logsdrew 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.
Alby