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
TehNrdTehNrd 

Winter 14 Bug: The configuration of your org has changed ----- NO IT HASNT!

We are seeing this issue in our managed packaged in Sandboxes that have been updated to Winter 14.

 

"The configuration of your org has changed, please reload the page. Missing dependent object: Field: Account.SicDesc"
 
We are catching this error and displaying the message but we are having a very hard time locating the source as even the Debug logs are not showing any exception occuring, caught or not.
 
Any ideas?

 

 

TehNrdTehNrd

No luck, this is happening when executing a JavaScript Remoting call, not when trying to save metadata files.

 

And there has been no code changes, works in Summer 13, fails in Winter 14.

TehNrdTehNrd

This is definitely a bug, the error is occuring when executing "Limits.getHeapSize();". Opening a case now.

smoovbcaltexsmoovbcaltex

FYI - We're getting the same bug, also on the Limits.getHeapSize() call.  Attempted to get around this error by using try/catch, but it seems to be an uncatchable error.

TehNrdTehNrd

Upgrading API version of the class resolved this for us.