If CC's API is down when attempting to get a list of locales, the system throws an Exception when attempting to create the SimpleXML object from an empty string. The Exception is uncaught, so a Fatal Error occurs.

Comments

MPetrovic’s picture

StatusFileSize
new997 bytes

patch attached

Just wrapping the SimpleXML constructor in a try..catch block.