I had the same problem and none of the other solutions suggested worked.
The problem was that the id attribute for the div started with a numeric character (it was a GUID). Change the identifier to start working with the alpha symbol: all the editor buttons have been enabled.
For some reason, ckEditor does not like an identifier starting with numeric characters.
source
share