Form results link showing up blank

Permalink
When a client gets an HTML form submission from their website it has a link at the bottom of the email..

To view all of this form's submissions, visithttp://ssbuild.com/index.php/dashboard/reports/forms/?qsid=13111842...

If you're logged in that link takes you to the Dashboard Reports page. If you're not logged in it takes you to a blank front end page???

What am I doing wrong?

getjoel
 
jordanlev replied on at Permalink Reply
jordanlev
It's possible that you've set the "page_forbidden" override in your site's config/site_theme_paths.php file, but haven't created a view.php file in your theme (or your view.php file doesn't have "print $innerContent" in it).

If this turns out to be the case and you want more info about why that's causing problems let me know and I'd be happy to explain.