Tags Archives: bug.

Add/Remove operation is impossible, the code element ‘Cxxx’ is read only

  When attempting to add a Control Event Handler to a control on a dialog, we are encountering the message: Add/Remove operation is impossible, the code element ‘Cxxx’ is read only. After an hour of trying to solve it my self, a quick Google search turned up the following solutions. Add random charters to the [...]

Troubleshooting CakePHP

I’m just starting to learn CakePHP 1.2 and I am running in to small little problems. As I find solutions I write them down so people after me might have an easier time finding them. Problem: Warning (512): Method HtmlHelper::file does not exist Warning (512): Method HtmlHelper::submit does not exist Solution: Those methods have been [...]