Singlepage will not display
PermalinkI know the namespase and controller are functioning right because:
1. It works in my Dev environment, but not in Prod
2. I used the Log function to trace flow... the Controller runs perfect, but no log entries can be made from the actual single page.
3. EVERY other page on the site works correctly
Here's what I've tried:
2. I added a Log call to the top of the singlepage - nothing gets logged
3. Tried removing ALL html and PHP from BOTH controller and single page (results attached) - no luck
4. Tried reinstalling packages, clearing cache & refreshed the page in the dashboard - nothing.
After 3 days of debugging, I'm left with either the version of PHP, Windows vs. Linux, or the fact that I had a package on that crashed my production site ("vivid_store" from the marketplace) and and had to remove it manually from the database. I would reinstall concrete5, but I have user accounts and content now.

I'm going to blame myself on this one. I should never install something on my production site before testing it in my dev area. Just because it is in the marketplace, does NOT mean it works!