{"record":{"id":"eee09cc39c6884c5","repo":"octobercms/october","slug":"the-oc-table-processor-namespace-is-not-defined-eee09c","errorCode":null,"errorMessage":"The $.oc.table.processor namespace is not defined. Make sure that the table.processor.base.js script is loaded.","messagePattern":"The \\$\\.oc\\.table\\.processor namespace is not defined\\. Make sure that the table\\.processor\\.base\\.js script is loaded\\.","errorType":"exception","errorClass":"Error","httpStatus":null,"severity":"error","filePath":"modules/backend/widgets/table/assets/js/table.processor.string.js","lineNumber":15,"sourceCode":"/*\n * String cell processor for the table control.\n * The string processor allows to edit cell values with a simple\n * input control.\n */\n+function ($) { \"use strict\";\n\n    // NAMESPACE CHECK\n    // ============================\n\n    if ($.oc.table === undefined)\n        throw new Error(\"The $.oc.table namespace is not defined. Make sure that the table.js script is loaded.\");\n\n    if ($.oc.table.processor === undefined)\n        throw new Error(\"The $.oc.table.processor namespace is not defined. Make sure that the table.processor.base.js script is loaded.\");\n\n    // CLASS DEFINITION\n    // ============================\n\n    var Base = $.oc.table.processor.base,\n        BaseProto = Base.prototype\n\n    var StringProcessor = function(tableObj, columnName, columnConfiguration) {\n        //\n        // State properties\n        //\n\n        this.focusTimeoutHandler = this.onFocusTimeout.bind(this)\n\n        //\n        // Parent constructor\n        //\n","sourceCodeStart":1,"sourceCodeEnd":33,"githubUrl":"https://github.com/octobercms/october/blob/b608633a7e8922487d91a8161499020121c3b3bf/modules/backend/widgets/table/assets/js/table.processor.string.js#L1-L33","documentation":"Error \"The $.oc.table.processor namespace is not defined. Make sure that the table.processor.base.js script is loaded.\" thrown in octobercms/october.","triggerScenarios":"Thrown at modules/backend/widgets/table/assets/js/table.processor.string.js:15 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"b608633a7e8922487d91a8161499020121c3b3bf","analyzedAt":"2026-08-21T04:24:57.515Z","schemaVersion":2},"datasetVersion":"2026-08-21T11:28:35.574Z"}