function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
tonitonitonetonitonitone 

Deployment to Production gives error "Save error: An error has occurred on your page"

I'm trying to copy VF controller classes from Sandbox into Production in Eclipse, but I keep getting "Save error: An error has occurred on your page". What does it mean???

Everything else deploys fine - triggers, apex classes, VF pages.

My eclipse version is Version: 3.3.2
I'm using API v13.0

Any help is greatly appreciated!!!!
tonitonitonetonitonitone
It turned out to be a chicken-and-egg problem .... The error was because I was referencing Page.<pageName> which hasn't been created yet, but the page cannot be created without the controller.