Singlepage will not display

Permalink
Building package with a single page, and the page loads all the content defined in the theme but zero content defined in the actual single page.

I 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.

3 Attachments

rockface
 
rockface replied on at Permalink Reply
rockface
I'm building a sub-domain up. This should let me know if it's due to the corrupted package i removed or it's my package which is crap ;-)
WebcentricLtd replied on at Permalink Reply
where's the single page pulling the content from. If there are no errors then it makes me think everything is working correctly but for some reason there is no content - successful request but nothing to show.
rockface replied on at Permalink Reply
rockface
Thanks Andy, I set it up on a different sub-domain today, and it works the same as on my laptop.

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!