Actions
Bug #28594
closedThe requested URL typo3/undefined was not found on this server
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-07-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
After speedup backend with card layout. It work once, so something must have broken it later :(
Uncaught exception: TypeError: Cannot convert 'url' to object
Error thrown at line 247, column 6 in <anonymous function: loadModuleComponents>(record, params) in http://localhost/t3-playground/dummy/typo3/js/modulemenu.js?1312033558:
Ext.getCmp('typo3-card-'+record.name).setUrl(url + (params ? (url.indexOf('?') !== -1 ? '&' : '?') + params : ''));
called from line 207, column 3 in <anonymous function: showModule>(mod, params) in http://localhost/t3-playground/dummy/typo3/js/modulemenu.js?1312033558:
this.loadModuleComponents(record, params);
called from line 130, column 6 in <anonymous function: click>(view, index, node, event) in http://localhost/t3-playground/dummy/typo3/js/modulemenu.js?1312033558:
TYPO3.ModuleMenu.App.showModule(el.getAttribute('id'));
called via Function.prototype.apply() from line 307, column 12 in <anonymous function: fire>() in http://localhost/t3-playground/dummy/typo3/contrib/extjs/ext-all-debug.js:
var args = Array.prototype.slice.call(arguments, 0);
called from line 54, column 16 in <anonymous function: fireEvent>() in http://localhost/t3-playground/dummy/typo3/contrib/extjs/ext-all-debug.js:
ret = ce.fire.apply(ce, a);
called via Function.prototype.apply() from line 29841, column 16 in <anonymous function: onClick>(e) in http://localhost/t3-playground/dummy/typo3/contrib/extjs/ext-all-debug.js:
this.fireEvent("click", this, index, item, e);
called from line 5197, column 12 in h(e) in http://localhost/t3-playground/dummy/typo3/contrib/extjs/ext-all-debug.js:
fn.call(scope || el, e, t, o);
Actions