How to log CMSMS .php execution

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
drew
Forum Members
Forum Members
Posts: 72
Joined: Wed Jan 02, 2008 5:37 pm
Location: Mass. USA

How to log CMSMS .php execution

Post 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.
alby

Re: How to log CMSMS .php execution

Post 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
Post Reply

Return to “Developers Discussion”