Single Page loading issue

Permalink
I created a form using a Single Page controller and view. I'm trying to add it to another environment but the page will not load properly.

I did the following:

1.Uploaded the controller and view.
2.Added it in the Single Pages section on the dashboard (received a message that the page was installed successfully).

A few more notes:
1. I can echo a test statement from the controller so I know that the controller is getting accessed.
2. If I rename the controller, I see that the view is being accessed.
3. The controller is using the form helper.
4. I cleared the cache from the dashboard.

Is there anything else I need to do with the database in order to get this page working again?

Any insight would be appreciated.

Thanks!

 
brainmonger replied on at Permalink Reply
One more note: When I go to the single page URL, the site header and footer displays fine, but not the code from the single page view.